pam_mount: version update: 2.14 -> 2.15

This commit is contained in:
Thomas Strobel 2015-07-02 16:41:22 +02:00
parent a5360c5b6e
commit 31ba3ab30d

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoconf, automake, pkgconfig, libtool, pam, libHX, utillinux, libxml2, pcre, perl, openssl, cryptsetup }:
stdenv.mkDerivation rec {
name = "pam_mount-2.14";
name = "pam_mount-2.15";
src = fetchurl {
url = "mirror://sourceforge/pam-mount/pam_mount/2.14/${name}.tar.xz";
sha256 = "1yfwg8i4n7af8yi3w3pkqzqz75wgjjlg5lslv1r5g1v88nrwnrkg";
url = "mirror://sourceforge/pam-mount/pam_mount/2.15/${name}.tar.xz";
sha256 = "091aq5zyc60wh21m1ryanjwknwxlaj9nvlswn5vjrmcdir5gnkm5";
};
buildInputs = [ autoconf automake pkgconfig libtool pam libHX utillinux libxml2 pcre perl openssl cryptsetup ];