yubico-piv-tool: 0.1.6 -> 1.0.2
This commit is contained in:
parent
37bba4ec2c
commit
db031b5dff
|
@ -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.6";
|
name = "yubico-piv-tool-1.0.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 = "1fsr7wkbg2ff9igc3d8bfqijdxj88wpfnj7zlidzgzakj4b6bxzg";
|
sha256 = "1l12bkyqs38212rizda6s3mypfr4wdiap0yhqfwx86lqcp4h0yb9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl pcsclite ];
|
buildInputs = [ pkgconfig openssl pcsclite ];
|
||||||
|
|
Loading…
Reference in New Issue