Merge pull request #30624 from Moredread/yubico-piv-tool-1.4.4
yubico-piv-tool: 1.3.0 -> 1.4.4
This commit is contained in:
commit
df528e4472
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, pkgconfig, openssl, pcsclite }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yubico-piv-tool-1.3.0";
|
||||
name = "yubico-piv-tool-1.4.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://developers.yubico.com/yubico-piv-tool/Releases/${name}.tar.gz";
|
||||
sha256 = "0l9lkzwi2227y5y02i5g1d701bmlyaj8lffv72jks1w4mkh7q7qh";
|
||||
sha256 = "0s9pib3g4lmxw9rjjd5h3ad401150kb1wqrzf8w1bq79g0zsq3mb";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in New Issue