summary refs log tree commit diff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-03-16 16:46:02 +0000
committerTredwellGit <tredwell@tutanota.com>2022-03-16 16:46:02 +0000
commit7ea40efa4deb381d19bc39295709727495b00032 (patch)
tree2c0131d4e8dac665619f813fc23dd9b171c769c8
parent111be9fee33d45ff5892cdbc71aaadf05010e610 (diff)
downloadnixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar.gz
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar.bz2
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar.lz
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar.xz
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.tar.zst
nixpkgs-7ea40efa4deb381d19bc39295709727495b00032.zip
linux: 4.9.306 -> 4.9.307
-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 df73833dc8e..9eae11205ca 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.306";
+  version = "4.9.307";
   extraMeta.branch = "4.9";
   extraMeta.broken = stdenv.isAarch64;
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1cvsz3sf24g2623m7fxc6ilzsdmzi8s8lnks3sg68sax0qdx0ny7";
+    sha256 = "1xyhz7hq8yyclxyavzk36sbl41vlb74pccd56240kq34ma1hyis7";
   };
 } // (args.argsOverride or {}))