about summary refs log tree commit diff
path: root/pkgs/applications/audio/bshapr
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-04-04 08:52:31 +0200
committerBart Brouns <bart@magnetophon.nl>2020-04-04 09:06:56 +0200
commita3e8b6a27053182d1cc85f05c0139d91211327c6 (patch)
treedb0af3bd2de3577efcbf48043d0ef2ee6127e685 /pkgs/applications/audio/bshapr
parentb6dbef4759947451dd1ab3d6d64c16d4d5ab5810 (diff)
bshapr: 0.7 -> 0.8
Diffstat (limited to 'pkgs/applications/audio/bshapr')
-rw-r--r--pkgs/applications/audio/bshapr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/bshapr/default.nix b/pkgs/applications/audio/bshapr/default.nix
index 88a671495c38d..d2206cf93b5ed 100644
--- a/pkgs/applications/audio/bshapr/default.nix
+++ b/pkgs/applications/audio/bshapr/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "BShapr";
-  version = "0.7";
+  version = "0.8";
 
   src = fetchFromGitHub {
     owner = "sjaehn";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1422xay28jkmqlj5y4vhb57kljy6ysvxh20cxpfxm980m8n54gq5";
+    sha256 = "0jlq5rjicc4fxlpk869dg0l5bwwz8k9aj2wfk9v89b0qw8l8kaxl";
   };
 
   nativeBuildInputs = [ pkgconfig ];