mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
yubico-piv-tool: 2.4.2 -> 2.5.0
This commit is contained in:
parent
0b8f8e0cd9
commit
ee7917f27d
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "yubico-piv-tool";
|
pname = "yubico-piv-tool";
|
||||||
version = "2.4.2";
|
version = "2.5.0";
|
||||||
|
|
||||||
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-viTPLg5vakDQEs8ggQro10nNMbQC4CSKEE34d/Ba/V8=";
|
hash = "sha256-KSM/p6PMzgpVtXIR9GjGiP/UqXhbc1xSQ71elbE4JQE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user