libfido2: 1.15.0 -> 1.16.0 (#404802)

authored by Pavol Rusnak and committed by GitHub 2eb8a378 2757fd92

+2 -2
+2 -2
pkgs/by-name/li/libfido2/package.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "libfido2"; 19 - version = "1.15.0"; 19 + version = "1.16.0"; 20 20 21 21 # releases on https://developers.yubico.com/libfido2/Releases/ are signed 22 22 src = fetchurl { 23 23 url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.gz"; 24 - hash = "sha256-q6qxMY0h0mLs5Bb7inEy+pN0vaifb6UrhqmKL1cSth4="; 24 + hash = "sha256-jCtvsnm1tC6aySrecYMuSFhSZHtTYHxDuqr7vOzqBOQ="; 25 25 }; 26 26 27 27 nativeBuildInputs = [