about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-08-07 22:05:32 +0200
committeraszlig <aszlig@nix.build>2020-08-07 22:10:04 +0200
commit9fc8d82e41c3434f8b36f12865a1ca8271495f7e (patch)
tree5120d435ce6f8aba30a10de596ea7068e227f074 /pkgs/aszlig
parentca60f22dca66d302901cf9401c7cf6ba39b35702 (diff)
pkgs/psi: Increment date in version number
I really don't have a lot of other things to blame for forgetting this
in the first place, but let's just assume that the temperatures here
right now are higher than I'm used[TM] to and thus my brain wasn't
working.

On the other hand while writing this I also took a peek and aparently
it's around 20 degree celsius right now, which would be... well...

... okay, I just forgot about that and I feel ashamed now. Go on!
Nothing to read here!

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/psi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/aszlig/psi/default.nix b/pkgs/aszlig/psi/default.nix
index 61fa44da..534a4973 100644
--- a/pkgs/aszlig/psi/default.nix
+++ b/pkgs/aszlig/psi/default.nix
@@ -18,7 +18,7 @@ let
 
 in stdenv.mkDerivation rec {
   name = "psi-${version}";
-  version = "2.0git20200208aszlig";
+  version = "2.0git20200802aszlig";
 
   src = fetchFromGitHub {
     owner = "psi-im";