diff options
Diffstat (limited to 'third_party/lisp/chunga.nix')
-rw-r--r-- | third_party/lisp/chunga.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/chunga.nix b/third_party/lisp/chunga.nix index f7879818877c..d40208063372 100644 --- a/third_party/lisp/chunga.nix +++ b/third_party/lisp/chunga.nix @@ -1,7 +1,7 @@ # Portable chunked streams for Common Lisp -{ depot, ... }: +{ depot, pkgs, ... }: -let src = depot.third_party.fetchFromGitHub { +let src = pkgs.fetchFromGitHub { owner = "edicl"; repo = "chunga"; rev = "16330852d01dfde4dd97dee7cd985a88ea571e7e"; |