Commit 6e30a256 authored by Aras14HD's avatar Aras14HD Committed by Doron Behar
Browse files

musescore: 4.5.2-unstable-2025-07-03 -> 4.6.0

parent 1be499b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "musescore";
  version = "4.5.2-unstable-2025-07-03";
  version = "4.6.0";

  src = fetchFromGitHub {
    owner = "musescore";
    repo = "MuseScore";
    rev = "0ff2476af4e16286ee9f7cf2322715273a0117e0";
    sha256 = "sha256-0ixQfAyAyRmuIrlPosCV/VucKJYYvxjL2o4pkVb5Sd8=";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-+Kmx+jMbBaIzXdulj5tsusF0x9b6tZ6jOTjI+sLP1jU=";
  };

  cmakeFlags = [