diff options
Diffstat (limited to 'third_party/gopkgs/github.com/sergi/go-diff/default.nix')
-rw-r--r-- | third_party/gopkgs/github.com/sergi/go-diff/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/gopkgs/github.com/sergi/go-diff/default.nix b/third_party/gopkgs/github.com/sergi/go-diff/default.nix index 45f68891519e..c789fc5815ff 100644 --- a/third_party/gopkgs/github.com/sergi/go-diff/default.nix +++ b/third_party/gopkgs/github.com/sergi/go-diff/default.nix @@ -1,9 +1,9 @@ -{ pkgs, ... }: +{ depot, ... }: -pkgs.buildGo.external { +depot.buildGo.external { path = "github.com/sergi/go-diff"; - src = pkgs.third_party.fetchFromGitHub { + src = depot.third_party.fetchFromGitHub { owner = "sergi"; repo = "go-diff"; rev = "58c5cb1602ee9676b5d3590d782bedde80706fcc"; |