about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-30 04:39:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-30 04:39:05 +0000
commit497e672b267c24d1a7593fcd4a4b0d2468221f3a (patch)
tree82f1cc47a3ca06dab35e0e74e37426af2877f8d7 /pkgs/applications
parent160d82edc1907a5b64d463726e0e3221c1601eac (diff)
musikcube: 0.99.6 -> 0.99.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/musikcube/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/musikcube/default.nix b/pkgs/applications/audio/musikcube/default.nix
index 1018cdbc778bc..1a7b1e2f879d1 100644
--- a/pkgs/applications/audio/musikcube/default.nix
+++ b/pkgs/applications/audio/musikcube/default.nix
@@ -32,13 +32,13 @@
 
 stdenv.mkDerivation rec {
   pname = "musikcube";
-  version = "0.99.6";
+  version = "0.99.7";
 
   src = fetchFromGitHub {
     owner = "clangen";
     repo = pname;
     rev = version;
-    sha256 = "sha256-D25P254iaOsS0TyAKAiarDP37D4U9Dw7mdvUin/Qblc=";
+    sha256 = "sha256-bsvq48zTNafsQGFXVApCEWIL8H2RXiowalEu/W3DUu0=";
   };
 
   outputs = [ "out" "dev" ];