about summary refs log tree commit diff
path: root/pkgs/applications/audio/gwc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-29 05:20:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-05-29 05:20:01 +0000
commitf8995c378353d09a970531b27abddfd303615895 (patch)
treedf8b84b81506348e234baa1be5f30013afd67e7e /pkgs/applications/audio/gwc
parentf451461e9dee2d19e04512ee91b622f1dcb40391 (diff)
gwc: 0.22-04 -> 0.22-05
Diffstat (limited to 'pkgs/applications/audio/gwc')
-rw-r--r--pkgs/applications/audio/gwc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gwc/default.nix b/pkgs/applications/audio/gwc/default.nix
index d6e7c0807a378..175d5e4cb51ed 100644
--- a/pkgs/applications/audio/gwc/default.nix
+++ b/pkgs/applications/audio/gwc/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gwc";
-  version = "0.22-04";
+  version = "0.22-05";
 
   src = fetchFromGitHub {
     owner = "AlisterH";
     repo = pname;
     rev = version;
-    sha256 = "0xvfra32dchnnyf9kj5s5xmqhln8jdrc9f0040hjr2dsb58y206p";
+    sha256 = "sha256-FHKu5qAyRyMxXdWYTCeAc6Q4J+NOaU1SGgoTbe0PiFE=";
   };
 
   nativeBuildInputs = [