From 96dee71e84fb72b74651a5303d3c705db84f567c Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Tue, 7 May 2024 15:53:59 +0200 Subject: [PATCH] yubico-piv-tool: 2.5.1 -> 2.5.2 https://github.com/Yubico/yubico-piv-tool/compare/yubico-piv-tool-2.5.1...yubico-piv-tool-2.5.2 https://developers.yubico.com/yubico-piv-tool/Release_Notes.html --- pkgs/tools/misc/yubico-piv-tool/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/yubico-piv-tool/default.nix b/pkgs/tools/misc/yubico-piv-tool/default.nix index 2b8e50a7222e..d3c73b62a7b6 100644 --- a/pkgs/tools/misc/yubico-piv-tool/default.nix +++ b/pkgs/tools/misc/yubico-piv-tool/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "yubico-piv-tool"; - version = "2.5.1"; + version = "2.5.2"; outputs = [ "out" "dev" "man" ]; @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "Yubico"; repo = "yubico-piv-tool"; rev = "refs/tags/yubico-piv-tool-${finalAttrs.version}"; - hash = "sha256-8W5c5JwEAhBAgoRC/pmQs3U3RekQMmkHAXVW36Y+J+U="; + hash = "sha256-SBVYr6OcWqT+WKOZgIeZ1TmqCbcGAjbq/HaWIwPduFw="; }; postPatch = ''