mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
pam_ldap: 186 -> 0-unstable-2024-02-22
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
3548c24dce
commit
e26e47eb81
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pam_ldap";
|
||||
version = "186";
|
||||
version = "0-unstable-2024-02-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PADL";
|
||||
repo = "pam_ldap";
|
||||
rev = "d1c2e08e4b023708648e2d720add19da6caf77d0";
|
||||
hash = "sha256-W0n01HqWZaEoVShXJyND3xGe+snClGm+GZRw7P4fX10=";
|
||||
rev = "656448f091cbeb9efb3ece08e6868e40b8e7b6f8";
|
||||
hash = "sha256-o2RBewxhaXcMW9KIRwlxFv6YaWxaBngafvjEYxFchX4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue