coolercontrol.{coolercontrold,coolercontrol-ui-data,coolercontrol-gui}: 4.0.1 -> 4.1.0

This commit is contained in:
OPNA2608
2026-03-22 23:04:23 +01:00
parent df65637e00
commit a69626f524
3 changed files with 5 additions and 5 deletions
@@ -12,7 +12,7 @@ buildNpmPackage {
sourceRoot = "${src.name}/coolercontrol-ui";
npmDepsFetcherVersion = 2;
npmDepsHash = "sha256-NmTNaHm7NGkNWnNbTfLC9/3cSJRR+ir1YS+ot4MJNog=";
npmDepsHash = "sha256-AzRw6DuloOFC7VN7yM9czqxosfVIoXAltv2xHUxac7k=";
postBuild = ''
cp -r dist $out
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
inherit version src;
sourceRoot = "${src.name}/coolercontrold";
cargoHash = "sha256-i6QYJ2kVXpYVbGyY/5EeGbCVCkxLeqf1mgvrXKRdup0=";
cargoHash = "sha256-rFwbHsGkKLD9UgkdTbxMIjARmU0Ewal1NIwlbzRL/vc=";
buildInputs = [ libdrm ];
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage {
--replace-fail 'Command::new("sh")' 'Command::new("${runtimeShell}")'
# This is supposed to be a "nix-compatible file path", but there is nothing that actually does the substitution
substituteInPlace ../../coolercontrold-${version}-vendor/pciid-parser-*/src/lib.rs \
substituteInPlace daemon/src/repositories/hwmon/pci_ids.rs \
--replace-fail '@hwdata@' '${hwdata}'
'';
@@ -5,13 +5,13 @@
}:
let
version = "4.0.1";
version = "4.1.0";
src = fetchFromGitLab {
owner = "coolercontrol";
repo = "coolercontrol";
tag = version;
hash = "sha256-X8KEZARksSwmFEKnGnwZk9aQ0ND6fOsSelCIWPkEjN8=";
hash = "sha256-v1enPMezagA3gcYD5EbC1ecTOXEsMLRGWIKzgDxzRWg=";
};
meta = {