Skip to content

Commit bb602bf

Browse files
committed
Update default.nix to 6.17.3-1
1 parent 52c00aa commit bb602bf

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.2-8";
99+
version = "6.17.3-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-13kaW7JInxnnt0sJTeTu4Q9QdtR4nkZRWUBVwMRkWPU=";
136+
hash = "sha256-iy1aM2p0gPHO3T/ZtVj76pEToTYBt/3jGe8BFE+9cpI=";
137137
};
138138

139139
structuredExtraConfig = with lib.kernel; {

0 commit comments

Comments
 (0)