Skip to content

Commit

Permalink
linux: fix hash for 6.5.2
Browse files Browse the repository at this point in the history
TODO: investigate why the update script broke
(cherry picked from commit 8e4b53b)
  • Loading branch information
K900 authored and delroth committed Sep 11, 2023
1 parent e672521 commit 89b41b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-6.5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ buildLinux (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-I3Zd1EQlRizZKtvuUmcGCP1/P9GDqDslunp7SIPQRRs=";
hash = "sha256-ICfhQFfVaK093BANrfTIhTpJsDEnBHimHYj2ARVyZQ8=";
};
} // (args.argsOverride or { }))

0 comments on commit 89b41b3

Please sign in to comment.