mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
libykneomgr: 0.1.7 -> 0.1.8
This commit is contained in:
parent
0e05d552f8
commit
54f6695928
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, pcsclite, libzip, help2man }:
|
{ stdenv, fetchurl, pkgconfig, pcsclite, libzip, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libykneomgr-0.1.7";
|
name = "libykneomgr-0.1.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/libykneomgr/Releases/${name}.tar.gz";
|
url = "https://developers.yubico.com/libykneomgr/Releases/${name}.tar.gz";
|
||||||
sha256 = "0nlzl9g0gjb54h43gjhg8d25bq3m3s794cq671irpqkn94kj1knw";
|
sha256 = "12gqblz400kr11m1fdr1vvwr85lgy5v55zy0cf782whpk8lyyj97";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue