diff options
Diffstat (limited to 'third_party/lisp/md5.nix')
-rw-r--r-- | third_party/lisp/md5.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/lisp/md5.nix b/third_party/lisp/md5.nix index 229b61709ddc..3f2ed371de83 100644 --- a/third_party/lisp/md5.nix +++ b/third_party/lisp/md5.nix @@ -1,9 +1,9 @@ # MD5 hash implementation -{ pkgs, ... }: +{ depot, ... }: -with pkgs.nix; +with depot.nix; -let src = pkgs.third_party.fetchFromGitHub { +let src = depot.third_party.fetchFromGitHub { owner = "pmai"; repo = "md5"; rev = "b1412600f60d526ee34a7ba1596ec483da7894ab"; |