linux: fix hash of 6.1.37 -> 6.1.38

Issue seems to be that the update script doesn't support `hash =`
This commit is contained in:
Fabián Heredia Montiel 2023-07-06 08:55:21 -06:00
parent bd2eef5844
commit ec01d46c90

View File

@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-RsrXEtJhojyOSDo7ebaoS5pfcxqJIckSffNa41zvHoA=";
sha256 = "0hrdh1w9z8bgy4cxqsxfkwa01yincfw1mq1bbwm36zczc0dzk97r";
};
} // (args.argsOverride or { }))