aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ipe
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-09 19:16:42 -0600
committerWill Dietz <w@wdtz.org>2019-03-09 19:30:08 -0600
commit39a85789319e2971d3f0a1910d8d95136c3509c8 (patch)
tree9c6a71e39e7f370a6e21a67e5481b2ae0f9907ad /pkgs/applications/graphics/ipe
parent5511fd131827e90aae761091b4e3063af835cd45 (diff)
ipe: 7.2.10 -> 7.2.11
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html
Diffstat (limited to 'pkgs/applications/graphics/ipe')
-rw-r--r--pkgs/applications/graphics/ipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ipe/default.nix b/pkgs/applications/graphics/ipe/default.nix
index d30f8c209c5..cfe51de3cc5 100644
--- a/pkgs/applications/graphics/ipe/default.nix
+++ b/pkgs/applications/graphics/ipe/default.nix
@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
- name = "ipe-7.2.10";
+ name = "ipe-7.2.11";
src = fetchurl {
url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz";
- sha256 = "0gw45d0albrsa0pbc5g4w3fmmjfxrdbpzyc7723ncbhncdyda01h";
+ sha256 = "09d71fdpiz359mcnb57460w2mcfizvlnidd6g1k4c3v6rglwlbd2";
};
sourceRoot = "${name}/src";