Skip to content

Commit 8b820ba

Browse files
committed
Update default.nix to 6.17.2-4
1 parent df081e2 commit 8b820ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
config = {
9797
boot.kernelPackages = lib.mkOverride 80 (
9898
let
99-
version = "6.17.2-3";
99+
version = "6.17.2-4";
100100
linuxVersion = lib.head (lib.splitString "-" version);
101101
suffix = "nitrous";
102102
llvm = pkgs.unstable.llvmPackages_20;
@@ -133,7 +133,7 @@
133133

134134
src = fetchurl {
135135
url = "https://gitlab.com/xdevs23/linux-nitrous/-/archive/v${version}/linux-nitrous-v${version}.tar.gz";
136-
hash = "0vi96lnm29m45g02gb87yjiz2rxc19k5grdi2jx836qc7fp8ih6d";
136+
hash = "15cx13wl6pcrqqgsfry2wzw5bnr091hcbvb5cvpsfr09hwwgc6pk";
137137
};
138138

139139
structuredExtraConfig = with lib.kernel; {
@@ -184,7 +184,7 @@
184184
owner = "amkillam";
185185
repo = "ryzen_smu";
186186
rev = "172c316f53ac8f066afd7cb9e1da517084273368";
187-
hash = "0vi96lnm29m45g02gb87yjiz2rxc19k5grdi2jx836qc7fp8ih6d";
187+
hash = "15cx13wl6pcrqqgsfry2wzw5bnr091hcbvb5cvpsfr09hwwgc6pk";
188188
};
189189
monitor-cpu = llvm.stdenv.mkDerivation {
190190
pname = "monitor-cpu";

0 commit comments

Comments
 (0)