nss_pam_ldapd: 0.9.12 -> 0.9.13

authored by R. Ryantm and committed by Weijia Wang 5e41ff55 0ca83b9d

+2 -2
+2 -2
pkgs/by-name/ns/nss_pam_ldapd/package.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "nss-pam-ldapd"; 15 - version = "0.9.12"; 15 + version = "0.9.13"; 16 16 17 17 src = fetchurl { 18 18 url = "https://arthurdejong.org/nss-pam-ldapd/${pname}-${version}.tar.gz"; 19 - sha256 = "sha256-xtZh50aTy/Uxp5BjHKk7c/KR+yPMOUZbCd642iv7DhQ="; 19 + sha256 = "sha256-4BeE4Xy1M7tmvQYB4gXnhSY0RcPC33pvkCMqtBMccW0="; 20 20 }; 21 21 22 22 nativeBuildInputs = [