Merge pull request #88177 from timokau/palp-2.11-hash-fixup

palp: fix hash
This commit is contained in:
Timo Kaufmann 2020-05-19 18:43:59 +00:00 committed by GitHub
commit 7447395f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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