Skip to content

Commit 015ebd1

Browse files
committed
fix: bump again to match the proposed rc build
1 parent 7b2ed6d commit 015ebd1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kernel-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clap-markdown = "0.1.5"
1616
clap_complete = "4"
1717
eyre = "0.6.12"
1818
git2 = "0.20"
19-
hf-hub = { git = "https://github.com/huggingface/hf-hub.git", rev = "670b3f489cc10e1c4a7325fb8632bffbe07f0c40", features = ["blocking"] }
19+
hf-hub = { git = "https://github.com/huggingface/hf-hub.git", rev = "18dfe58f2d1ed3779428b670ab8e407bc336c168", features = ["blocking"] }
2020
itertools = "0.13"
2121
minijinja = "2.5"
2222
minijinja-embed = "2.5"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage {
3333
cargoLock = {
3434
lockFile = ../../../Cargo.lock;
3535
outputHashes = {
36-
"hf-hub-1.0.0" = "sha256-XJVbG/dfxeSaTvyZMqB/6oF0I5cqKXIXzG5Zq00xmnk=";
36+
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
3737
};
3838
};
3939

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-
"hf-hub-1.0.0" = "sha256-XJVbG/dfxeSaTvyZMqB/6oF0I5cqKXIXzG5Zq00xmnk=";
55+
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
5656
};
5757
};
5858

nix-builder/pkgs/python-modules/kernel-abi-check/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildPythonPackage {
3737
cargoDeps = rustPlatform.importCargoLock {
3838
lockFile = ../../../../Cargo.lock;
3939
outputHashes = {
40-
"hf-hub-1.0.0" = "sha256-XJVbG/dfxeSaTvyZMqB/6oF0I5cqKXIXzG5Zq00xmnk=";
40+
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
4141
};
4242
};
4343

nix-builder/pkgs/python-modules/kernels-data/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildPythonPackage {
3535
cargoDeps = rustPlatform.importCargoLock {
3636
lockFile = ../../../../Cargo.lock;
3737
outputHashes = {
38-
"hf-hub-1.0.0" = "sha256-XJVbG/dfxeSaTvyZMqB/6oF0I5cqKXIXzG5Zq00xmnk=";
38+
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
3939
};
4040
};
4141

0 commit comments

Comments
 (0)