summary refs log tree commit diff
path: root/pkgs/applications/audio/muse
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-25 13:32:48 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-31 01:00:13 -0700
commit7be461544a96b2ada1211ab190afd8cbdba32685 (patch)
tree9ce45ab5f0663647344d75e073f603bfe6628006 /pkgs/applications/audio/muse
parentfb4535c4c1725e0881bf36d47f627eb39b3dbe35 (diff)
downloadnixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar.gz
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar.bz2
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar.lz
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar.xz
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.tar.zst
nixpkgs-7be461544a96b2ada1211ab190afd8cbdba32685.zip
muse: 3.1.0 -> 3.1.1
Diffstat (limited to 'pkgs/applications/audio/muse')
-rw-r--r--pkgs/applications/audio/muse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/muse/default.nix b/pkgs/applications/audio/muse/default.nix
index 87f86306b48..6ba29226b58 100644
--- a/pkgs/applications/audio/muse/default.nix
+++ b/pkgs/applications/audio/muse/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "muse-sequencer";
-  version = "3.1.0";
+  version = "3.1.1";
 
   src = fetchFromGitHub {
     owner = "muse-sequencer";
     repo = "muse";
     rev = "muse_${builtins.replaceStrings ["."] ["_"] version}";
-    sha256 = "08k25652w88xf2i79lw305x1phpk7idrww9jkqwcs8q6wzgmz8aq";
+    sha256 = "1rasp2v1ds2aw296lbf27rzw0l9fjl0cvbvw85d5ycvh6wkm301p";
   };
 
   sourceRoot = "source/muse3";