summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-04-25 22:39:34 +0100
committerGitHub <noreply@github.com>2018-04-25 22:39:34 +0100
commite15b2ed91743369a131c222af15309bdcb2b002f (patch)
tree671a3d32ffc279248d0c65f6621cf7f1dcc097d8 /pkgs/applications
parenta631da03769afae47f6f3dc944c19edc0892f440 (diff)
parent00528006cfc998db81abb77d5aebe7115bbd664f (diff)
downloadnixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar.gz
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar.bz2
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar.lz
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar.xz
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.tar.zst
nixpkgs-e15b2ed91743369a131c222af15309bdcb2b002f.zip
Merge pull request #39494 from magnetophon/guitarix
guitarix: 0.36.1 -> 0.37.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/guitarix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/guitarix/default.nix b/pkgs/applications/audio/guitarix/default.nix
index bcb30168708..62bc2fa6f36 100644
--- a/pkgs/applications/audio/guitarix/default.nix
+++ b/pkgs/applications/audio/guitarix/default.nix
@@ -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 ];