Skip to content

Commit c4bea8f

Browse files
authored
pam_u2f: 1.3.1 -> 1.3.2 (NixOS#374776)
2 parents 67d08ce + aff75d6 commit c4bea8f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/by-name/pa/pam_u2f/package.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
libfido2,
77
pam,
88
openssl,
9+
nixosTests,
910
}:
1011

1112
stdenv.mkDerivation rec {
1213
pname = "pam_u2f";
13-
version = "1.3.1";
14+
version = "1.3.2";
1415

1516
src = fetchurl {
1617
url = "https://developers.yubico.com/pam-u2f/Releases/${pname}-${version}.tar.gz";
17-
hash = "sha256-mhNUmUf4RPazq2kdca+09vAKRdFl/tJ7AcZsB3UKk4c=";
18+
hash = "sha256-OL59GJcnHLP+45HSODs1r8EmrUMakanebpkQjBLMlJA=";
1819
};
1920

2021
nativeBuildInputs = [ pkg-config ];
@@ -36,6 +37,10 @@ stdenv.mkDerivation rec {
3637
EOF
3738
'';
3839

40+
passthru.tests = {
41+
pam_u2f = nixosTests.pam-u2f;
42+
};
43+
3944
meta = with lib; {
4045
homepage = "https://developers.yubico.com/pam-u2f/";
4146
description = "PAM module for allowing authentication with a U2F device";

0 commit comments

Comments
 (0)