about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix')
-rw-r--r--third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix b/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix
index 19bbcf0d82..8d540877d5 100644
--- a/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix
+++ b/third_party/gopkgs/github.com/hashicorp/golang-lru/default.nix
@@ -1,10 +1,12 @@
-{ depot, ... }:
+{ depot, pkgs, ... }:
 
-depot.buildGo.external {
+depot.nix.buildGo.external {
   path = "github.com/hashicorp/golang-lru";
-  src = builtins.fetchGit {
+
+  src = pkgs.fetchgit {
     url = "https://github.com/hashicorp/golang-lru";
     rev = "7f827b33c0f158ec5dfbba01bb0b14a4541fd81d";
+    hash = "sha256:1p2igd58xkm8yaj2c2wxiplkf2hj6kxwrg6ss7mx61s5rd71v5xb";
   };
 
   deps = with depot.third_party; [