guitarix: 0.36.1 -> 0.37.0

This commit is contained in:
Bart Brouns 2018-04-25 19:20:57 +02:00
parent 43c837b578
commit 00528006cf

View File

@ -12,11 +12,11 @@ in
stdenv.mkDerivation rec {
name = "guitarix-${version}";
version = "0.36.1";
version = "0.37.0";
src = fetchurl {
url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.xz";
sha256 = "1g5949jwh2n755xjs3kcbdb8a1wxr5mn0m115wdnk27dxcdn93b0";
sha256 = "17dsd32yd92l7xq1x0b8jsws5yif2pk4zbfjbc560hgarym6r8x6";
};
nativeBuildInputs = [ gettext intltool wrapGAppsHook pkgconfig python2 ];