From 6a17cf232d5a13b3ec96b0dd0320d8c6858c35a5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 25 May 2022 22:32:35 +0200 Subject: chore(3p/naersk): Bump and fetch via niv instead Change-Id: Icae69a1170e06f61aea5494963913c7278f18dce Reviewed-on: https://cl.tvl.fyi/c/depot/+/5669 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: sterni Reviewed-by: grfn --- third_party/naersk/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'third_party/naersk') diff --git a/third_party/naersk/default.nix b/third_party/naersk/default.nix index 855e2bd01ba2..bf4c55fe55b3 100644 --- a/third_party/naersk/default.nix +++ b/third_party/naersk/default.nix @@ -1,10 +1,3 @@ -{ pkgs, ... }: +{ depot, pkgs, ... }: -pkgs.callPackage - (pkgs.fetchFromGitHub { - owner = "nmattia"; - repo = "naersk"; - rev = "a3f40fe42cc6d267ff7518fa3199e99ff1444ac4"; - sha256 = "1nf7fn8anghwf6p5p58ywbcwdkjxq112qv663rn52jq9k95iakdi"; - }) -{ } +pkgs.callPackage depot.third_party.sources.naersk { } -- cgit 1.4.1