musescore: 4.5.1 -> 4.5.2 (#401795)

This commit is contained in:
Doron Behar
2025-04-27 19:55:07 +03:00
committed by GitHub
@@ -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