Skip to content

Commit 44211b8

Browse files
authored
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. ryan4yin#63
1 parent 981fc1b commit 44211b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/kernel/vendor.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
# reorders the patches, and the order matters since they're generated from commits.
4141
patch = fetchurl {
4242
url = "https://github.com/hbiyik/linux/compare/${panthor-base}...${panthor-head}.patch";
43-
hash = "sha256-/5SvlGsgHbn1i68+GASOeNZmxoZiIt280L6iUFz3MFU=";
43+
hash = "sha256-nSfmgem0CElUHL1wXSL+9aVixeaRjcxMyey4YaNdHfc=";
4444
};
4545
extraConfig = { };
4646
}];

0 commit comments

Comments
 (0)