zeekstd: 0.2.2 -> 0.2.3

Changelog: https://github.com/rorosen/zeekstd/releases/tag/v0.2.3
This commit is contained in:
Robert Rose
2025-03-20 22:03:30 +01:00
parent b6eaf97c69
commit c44a4b77c7
+3 -3
View File
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zeekstd";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "rorosen";
repo = "zeekstd";
tag = "v${finalAttrs.version}";
hash = "sha256-Blyp5GpnytB3S4k6lp2fAwXueaUtXqPW+WLEmFNPZc0=";
hash = "sha256-URQ8UiCy8qnm0VM55BqPgIthR4AIyRk+fgowAFxvXwM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-bbl0zHxd2HYkctX029mtxDciC2tnPVTlHxYyetmtuw0=";
cargoHash = "sha256-lS4RQuwvY6bRpsev7RI3XWBPbrdek5im/rkzP+Cmgpc=";
meta = {
description = "CLI tool that works with the zstd seekable format";