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:
Doron Behar
2025-04-25 18:42:51 +03:00
parent 5297420bba
commit 19fc87cdbb
@@ -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