Merge pull request #39494 from magnetophon/guitarix

guitarix: 0.36.1 -> 0.37.0
This commit is contained in:
Jörg Thalheim 2018-04-25 22:39:34 +01:00 committed by GitHub
commit e15b2ed917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];