cwm: 7.4 -> 7.9

This commit is contained in:
Angel J
2026-06-20 10:02:53 -07:00
parent 3c0a7119ef
commit da0e02d5c8
+4 -3
View File
@@ -13,16 +13,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cwm";
version = "7.4";
version = "7.9";
src = fetchFromGitHub {
owner = "leahneukirchen";
repo = "cwm";
rev = "v${finalAttrs.version}";
hash = "sha256-L3u4mH2UH2pTHhSPVr5dUi94b9DheslkIWL6EgQ05yA=";
tag = "v${finalAttrs.version}";
hash = "sha256-YC+x4YSPAgZ47PFMbzICv9ixfDxA1PG3ncLiMahSoUc=";
};
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
pkg-config