Unverified Commit b0509cfa authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #248330 from RaitoBezarius/update/linux-testing

linux_testing: 6.5-rc3 -> 6.5-rc5
parents 08871861 3d8b0834
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
with lib;

buildLinux (args // rec {
  version = "6.5-rc3";
  version = "6.5-rc5";
  extraMeta.branch = lib.versions.majorMinor version;

  # modDirVersion needs to be x.y.z, will always add .0
@@ -11,7 +11,7 @@ buildLinux (args // rec {

  src = fetchzip {
    url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
    hash = "sha256-z4y4eNkY458rxebey3eCG0CUDLJP9oQETVlH8Av3Lhs=";
    hash = "sha256-7QNXBuk1jMCdUFWeu5P0j1nwL5PQgBFhlFYbKzj/k6E=";
  };

  # Should the testing kernels ever be built on Hydra?