tokstat: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-02-19 20:44:47 +00:00
parent 9c47edbb53
commit 196a27d73c
+3 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tokstat";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "pbek";
repo = "tokstat";
tag = "v${finalAttrs.version}";
hash = "sha256-J144les0gxAFt34+r2hcikIyLKm+A1p8zNg+FljZ41o=";
hash = "sha256-K1RV+FvRL8oWHsdaLLpzFIcGU/6ex5SxSf90vMhwoEc=";
};
cargoHash = "sha256-llS2UrJ9B+JSNkBUYioEEbe36lGgIr3ifjBXgPhTRnE=";
cargoHash = "sha256-5Q+99lYln459PTQhXpMneoUP1WQYHo4tSjm1cYMLbjk=";
nativeBuildInputs = [
pkg-config