From 44211b88bb703e4cb0700ca09d887b3258f2f87f Mon Sep 17 00:00:00 2001 From: Ivan Oleynikov Date: Mon, 2 Dec 2024 18:59:45 +0100 Subject: [PATCH] Update the hash of hbiyik-panthor.patch The hash of the data received from Github has changed for some reason. I don't know why (could be something with spaces, encoding that they changed), but this commit fixes it. #63 --- pkgs/kernel/vendor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/kernel/vendor.nix b/pkgs/kernel/vendor.nix index b3e3e51..5a80d38 100644 --- a/pkgs/kernel/vendor.nix +++ b/pkgs/kernel/vendor.nix @@ -40,7 +40,7 @@ in # reorders the patches, and the order matters since they're generated from commits. patch = fetchurl { url = "https://github.com/hbiyik/linux/compare/${panthor-base}...${panthor-head}.patch"; - hash = "sha256-/5SvlGsgHbn1i68+GASOeNZmxoZiIt280L6iUFz3MFU="; + hash = "sha256-nSfmgem0CElUHL1wXSL+9aVixeaRjcxMyey4YaNdHfc="; }; extraConfig = { }; }];