mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
yubico-piv-tool: 0.1.0 -> 0.1.2
This commit is contained in:
parent
e1988740a5
commit
021efdf021
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yubico-piv-tool-0.1.0";
|
||||
name = "yubico-piv-tool-0.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
||||
sha256 = "1m573f0vn3xgzsl29ps679iykp5krwd0fnr4nhm1fw2hm5zahrhf";
|
||||
sha256 = "0sqakrlw4j60xhlmp2fq6ccj3lqf13kwvmahsrj3xr5qdi7h0fza";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig openssl pcsclite ];
|
||||
|
Loading…
Reference in New Issue
Block a user