summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 14:53:24 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-08 23:53:24 +0200
commit04d115b5c9a2a678f22305258e8996f3c9324bc9 (patch)
tree372b9332d3f521f55ec12935752bc7a97d172561
parente5721be7fd18914ae8604e448a0d28cd1acb97cd (diff)
downloadnixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar.gz
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar.bz2
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar.lz
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar.xz
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.tar.zst
nixpkgs-04d115b5c9a2a678f22305258e8996f3c9324bc9.zip
musescore: 2.2.1 -> 2.3 (#42978)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/musescore/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3/bin/musescore had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3/bin/mscore had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.3 with grep in /nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3
- directory tree listing: https://gist.github.com/304584c69aaf2dab752afab6be611a00
- du listing: https://gist.github.com/e865dcb576e0494795fa4676b35a241c
-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 7ed9021e3e0..14610faff0a 100644
--- a/pkgs/applications/audio/musescore/default.nix
+++ b/pkgs/applications/audio/musescore/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   name = "musescore-${version}";
-  version = "2.2.1";
+  version = "2.3";
 
   src = fetchFromGitHub {
     owner  = "musescore";
     repo   = "MuseScore";
     rev    = "v${version}";
-    sha256 = "00lwcsnpyiq9l9x11nm24mzf67xmhzjhwi4c3iqry6ayi9c4p4qs";
+    sha256 = "1rmnqblh4irrwdszh0glpnf3q6f8xk8gxfmmjk8swxr59bmqk3gz";
   };
 
   cmakeFlags = [