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

musescore: 4.6.2 -> 4.6.3 (#454915)

parents d43d3ef7 61fddbe0
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  stdenv,
  lib,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  wrapGAppsHook3,
  pkg-config,
@@ -27,15 +28,28 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "musescore";
  version = "4.6.2";
  version = "4.6.3";

  src = fetchFromGitHub {
    owner = "musescore";
    repo = "MuseScore";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3VpptHR9dt8lJeFhFygnPiP0XRf4R29SASC8AicLU5E=";
    hash = "sha256-WLzt/Ox6GrfWD0/l8/Ksc2ptg5LZSOXXnlsSnenfZtI=";
  };

  patches = [
    # https://github.com/musescore/MuseScore/pull/30422
    (fetchpatch {
      url = "https://github.com/musescore/MuseScore/commit/bda5eac091bca1db15fbe9546b2d71b7e8a126c8.patch";
      hash = "sha256-MTSFxmwBWaOXipeUqIFKP4Oek087oqW2MQvltV9vAgA=";
    })
    # https://github.com/musescore/MuseScore/pull/30691
    (fetchpatch {
      url = "https://github.com/musescore/MuseScore/commit/840f8b7ded19cdc5d2dc78d32e396494aaf8c4c0.patch";
      hash = "sha256-MfHLFQbgvgNTd5G3mxCMlS7bF8LrNWMLZUQ+A21l/RM=";
    })
  ];

  cmakeFlags = [
    "-DMUSE_APP_BUILD_MODE=release"
    # Disable the build and usage of the `/bin/crashpad_handler` utility - it's