libfido2: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2022-09-25 21:06:43 +00:00
parent 6fcaded221
commit 1220237a3a
@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "libfido2";
version = "1.11.0";
version = "1.12.0";
# releases on https://developers.yubico.com/libfido2/Releases/ are signed
src = fetchurl {
url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.gz";
sha256 = "sha256-CDDFhT47RAmalxZuDOxUpltUt/qqwHBxhy93uOTXswI=";
sha256 = "sha256-gT1tJRFhQ9FtLpZ5FxinSCXaFrd0qNCT2W8Grhcw2cU=";
};
nativeBuildInputs = [ cmake pkg-config ];