Commit a69626f5 authored by OPNA2608's avatar OPNA2608
Browse files

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

parent df65637e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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}'
  '';

+2 −2
Original line number Diff line number Diff line
@@ -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 = {