Skip to content

Commit

Permalink
ipe: fix the src hash (modified upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 5, 2019
1 parent 58e31b2 commit 3adbe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/ipe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 3adbe4f

Please sign in to comment.