Skip to content

Commit c08f4dd

Browse files
committed
fix: also bump nix output hash
1 parent 5d015cf commit c08f4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix-builder/pkgs/kernel-builder/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage {
5252
cargoLock = {
5353
lockFile = ../../../Cargo.lock;
5454
outputHashes = {
55-
"huggingface-hub-0.0.1" = "sha256-By8b1NUPWu+XF3Om1NcEO+o2qdZUco+FxvrJGNRqxWs=";
55+
"huggingface-hub-0.0.1" = "sha256-OblvpHKTc3/d4s6WREf6dy492FVbpASvJl6v1Z1mwVM=";
5656
};
5757
};
5858

0 commit comments

Comments
 (0)