Skip to content

Commit 4af4dd6

Browse files
[Backport release-25.11] tbtools: 0.7.0 -> 0.8.0 (#492472)
2 parents 035cb34 + 6a56210 commit 4af4dd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/tb/tbtools/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage (finalAttrs: {
1212
pname = "tbtools";
13-
version = "0.7.0";
13+
version = "0.8.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "intel";
1717
repo = "tbtools";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-gVVJzStmLJQMsc6DF8vEcJxTwpoRC0Kwq5WMzyNweB4=";
19+
hash = "sha256-tDAaWFMZeJcU2wzrOD/4DLHerm/Iy56HTe5Qz98I23M=";
2020
};
2121

22-
cargoHash = "sha256-0zwxpvCKpR78L6d/nJk/e1S5GQHL0lCQi2Ns9J/U1/o=";
22+
cargoHash = "sha256-94O+ma6twGfXr/QM7nZRmNVV4s4Z2YnsYNsNELjnhiQ=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)