From b23c04b1b1a8196976368bf01e54277a67e63fdd Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 8 Nov 2025 18:17:02 -0500 Subject: [PATCH] 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 --- pkgs/by-name/le/lenmus/package.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/by-name/le/lenmus/package.nix b/pkgs/by-name/le/lenmus/package.nix index 3854ac3ef3b8..076eb9501d88 100644 --- a/pkgs/by-name/le/lenmus/package.nix +++ b/pkgs/by-name/le/lenmus/package.nix @@ -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"; };