Skip to content

Commit

Permalink
victus: update kernel to 6.11-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 14, 2024
1 parent d1d100d commit f8c3cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop/victus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
#kernelPatches = builtins.filter (x: !lib.hasPrefix "rust" x.name) prevAttrs'.kernelPatches;
ignoreConfigErrors = true;
argsOverride = rec {
version = "6.11-rc2";
modDirVersion = "6.11.0-rc2";
version = "6.11-rc3";
modDirVersion = "6.11.0-rc3";
/*src = pkgs.fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git";
rev = "defaf1a2113a22b00dfa1abc0fd2014820eaf065";
hash = "sha256-Az2sLF7gIjEa6R/vAVExdLxLj5YM9viU6L+Q9qFahdo=";
};*/
src = pkgs.fetchzip {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-+nfCerBqzOtf3xYVQfXA24r557V7v0Pe9J9p/R0DXOs=";
hash = "sha256-1aXnvurRZMqHhbkmlQhBdLdJMWTifrn49JI/40kmg4g=";
};
};
});
Expand Down

0 comments on commit f8c3cd1

Please sign in to comment.