Skip to content

Commit

Permalink
linux-jovian: 6.1.52-valve5 -> 6.1.52-valve9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Nov 25, 2023
1 parent 650ec6e commit a1305f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/linux-jovian/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
inherit (lib) versions;

kernelVersion = "6.1.52";
vendorVersion = "valve5";
vendorVersion = "valve9";
in
buildLinux (args // rec {
version = "${kernelVersion}-${vendorVersion}";
Expand Down Expand Up @@ -138,7 +138,7 @@ buildLinux (args // rec {
owner = "Jovian-Experiments";
repo = "linux";
rev = version;
hash = "sha256-XNGX/ETGWVA1dQA7A+DUv8oW3PgdO4RJn9p2P1pC1FQ=";
hash = "sha256-UvJD2UJ3rsVk2wWMQ7Tu6QMxDfX7AzEMxtBIjBC1WIA=";

# Sometimes the vendor doesn't update the EXTRAVERSION tag.
# Let's fix it up in post.
Expand Down

0 comments on commit a1305f2

Please sign in to comment.