Merge pull request #288896 from r-ryantm/auto-update/yubico-piv-tool

yubico-piv-tool: 2.5.0 -> 2.5.1
This commit is contained in:
OTABI Tomoya
2024-02-19 23:39:50 +09:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yubico-piv-tool";
version = "2.5.0";
version = "2.5.1";
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-KSM/p6PMzgpVtXIR9GjGiP/UqXhbc1xSQ71elbE4JQE=";
hash = "sha256-8W5c5JwEAhBAgoRC/pmQs3U3RekQMmkHAXVW36Y+J+U=";
};
postPatch = ''