summary refs log tree commit diff
path: root/pkgs/applications/science/math/pcalc
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-06-02 14:26:44 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-06-03 17:17:08 +0300
commitbac26e08dbb6622c39bba13047c54e80282d031d (patch)
tree3fb6703841226a9c43e4f14ae5676dfb50b2e46e /pkgs/applications/science/math/pcalc
parentd27881c014802d367dfb40e76a37c738e3ef187b (diff)
Fix lots of fetchgit hashes (fallout from #15469)
Diffstat (limited to 'pkgs/applications/science/math/pcalc')
-rw-r--r--pkgs/applications/science/math/pcalc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/pcalc/default.nix b/pkgs/applications/science/math/pcalc/default.nix
index c291c0ce6e5b3..3e7d9898a656c 100644
--- a/pkgs/applications/science/math/pcalc/default.nix
+++ b/pkgs/applications/science/math/pcalc/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = git://git.code.sf.net/p/pcalc/code;
     rev = "181d60d3c880da4344fef7138065943eb3b9255f";
-    sha256 = "0n60m3p4kkqvvswjf50mnfaaacmzi1lss8vgy63mrgzwi9v6yb4l";
+    sha256 = "1hd5bh20j5xzvv6qa0fmzmv0h8sf38r7zgi7y0b6nk17pjq33v90";
   };
 
   makeFlags = [ "DESTDIR= BINDIR=$(out)/bin" ];