Skip to content

Commit 657ada9

Browse files
committed
default.nix: revert
1 parent 9b3f2bd commit 657ada9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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-6";
99+
version = "6.17.1-1";
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 = "sha256-PCO5hss5gWdNaX04ARv86IMhcsf2WFWzOVpCArV0wLo=";
136+
hash = "sha256-Xzm+cD5VkZI80O8zVYkSBdtQ//F/aGwzFghHjp+04to=";
137137
};
138138

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

0 commit comments

Comments
 (0)