Skip to content

Commit 9d2f5e3

Browse files
tbtools: 0.5.0 -> 0.6.0 (#407634)
Co-authored-by: felixsinger <[email protected]>
2 parents 918414e + 8a82f7f commit 9d2f5e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1111
rustPlatform.buildRustPackage rec {
1212
pname = "tbtools";
13-
version = "0.5.0";
13+
version = "0.6.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "intel";
1717
repo = "tbtools";
1818
tag = "v${version}";
19-
hash = "sha256-zq8q3JaoqWAQUat2gIW0Wimi/tZiC6XDphUVjH0viU4=";
19+
hash = "sha256-xLMnB8KliwHVU5y4L7K0a43gfdhLKFxnAx4wxGL9xMc=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-SAHIDjELm4qr4whoQVdt3EuNA72qFqXEg3H0hYr7yLc=";
23+
cargoHash = "sha256-QuiDI2/XzhUKF7BGnoKeJ2143keJtmi+8WG1MpulLZo=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)