mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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.mkDerivation rec {
|
||||
name = "pam_ssh_agent_auth-0.9.3";
|
||||
name = "pam_ssh_agent_auth-0.9.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pamsshagentauth/${name}.tar.bz2";
|
||||
sha256 = "19p5mzplnr9g9vlp16nipf5rjw4v8zncvimarwgix958yml7j08h";
|
||||
sha256 = "1a8cv223f30mvkxnyh9hk6kya0ynkwwkc5nhlz3rcqhxfw0fcva9";
|
||||
};
|
||||
|
||||
buildInputs = [ pam openssl perl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://pamsshagentauth.sourceforge.net/;
|
||||
description = "PAM module for authentication through the SSH agent";
|
||||
|
Loading…
Reference in New Issue
Block a user