diff options
Diffstat (limited to 'modules/pkgs/ldapply/main.nix')
-rw-r--r-- | modules/pkgs/ldapply/main.nix | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/modules/pkgs/ldapply/main.nix b/modules/pkgs/ldapply/main.nix index 7c6f075..3a69576 100644 --- a/modules/pkgs/ldapply/main.nix +++ b/modules/pkgs/ldapply/main.nix @@ -1,15 +1,10 @@ -{ mkDerivation, base, bytestring, docopt, fetchgit -, interpolatedstring-perl6, LDAP, ldif, stdenv -, unordered-containers +{ mkDerivation, base, bytestring, docopt, interpolatedstring-perl6 +, LDAP, ldif, stdenv, unordered-containers }: mkDerivation { pname = "ldapply"; - version = "0.1.0"; - src = fetchgit { - url = "https://github.com/ip1981/ldapply.git"; - sha256 = "0vmq6l49hiyc20rv6xqj518m6bn7291ampjd1yf2b6w79isx3zfg"; - rev = "cdddf52e87b0b7a84b9b664df29004340f99ec20"; - }; + version = "0.2.0"; + sha256 = "0qgpb22k9krdhwjydzyfhjf85crxc49ss7x74mrqj8ivkzg5hl28"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ |