tbtools: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2026-02-20 11:27:07 +00:00
parent 6b0f198fe0
commit 0528f7e4c6
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tbtools";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "intel";
repo = "tbtools";
tag = "v${finalAttrs.version}";
hash = "sha256-gVVJzStmLJQMsc6DF8vEcJxTwpoRC0Kwq5WMzyNweB4=";
hash = "sha256-tDAaWFMZeJcU2wzrOD/4DLHerm/Iy56HTe5Qz98I23M=";
};
cargoHash = "sha256-0zwxpvCKpR78L6d/nJk/e1S5GQHL0lCQi2Ns9J/U1/o=";
cargoHash = "sha256-94O+ma6twGfXr/QM7nZRmNVV4s4Z2YnsYNsNELjnhiQ=";
nativeBuildInputs = [
pkg-config