coolercontrol.*: 1.1.1 -> 1.2.2
This commit is contained in:
parent
c8c32da7e6
commit
5bb6726e84
5 changed files with 551 additions and 301 deletions
842
pkgs/applications/system/coolercontrol/Cargo.lock
generated
842
pkgs/applications/system/coolercontrol/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
"tauri-plugin-autostart-0.0.0" = "sha256-ATw3dbvG3IsLaLBg5wGk7hVRqipwL4xPGKdtD9a5VIw=";
|
"tauri-plugin-localhost-0.1.0" = "sha256-z+cxkNtaaV7m7Rt2mpdw0Rm0oDR4VZPKwtdhY5V/HlI=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ buildNpmPackage {
|
||||||
inherit version src;
|
inherit version src;
|
||||||
sourceRoot = "${src.name}/coolercontrol-ui";
|
sourceRoot = "${src.name}/coolercontrol-ui";
|
||||||
|
|
||||||
npmDepsHash = "sha256-7Hd1LT1ro83QMuoDGvFGsrTlQaSia+lVG8lyaAibiAo=";
|
npmDepsHash = "sha256-ZnuTtksB+HVYobL48S3RI8Ibe3pvDaF+YFAJJumiNxA=";
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
cp -r dist $out
|
cp -r dist $out
|
||||||
|
|
|
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
|
||||||
inherit version src;
|
inherit version src;
|
||||||
sourceRoot = "${src.name}/coolercontrold";
|
sourceRoot = "${src.name}/coolercontrold";
|
||||||
|
|
||||||
cargoHash = "sha256-Ybqr36AkcPnGJeFcCqg/zuWcaooZ1gJPCi5IbgXmeJ0=";
|
cargoHash = "sha256-qXZ/LXbKkLvnEQibGyMvkkYhz2eEGUHsYxVF3EbCpFc=";
|
||||||
|
|
||||||
# copy the frontend static resources to a directory for embedding
|
# copy the frontend static resources to a directory for embedding
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "coolercontrol";
|
owner = "coolercontrol";
|
||||||
repo = "coolercontrol";
|
repo = "coolercontrol";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-QgUYfiiADKVHqOU9WTv+VAqep0IU6Ezy8ZzJwkdHIJQ=";
|
hash = "sha256-c+MM8MAM8WSKSKECSfy/Iw7KWiWHxG75YShtv9d2Sjc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue