libfido2: 1.0.0 -> 1.1.0

https://github.com/Yubico/libfido2/blob/1.1.0/NEWS
This commit is contained in:
Will Dietz 2019-05-09 07:42:46 -05:00
parent f74f518b80
commit b6e91ba23e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "libfido2";
version = "1.0.0";
version = "1.1.0";
src = fetchurl {
url = "https://developers.yubico.com/libfido2/Releases/libfido2-${version}.tar.gz";
sha256 = "1l0f67fpza0lhq08brpgi4xyfw60w1q790a83x8vqm889l4mph8w";
sha256 = "1h51q9pgv54czf7k6v90b02gnvqw4dlxmz6vi0n06shpkdzv5jh1";
};
nativeBuildInputs = [ cmake pkgconfig ];