mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
nss_pam_ldapd: 0.9.7 -> 0.9.10 (#46226)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from nss-pam-ldapd
This commit is contained in:
parent
42af103ae3
commit
e799f39632
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nss-pam-ldapd-${version}";
|
name = "nss-pam-ldapd-${version}";
|
||||||
version = "0.9.7";
|
version = "0.9.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
url = "https://arthurdejong.org/nss-pam-ldapd/${name}.tar.gz";
|
||||||
sha256 = "1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d";
|
sha256 = "1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user