Unverified Commit dd75cb72 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

musescore: 4.5.1 -> 4.5.2 (#401795)

parents 170b38d2 19fc87cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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