summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-24 18:34:08 -0500
committerGitHub <noreply@github.com>2020-01-24 18:34:08 -0500
commit5953273cb757b9eb9fb4a11f9279e196c3cddb4e (patch)
tree2ac98ea0fe9d96390f87fde11e2ab6a56c104857 /pkgs/applications
parent0100a600ff61825c752f4e7cefb256ac87c4391d (diff)
parent6d0b9e25c2c30866c89cb1b6edbc6eac39ad5189 (diff)
downloadnixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar.gz
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar.bz2
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar.lz
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar.xz
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.tar.zst
nixpkgs-5953273cb757b9eb9fb4a11f9279e196c3cddb4e.zip
Merge pull request #78173 from r-ryantm/auto-update/guitarix
guitarix: 0.38.1 -> 0.39.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 91f4b1dcdfe..ca552882ba4 100644
--- a/pkgs/applications/audio/guitarix/default.nix
+++ b/pkgs/applications/audio/guitarix/default.nix
@@ -12,11 +12,11 @@ in
 
 stdenv.mkDerivation rec {
   pname = "guitarix";
-  version = "0.38.1";
+  version = "0.39.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.xz";
-    sha256 = "0bw7xnrx062nwb1bfj9x660h7069ncmz77szcs8icpqxrvhs7z80";
+    sha256 = "1nn80m1qagfhvv69za60f0w6ck87vmk77qmqarj7fbr8avwg63s9";
   };
 
   nativeBuildInputs = [ gettext intltool wrapGAppsHook pkgconfig python2 wafHook ];