yubico-piv-tool: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2024-02-14 22:51:49 +00:00
parent f74d88a6f1
commit 9a75180f4f

View file

@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "yubico-piv-tool"; pname = "yubico-piv-tool";
version = "2.5.0"; version = "2.5.1";
outputs = [ "out" "dev" "man" ]; outputs = [ "out" "dev" "man" ];
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Yubico"; owner = "Yubico";
repo = "yubico-piv-tool"; repo = "yubico-piv-tool";
rev = "refs/tags/yubico-piv-tool-${finalAttrs.version}"; rev = "refs/tags/yubico-piv-tool-${finalAttrs.version}";
hash = "sha256-KSM/p6PMzgpVtXIR9GjGiP/UqXhbc1xSQ71elbE4JQE="; hash = "sha256-8W5c5JwEAhBAgoRC/pmQs3U3RekQMmkHAXVW36Y+J+U=";
}; };
postPatch = '' postPatch = ''