palp: fix hash

It looks like the upstream tarball was changed since I updated palp 3
days ago. Hopefully that won't happen again.
This commit is contained in:
Timo Kaufmann 2020-05-19 17:47:57 +02:00
parent 0f5ce2fac0
commit aae9af9632

View File

@ -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 = [