summary refs log tree commit diff
path: root/pkgs/applications/graphics/ipe/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-03-05 15:09:49 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-03-05 15:09:49 +0100
commitf8039e1425985d81fe4f6f6e3f55727bf3f4513a (patch)
treebbac0ac391f8727ec9a5402eed9131abb9bcfcc2 /pkgs/applications/graphics/ipe/default.nix
parentb36dc66bfea6b0a733cf13bed85d80462d39c736 (diff)
downloadnixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar.gz
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar.bz2
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar.lz
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar.xz
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.tar.zst
nixpkgs-f8039e1425985d81fe4f6f6e3f55727bf3f4513a.zip
ipe: fix the src hash (modified upstream)
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000080.html
Diffstat (limited to 'pkgs/applications/graphics/ipe/default.nix')
-rw-r--r--pkgs/applications/graphics/ipe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index 140227eb9ec..d30f8c209c5 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -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";