gigedit: 1.1.0 -> 1.1.1

This commit is contained in:
Miguel Madrid Mencía
2019-09-16 21:04:25 +02:00
parent 956669e894
commit 3ffd7ba6d0
2 changed files with 2 additions and 19 deletions
+2 -4
View File
@@ -4,15 +4,13 @@
stdenv.mkDerivation rec {
pname = "gigedit";
version = "1.1.0";
version = "1.1.1";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2";
sha256 = "087pc919q28r1vw31c7w4m14bqnp4md1i2wbmk8w0vmwv2cbx2ni";
sha256 = "08db12crwf0dy1dbyrmivqqpg5zicjikqkmf2kb1ywpq0a9hcxrb";
};
patches = [ ./gigedit-1.1.0-pangomm-2.40.1.patch ];
preConfigure = "make -f Makefile.svn";
nativeBuildInputs = [ autoconf automake intltool libtool pkgconfig which ];