summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-09-29 20:38:03 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-09-29 20:38:03 +0200
commit8e60fc74fc41df642498753e769862273ce57bf0 (patch)
treeb303482ab0ec3840b9f49c7f60ac4435780f7f6b
parentf0a698ea9fefce661d8696fa01ad2ee398cde2b8 (diff)
downloadnixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar.gz
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar.bz2
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar.lz
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar.xz
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.tar.zst
nixpkgs-8e60fc74fc41df642498753e769862273ce57bf0.zip
linux: 4.9.329 -> 4.9.330
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.9.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix
index 1a755db20e8..c9b002abd78 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,12 +1,12 @@
 { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
 
 buildLinux (args // rec {
-  version = "4.9.329";
+  version = "4.9.330";
   extraMeta.branch = "4.9";
   extraMeta.broken = stdenv.isAarch64;
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "168hy7vhgw2sfknflhhf6ykhkp4xs8v0igii6ivjlvs3dmwm21sj";
+    sha256 = "0psrl8fcbp1bsanjmllic503dlyhkj8bjzfc20p2ksahlhv1j0mz";
   };
 } // (args.argsOverride or {}))