about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-19 17:47:57 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-19 17:50:43 +0200
commitaae9af9632937183599a0d950f8ff937ca31f2c7 (patch)
tree194ce8401ea68eb4e18c751688335296dcdcf7dd /pkgs
parent0f5ce2fac0c726036ca69a5524c59a49e2973dd4 (diff)
downloadnixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar.gz
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar.bz2
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar.lz
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar.xz
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.tar.zst
nixlib-aae9af9632937183599a0d950f8ff937ca31f2c7.zip
palp: fix hash
It looks like the upstream tarball was changed since I updated palp 3
days ago. Hopefully that won't happen again.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/palp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/palp/default.nix b/pkgs/applications/science/math/palp/default.nix
index 42259a2c689b..c0100422c64a 100644
--- a/pkgs/applications/science/math/palp/default.nix
+++ b/pkgs/applications/science/math/palp/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz";
-    sha256 = "09l4ysrdkqs91igg1faah75ay6ii684634ggvcxbkjsck65378l4";
+    sha256 = "0pv3rmgk8xc8z98w173f1jxc1cd67cdl8mjjgmgp3mcvifcfsrjl";
   };
 
   hardeningDisable = [