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, fetchurl, pkgconfig, openssl, pcsclite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yubico-piv-tool-0.1.0";
|
name = "yubico-piv-tool-0.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
||||||
sha256 = "1m573f0vn3xgzsl29ps679iykp5krwd0fnr4nhm1fw2hm5zahrhf";
|
sha256 = "0sqakrlw4j60xhlmp2fq6ccj3lqf13kwvmahsrj3xr5qdi7h0fza";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl pcsclite ];
|
buildInputs = [ pkgconfig openssl pcsclite ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user