3
0
Fork 0
forked from mirrors/nixpkgs

ipe: fix the src hash (modified upstream)

https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000080.html
This commit is contained in:
Vladimír Čunát 2019-03-05 15:09:49 +01:00
parent b36dc66bfe
commit f8039e1425
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz";
sha256 = "0rm31kvyg30452bz12yi49bkhdmi4bjdx6zann5cdlbi0pvmx7xh";
sha256 = "0gw45d0albrsa0pbc5g4w3fmmjfxrdbpzyc7723ncbhncdyda01h";
};
sourceRoot = "${name}/src";