musescore: 4.5.1 -> 4.5.2
Diff: https://github.com/musescore/MuseScore/compare/v4.5.1...v4.5.2
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "musescore";
|
||||
version = "4.5.1";
|
||||
version = "4.5.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "musescore";
|
||||
repo = "MuseScore";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-ha3rBILekycHiPdcaPNsbvlF289NzFs9srP3unOuJRg=";
|
||||
sha256 = "sha256-9jafh9zyf+tuC+WU6nQIMBVm+Gqqcig8jS2R1h/YnIo=";
|
||||
};
|
||||
|
||||
# Backport + additional patch to fix build on Qt 6.9
|
||||
|
||||
Reference in New Issue
Block a user