summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-15 14:54:40 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-15 14:54:40 -0300
commitba9e102d7920f15a243edc4d69fcb374d2540f14 (patch)
treedc0e814544aa51103b478faf3ea8af993989b332
parentd233f0c847548b68e4d654af6205183c78913973 (diff)
downloadnixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar.gz
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar.bz2
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar.lz
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar.xz
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.tar.zst
nixpkgs-ba9e102d7920f15a243edc4d69fcb374d2540f14.zip
linux: 4.9.327 -> 4.9.328
-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 c435a82c50d..38c7106dfa6 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.327";
+  version = "4.9.328";
   extraMeta.branch = "4.9";
   extraMeta.broken = stdenv.isAarch64;
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1lh63viynf9f7vl0a52mnal8jack9lbqfsfammwkxi3kafpw30r2";
+    sha256 = "1px2np3k796cjwq1sp9gfxyql6hqyqya82vq9cb5y0canq6fqmg8";
   };
 } // (args.argsOverride or {}))