linuxPackages.liquidtux: 0.1.0-unstable-2021-12-16 -> 0.1.0-unstable-2025-01-16 (#388957)

This commit is contained in:
Nick Hu
2025-03-13 11:38:39 +00:00
committed by GitHub
parent f6bd0281fb
commit 573c650e8a

View File

@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
name = "liquidtux-${version}-${kernel.version}";
version = "unstable-2021-12-16";
version = "0.1.0-unstable-2025-01-16";
src = fetchFromGitHub {
owner = "liquidctl";
repo = "liquidtux";
rev = "342defc0e22ea58f8ab2ab0f191ad3fd302c44cb";
sha256 = "12rc3vzfq8vnq9x9ca6swk5ag0xkpgkzmga8ga7q80mah9kxbaax";
rev = "4613127ac6a7f1f0a98009045ea8c16f6b960533";
sha256 = "sha256-68W7n3QWoAO07FDW45ualpOo5Cty6vcQt/9cLtlnDX0=";
};
hardeningDisable = [ "pic" ];
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstall
cd drivers/hwmon
install nzxt-grid3.ko nzxt-kraken2.ko nzxt-kraken3.ko nzxt-smart2.ko -Dm444 -t ${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/hwmon
runHook postInstall
'';
meta = with lib; {