Merge pull request #222096 from orivej/musescore

musescore: 4.0.1 -> 4.0.2
This commit is contained in:
Stanisław Pitucha 2023-03-20 22:38:49 +11:00 committed by GitHub
commit c4d9584427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
mkDerivation rec {
pname = "musescore";
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "musescore";
repo = "MuseScore";
rev = "v${version}";
sha256 = "sha256-Xhjjm/pYcjfZE632eP2jujqUAmzdYNa81EPrvS5UKnQ=";
sha256 = "sha256-3NSHUdTyAC/WOhkB6yBrqtV3LV4Hl1m3poB3ojtJMfs=";
};
patches = [
# See https://github.com/musescore/MuseScore/issues/15571