zcfan: 1.3.0 -> 1.4.0

This commit is contained in:
luftmensch-luftmensch
2024-12-30 09:32:07 +01:00
parent f81b2f6dc9
commit e5e134e8ec
+2 -2
View File
@@ -7,13 +7,13 @@
# Testing this requires a Thinkpad or the presence of /proc/acpi/ibm/fan
stdenv.mkDerivation (finalAttrs: {
pname = "zcfan";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "cdown";
repo = "zcfan";
rev = finalAttrs.version;
hash = "sha256-zpYQEHXt8LBNX+luM4YxP0dKH+hb2c8Z0BEeGP09oZo=";
hash = "sha256-/q9jDqjG4g211CTb4ahagpxux2BsZWTEyoAY8kRRTB8=";
};
postPatch = ''