ipe: 7.1.10 -> 7.2.7

This commit is contained in:
Bastian Köcher
2017-12-01 13:11:20 +01:00
parent d7fb709180
commit 2700a58861
2 changed files with 15 additions and 3 deletions
+5 -3
View File
@@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "ipe-7.1.10";
name = "ipe-7.2.7";
src = fetchurl {
url = "https://dl.bintray.com/otfried/generic/ipe/7.1/${name}-src.tar.gz";
sha256 = "0kwk8l2jasb4fdixaca08g661d0sdmx2jkk3ch7pxh0f4xkdxkkz";
url = "https://dl.bintray.com/otfried/generic/ipe/7.2/${name}-src.tar.gz";
sha256 = "08lzqhagvr8l69hxghyw9akf5dixbily7hj2gxhzzrp334k3yvfn";
};
# changes taken from Gentoo portage
@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
done
'';
patches = [ ./xlocale.patch ];
#TODO: make .desktop entry
meta = {