about summary refs log tree commit diff
path: root/pkgs/applications/audio/wolf-shaper
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-10-14 11:38:06 +0200
committerBart Brouns <bart@magnetophon.nl>2020-10-14 11:55:37 +0200
commitb38784b671c1ff8ed49b2382e93558ca4e1010b4 (patch)
treeeb33d519e1372a13cf2c2c9a2b6a2691b131b62d /pkgs/applications/audio/wolf-shaper
parente9bfa9a1a100edcb414274f4d84faba273aa07dd (diff)
wolf-shaper: 0.1.7 -> 0.1.8
Diffstat (limited to 'pkgs/applications/audio/wolf-shaper')
-rw-r--r--pkgs/applications/audio/wolf-shaper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/wolf-shaper/default.nix b/pkgs/applications/audio/wolf-shaper/default.nix
index 7d42a3c4e7bf9..ca16d60bea883 100644
--- a/pkgs/applications/audio/wolf-shaper/default.nix
+++ b/pkgs/applications/audio/wolf-shaper/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wolf-shaper";
-  version = "0.1.7";
+  version = "0.1.8";
 
   src = fetchFromGitHub {
     owner = "pdesaulniers";
     repo = "wolf-shaper";
     rev = "v${version}";
-    sha256 = "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d";
+    sha256 = "1j9xmh1nkf45ay1c5dz2g165qvrwlanzcq6mvb3nfxar265drd9q";
     fetchSubmodules = true;
   };