Unverified Commit 37ac819f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

lenmus: 6.0.1 -> 6.0.1-unstable-2025-09-15 (#459910)

parents 5aeecbfb b23c04b1
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -23,23 +23,15 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lenmus";
  version = "6.0.1";
  version = "6.0.1-unstable-2025-09-15";

  src = fetchFromGitHub {
    owner = "lenmus";
    repo = "lenmus";
    rev = "Release_${finalAttrs.version}";
    hash = "sha256-qegOAc6vs2+6VViDHVjv0q+qjLZyTT7yPF3hFpTt5zE=";
    rev = "113787fe4d755e7e406b5ea4bd2cfb9eae0e56a3";
    hash = "sha256-tDvSgdeFx5xEjExnDhoXgvuvk7+oEPgbt4DJajckvLc=";
  };

  patches = [
    (fetchpatch {
      name = "bump-cmake-minimum-required-version.patch";
      url = "https://github.com/lenmus/lenmus/commit/cc250ca4ce9a90d8dddb0fc359c5a80609cdafcb.patch";
      hash = "sha256-aP+ooaSi6vHk+g1XftfjZ39zAgYts1vOCqZWWZhJ+G8=";
    })
  ];

  env = {
    NIX_CFLAGS_COMPILE = "-fpermissive";
  };