Merge pull request #292312 from r-ryantm/auto-update/zcfan

zcfan: 1.2.1 -> 1.3.0
This commit is contained in:
Nick Cao 2024-02-29 10:17:45 -05:00 committed by GitHub
commit 724312a202
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
# Testing this requires a Thinkpad or the presence of /proc/acpi/ibm/fan # Testing this requires a Thinkpad or the presence of /proc/acpi/ibm/fan
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "zcfan"; pname = "zcfan";
version = "1.2.1"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cdown"; owner = "cdown";
repo = "zcfan"; repo = "zcfan";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-XngchR06HP2iExKJVe+XKBDgsv98AEYWOkl1a/Hktgs="; hash = "sha256-zpYQEHXt8LBNX+luM4YxP0dKH+hb2c8Z0BEeGP09oZo=";
}; };
postPatch = '' postPatch = ''