Loading pkgs/applications/system/coolercontrol/coolercontrol-ui-data.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/applications/system/coolercontrol/coolercontrold.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage { inherit version src; sourceRoot = "${src.name}/coolercontrold"; cargoHash = "sha256-i6QYJ2kVXpYVbGyY/5EeGbCVCkxLeqf1mgvrXKRdup0="; cargoHash = "sha256-rFwbHsGkKLD9UgkdTbxMIjARmU0Ewal1NIwlbzRL/vc="; buildInputs = [ libdrm ]; Loading @@ -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}' ''; Loading pkgs/applications/system/coolercontrol/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
pkgs/applications/system/coolercontrol/coolercontrol-ui-data.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/system/coolercontrol/coolercontrold.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage { inherit version src; sourceRoot = "${src.name}/coolercontrold"; cargoHash = "sha256-i6QYJ2kVXpYVbGyY/5EeGbCVCkxLeqf1mgvrXKRdup0="; cargoHash = "sha256-rFwbHsGkKLD9UgkdTbxMIjARmU0Ewal1NIwlbzRL/vc="; buildInputs = [ libdrm ]; Loading @@ -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}' ''; Loading
pkgs/applications/system/coolercontrol/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading