File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/os-specific/linux/liquidtux Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 77
88stdenv . 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 ; {
You can’t perform that action at this time.
0 commit comments