summary refs log tree commit diff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-02-05 21:00:09 +0000
committerTredwellGit <tredwell@tutanota.com>2022-02-05 21:00:09 +0000
commit69614640571daa795eef909c4750317dffe2bb23 (patch)
tree7fb04da6cc1a8f50e247fe19302b813f82de44ab
parentd890ab3785a3023301c56c97f5a43a79df17ce84 (diff)
downloadnixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar.gz
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar.bz2
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar.lz
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar.xz
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.tar.zst
nixpkgs-69614640571daa795eef909c4750317dffe2bb23.zip
linux: 5.4.176 -> 5.4.177
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix
index d4b1c2f6c17..edbeb919523 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "5.4.176";
+  version = "5.4.177";
 
   # modDirVersion needs to be x.y.z, will automatically add .0 if needed
   modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-    sha256 = "0h67d34n8cwq60rv8nw0a7n9mkihs0cg0b5zl6ihfyjflqj0jq6r";
+    sha256 = "0wvb5is8rqvfxia1i8lw4yd3fm2bhb6wdl0bdjq90dx7y46wpxqq";
   };
 } // (args.argsOverride or {}))