Merge pull request #309843 from anthonyroussel/yubico-piv-tool_2_5_2

This commit is contained in:
Sandro 2024-06-02 17:07:35 +02:00 committed by GitHub
commit 4e400bafd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''