We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c00aa commit bb602bfCopy full SHA for bb602bf
default.nix
@@ -96,7 +96,7 @@
96
config = {
97
boot.kernelPackages = lib.mkOverride 80 (
98
let
99
- version = "6.17.2-8";
+ version = "6.17.3-1";
100
linuxVersion = lib.head (lib.splitString "-" version);
101
suffix = "nitrous";
102
llvm = pkgs.unstable.llvmPackages_20;
@@ -133,7 +133,7 @@
133
134
src = fetchurl {
135
url = "https://gitlab.com/xdevs23/linux-nitrous/-/archive/v${version}/linux-nitrous-v${version}.tar.gz";
136
- hash = "sha256-13kaW7JInxnnt0sJTeTu4Q9QdtR4nkZRWUBVwMRkWPU=";
+ hash = "sha256-iy1aM2p0gPHO3T/ZtVj76pEToTYBt/3jGe8BFE+9cpI=";
137
};
138
139
structuredExtraConfig = with lib.kernel; {
0 commit comments