about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-20 06:42:57 -0800
committerGitHub <noreply@github.com>2021-01-20 06:42:57 -0800
commitec93459db31cc34c1467aec175bbddb6a7782f0e (patch)
tree22dfe3e0591f37a84f80dfe9b3b7a484e240a1e1 /pkgs/applications/audio
parent2053744515f2f66094b6fadb866ccc75ae2abdbb (diff)
parent8db234db14cce318233b3d808672a6254a984031 (diff)
Merge pull request #110148 from r-ryantm/auto-update/musescore
musescore: 3.5.2 -> 3.6
Diffstat (limited to 'pkgs/applications/audio')
-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 e150888ac6d7c..ff39e62e7290e 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -7,13 +7,13 @@
 
 mkDerivation rec {
   pname = "musescore";
-  version = "3.5.2";
+  version = "3.6";
 
   src = fetchFromGitHub {
     owner = "musescore";
     repo = "MuseScore";
     rev = "v${version}";
-    sha256 = "VA0+npLUUXQJHalD01pmFTTum2Re7FiiyAwU1XvR93s=";
+    sha256 = "sha256-0M+idYnrgXyH6WLp+2jIYRnFzTB93v+dG1XHmSNyPjE=";
   };
 
   patches = [