about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-08-24 10:56:22 -0400
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:50:50 +0000
commite8ef05c02fa9b978b16a4b923c233bd0e869488d (patch)
tree1ff52fb9e8f6208e065b5014e27f6464043a850c /nixpkgs/pkgs/os-specific
parentf69b52485af0d10f08537d632f95362290d1fb48 (diff)
downloadnixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar.gz
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar.bz2
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar.lz
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar.xz
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.tar.zst
nixlib-e8ef05c02fa9b978b16a4b923c233bd0e869488d.zip
linux: 5.9-rc1 -> 5.9-rc2
(cherry picked from commit 24c18f13138360136b2a53b33b01c82e36490572)
Diffstat (limited to 'nixpkgs/pkgs/os-specific')
-rw-r--r--nixpkgs/pkgs/os-specific/linux/kernel/linux-testing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing.nix b/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing.nix
index 6cd63e0be6be..cf2ca99f6f59 100644
--- a/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing.nix
+++ b/nixpkgs/pkgs/os-specific/linux/kernel/linux-testing.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 buildLinux (args // rec {
-  version = "5.9-rc1";
+  version = "5.9-rc2";
   extraMeta.branch = "5.9";
 
   # modDirVersion needs to be x.y.z, will always add .0
@@ -11,7 +11,7 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
-    sha256 = "08x6s4wydbrr4rqq3zfxq6qmnha4ikn7m9rmdqd42hmxl2ynqxla";
+    sha256 = "0mdh6gsd305kcgfqzyfgl5m886asjm5030ahg63gyias3ywzn5wd";
   };
 
   # Should the testing kernels ever be built on Hydra?