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
+2 -2
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 = ''