pam_ssh_agent_auth: Update to 0.9.4
This commit is contained in:
parent
59c9f406fd
commit
f8cf626b5e
|
@ -1,15 +1,17 @@
|
||||||
{ stdenv, fetchurl, pam, openssl, perl }:
|
{ stdenv, fetchurl, pam, openssl, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pam_ssh_agent_auth-0.9.3";
|
name = "pam_ssh_agent_auth-0.9.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/pamsshagentauth/${name}.tar.bz2";
|
url = "mirror://sourceforge/pamsshagentauth/${name}.tar.bz2";
|
||||||
sha256 = "19p5mzplnr9g9vlp16nipf5rjw4v8zncvimarwgix958yml7j08h";
|
sha256 = "1a8cv223f30mvkxnyh9hk6kya0ynkwwkc5nhlz3rcqhxfw0fcva9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pam openssl perl ];
|
buildInputs = [ pam openssl perl ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pamsshagentauth.sourceforge.net/;
|
homepage = http://pamsshagentauth.sourceforge.net/;
|
||||||
description = "PAM module for authentication through the SSH agent";
|
description = "PAM module for authentication through the SSH agent";
|
||||||
|
|
Loading…
Reference in New Issue