tokstat: 0.5.0 -> 0.6.0 (#492243)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-19 22:17:02 +00:00
committed by GitHub
+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