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.
2 parents 035cb34 + 6a56210 commit 4af4dd6Copy full SHA for 4af4dd6
1 file changed
pkgs/by-name/tb/tbtools/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "tbtools";
13
- version = "0.7.0";
+ version = "0.8.0";
14
15
src = fetchFromGitHub {
16
owner = "intel";
17
repo = "tbtools";
18
tag = "v${finalAttrs.version}";
19
- hash = "sha256-gVVJzStmLJQMsc6DF8vEcJxTwpoRC0Kwq5WMzyNweB4=";
+ hash = "sha256-tDAaWFMZeJcU2wzrOD/4DLHerm/Iy56HTe5Qz98I23M=";
20
};
21
22
- cargoHash = "sha256-0zwxpvCKpR78L6d/nJk/e1S5GQHL0lCQi2Ns9J/U1/o=";
+ cargoHash = "sha256-94O+ma6twGfXr/QM7nZRmNVV4s4Z2YnsYNsNELjnhiQ=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments