pam_u2f: 1.0.6 -> 1.0.7 (#40649)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pam_u2f/versions.

These checks were done:

- built on NixOS
- /nix/store/ny1mv10yj3az2yjn25sla3aybl550rwi-pam_u2f-1.0.7/bin/pamu2fcfg passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.0.7 with grep in /nix/store/ny1mv10yj3az2yjn25sla3aybl550rwi-pam_u2f-1.0.7
- directory tree listing: https://gist.github.com/7da727fb06490bc549a719fda2ada9ab
- du listing: https://gist.github.com/a984153d959e953899879d365ffc7852

authored by R. RyanTM and committed by xeji bb898dbc 3432fa3f

+2 -2
+2 -2
pkgs/os-specific/linux/pam_u2f/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "pam_u2f-${version}"; 5 - version = "1.0.6"; 6 7 src = fetchurl { 8 url = "https://developers.yubico.com/pam-u2f/Releases/${name}.tar.gz"; 9 - sha256 = "0fpdb49596zywnbx1cfcx1k83rbs1ylhi1cnn25pq9d3b92hj50h"; 10 }; 11 12 nativeBuildInputs = [ pkgconfig ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "pam_u2f-${version}"; 5 + version = "1.0.7"; 6 7 src = fetchurl { 8 url = "https://developers.yubico.com/pam-u2f/Releases/${name}.tar.gz"; 9 + sha256 = "1kz7d3vr5dag1d5zq14kcp887p5d0q079dy1sqyl8ndi567asjh3"; 10 }; 11 12 nativeBuildInputs = [ pkgconfig ];