Skip to content

Commit 573c650

Browse files
authored
linuxPackages.liquidtux: 0.1.0-unstable-2021-12-16 -> 0.1.0-unstable-2025-01-16 (#388957)
1 parent f6bd028 commit 573c650

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/os-specific/linux/liquidtux/default.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
name = "liquidtux-${version}-${kernel.version}";
10-
version = "unstable-2021-12-16";
10+
version = "0.1.0-unstable-2025-01-16";
1111

1212
src = fetchFromGitHub {
1313
owner = "liquidctl";
1414
repo = "liquidtux";
15-
rev = "342defc0e22ea58f8ab2ab0f191ad3fd302c44cb";
16-
sha256 = "12rc3vzfq8vnq9x9ca6swk5ag0xkpgkzmga8ga7q80mah9kxbaax";
15+
rev = "4613127ac6a7f1f0a98009045ea8c16f6b960533";
16+
sha256 = "sha256-68W7n3QWoAO07FDW45ualpOo5Cty6vcQt/9cLtlnDX0=";
1717
};
1818

1919
hardeningDisable = [ "pic" ];
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
2525
];
2626

2727
installPhase = ''
28+
runHook preInstall
29+
cd drivers/hwmon
2830
install nzxt-grid3.ko nzxt-kraken2.ko nzxt-kraken3.ko nzxt-smart2.ko -Dm444 -t ${placeholder "out"}/lib/modules/${kernel.modDirVersion}/kernel/drivers/hwmon
31+
runHook postInstall
2932
'';
3033

3134
meta = with lib; {

0 commit comments

Comments
 (0)