We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d641cbd commit 3123e14Copy full SHA for 3123e14
pkgs/linux-jovian/default.nix
@@ -3,9 +3,9 @@
3
let
4
inherit (lib) versions;
5
6
- kernelVersion = "6.18.16";
+ kernelVersion = "6.18.18";
7
vendorVersion = "valve1";
8
- hash = "sha256-usW6nc27S3qWo/eTfMpB9XAh70565LDLKSxD4GeU+QE=";
+ hash = "sha256-oii9drRlq+Ud0proD4HQ0BvUHeQyYYiJy8WuMS6Zoqk=";
9
in
10
buildLinux (args // rec {
11
version = "${kernelVersion}-${vendorVersion}";
0 commit comments