mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
parent
0f5ce2fac0
commit
aae9af9632
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user