lenmus: 6.0.1 -> 6.0.1-unstable-2025-09-15

This bump fixes a build failure triggered by new freetype with:
https://github.com/lenmus/lenmus/pull/159
This commit is contained in:
Ihar Hrachyshka
2025-11-08 18:17:02 -05:00
parent 90c5252536
commit b23c04b1b1

View File

@@ -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";
};