summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-30 17:40:49 +0000
committertomberek <tomberek@users.noreply.github.com>2021-03-03 03:32:26 -0500
commit1897d5421999a8839c7f96397dd0c56d037ba966 (patch)
tree3ee33f27d40ae0452d8e3506b53625e7b1ecae4b /pkgs/applications
parent694721374b47b881c816fd5cb870c36c26102bf5 (diff)
downloadnixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar.gz
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar.bz2
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar.lz
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar.xz
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.tar.zst
nixpkgs-1897d5421999a8839c7f96397dd0c56d037ba966.zip
musescore: 3.6 -> 3.6.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/musescore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix
index 0c1ad144a4a..6a5dbebeca0 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -8,13 +8,13 @@
 
 mkDerivation rec {
   pname = "musescore";
-  version = "3.6";
+  version = "3.6.1";
 
   src = fetchFromGitHub {
     owner = "musescore";
     repo = "MuseScore";
     rev = "v${version}";
-    sha256 = "sha256-0M+idYnrgXyH6WLp+2jIYRnFzTB93v+dG1XHmSNyPjE=";
+    sha256 = "sha256-21ZI5rsc05ZWEyM0LeFr+212YViLYveZZBvVpskh8iA=";
   };
 
   patches = [