lol

Merge pull request #37052 from ryantm/auto-update/libu2f-host

libu2f-host: 1.1.4 -> 1.1.5

authored by

Matthew Justin Bauer and committed by
GitHub
a6386ca6 03302996

+2 -2
+2 -2
pkgs/development/libraries/libu2f-host/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, json_c, hidapi }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "libu2f-host-1.1.4"; 4 + name = "libu2f-host-1.1.5"; 5 5 6 6 src = fetchurl { 7 7 url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz"; 8 - sha256 = "0vvs2p3b25cbybccv3f4ridnp7sg5i4hkzx3hx48ldcn1l1fqhv0"; 8 + sha256 = "159slvjfq4bqslx5amjkk90xnkiv3x0yzvbi54pl2vnzbr1p2azk"; 9 9 }; 10 10 11 11 nativeBuildInputs = [ pkgconfig ];