Skip to content

Commit

Permalink
linux: 6.3.3 -> 6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed May 25, 2023
1 parent 669156c commit fe5ff41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-6.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with lib;

buildLinux (args // rec {
version = "6.3.3";
version = "6.3.4";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = versions.pad 3 version;
Expand All @@ -13,6 +13,6 @@ buildLinux (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "1ra4kr9bp1s9d7amvz6ik1q3chwps5lysn37b28770pfdim22xc9";
sha256 = "1s385fvhpzzlh97gv1dj82p52w0fdsjga7hbs03ycfkbxll7aqnq";
};
} // (args.argsOverride or { }))

0 comments on commit fe5ff41

Please sign in to comment.