Skip to content

Commit 8df79d7

Browse files
committed
Update default.nix to 6.17.8-1
1 parent 48acafa commit 8df79d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 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.7-1";
99+
version = "6.17.8-1";
100100
linuxVersion = lib.head (lib.splitString "-" version);
101101
suffix = "nitrous";
102102
llvm = pkgs.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-vDGZ78/VtZka4qGLCa4tlZaDDjtwuV2oS4DgP9DmL08=";
136+
hash = "sha256-HImlRWOswGpUJ3N7wPCEypngOjOQfmhSHTSX1sI7itI=";
137137
};
138138

139139
structuredExtraConfig = with lib.kernel; {

0 commit comments

Comments
 (0)