Merge pull request #277830 from r-ryantm/auto-update/yubico-piv-tool
yubico-piv-tool: 2.4.1 -> 2.4.2
This commit is contained in:
commit
c0b4ada237
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "yubico-piv-tool";
|
pname = "yubico-piv-tool";
|
||||||
version = "2.4.1";
|
version = "2.4.2";
|
||||||
|
|
||||||
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-KprY5BX7Fi/qWRT1pda9g8fqnmDB1Bh7oFM7sCwViuw=";
|
hash = "sha256-viTPLg5vakDQEs8ggQro10nNMbQC4CSKEE34d/Ba/V8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue