File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 libfido2 ,
77 pam ,
88 openssl ,
9+ nixosTests ,
910} :
1011
1112stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments