summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 23:52:19 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 23:52:19 -0700
commit6cf87da34eb9f5adb1698f15813abb4b1d05841d (patch)
tree18a8fb67092915ecac0cda829523617020e521ac /pkgs/applications/audio
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar.gz
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar.bz2
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar.lz
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar.xz
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.tar.zst
nixlib-6cf87da34eb9f5adb1698f15813abb4b1d05841d.zip
guitarix: 0.37.0 -> 0.37.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/guitarix/versions.

These checks were done:

- built on NixOS
- /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1/bin/guitarix passed the binary check.
- /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1/bin/.guitarix-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.37.1 with grep in /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1
- directory tree listing: https://gist.github.com/85b2e7786143f42e961c06cbde8de90b
- du listing: https://gist.github.com/6ef7508c8fd678e37bed9c76a4e00f34
Diffstat (limited to 'pkgs/applications/audio')
-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 62bc2fa6f36f..5c34293e7f9f 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.37.0";
+  version = "0.37.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/guitarix/guitarix2-${version}.tar.xz";
-    sha256 = "17dsd32yd92l7xq1x0b8jsws5yif2pk4zbfjbc560hgarym6r8x6";
+    sha256 = "064k0jzxqgx9gwf8za6jziansabzrwzjaim3qx1743ify5g3gaai";
   };
 
   nativeBuildInputs = [ gettext intltool wrapGAppsHook pkgconfig python2 ];