From c44a4b77c72f13b248dfe10ec02612efffd8eed2 Mon Sep 17 00:00:00 2001 From: Robert Rose Date: Thu, 20 Mar 2025 22:03:30 +0100 Subject: [PATCH] zeekstd: 0.2.2 -> 0.2.3 Changelog: https://github.com/rorosen/zeekstd/releases/tag/v0.2.3 --- pkgs/by-name/ze/zeekstd/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ze/zeekstd/package.nix b/pkgs/by-name/ze/zeekstd/package.nix index 40b283922f5d..424954b4823c 100644 --- a/pkgs/by-name/ze/zeekstd/package.nix +++ b/pkgs/by-name/ze/zeekstd/package.nix @@ -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";