about summary refs log tree commit diff
path: root/pkgs/applications/audio/mamba
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-11-04 10:39:13 +0100
committerBart Brouns <bart@magnetophon.nl>2020-11-04 10:42:05 +0100
commit9fdc485e52a99accf8120899350fc3d0d08b9bdb (patch)
tree412d6e57946e2a7877e8442c4eb8d2e271d136eb /pkgs/applications/audio/mamba
parentd4905b1370d2f72da5d7543a4d9f12766c8e18e7 (diff)
downloadnixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar.gz
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar.bz2
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar.lz
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar.xz
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.tar.zst
nixlib-9fdc485e52a99accf8120899350fc3d0d08b9bdb.zip
mamba: 1.6 -> 1.7
Diffstat (limited to 'pkgs/applications/audio/mamba')
-rw-r--r--pkgs/applications/audio/mamba/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mamba/default.nix b/pkgs/applications/audio/mamba/default.nix
index 23a94668ded1..b8c5fe13a3f4 100644
--- a/pkgs/applications/audio/mamba/default.nix
+++ b/pkgs/applications/audio/mamba/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mamba";
-  version = "1.6";
+  version = "1.7";
 
   src = fetchFromGitHub {
     owner = "brummer10";
     repo = "Mamba";
     rev = "v${version}";
-    sha256 = "02w47347cbfqxybh908ww5ifd9jcns8v0msycq59y9q7x0a2h6fh";
+    sha256 = "1i78snpyxap2r4899967nyfr8hg20k45nsbshs9h6hdxbfwhikbc";
     fetchSubmodules = true;
   };