We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c594d commit 8a82f7fCopy full SHA for 8a82f7f
pkgs/by-name/tb/tbtools/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "tbtools";
13
- version = "0.5.0";
+ version = "0.6.0";
14
15
src = fetchFromGitHub {
16
owner = "intel";
17
repo = "tbtools";
18
tag = "v${version}";
19
- hash = "sha256-zq8q3JaoqWAQUat2gIW0Wimi/tZiC6XDphUVjH0viU4=";
+ hash = "sha256-xLMnB8KliwHVU5y4L7K0a43gfdhLKFxnAx4wxGL9xMc=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-SAHIDjELm4qr4whoQVdt3EuNA72qFqXEg3H0hYr7yLc=";
+ cargoHash = "sha256-QuiDI2/XzhUKF7BGnoKeJ2143keJtmi+8WG1MpulLZo=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments