From 6959a1248f7da99235310c2d89b19d02a43f35bc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 30 Jun 2023 23:44:22 +0300 Subject: chore(3p/josh): bump to latest master commit Change-Id: Iebddca35f0a870799c8a19ae019cecd9803a3e9c Reviewed-on: https://cl.tvl.fyi/c/depot/+/8907 Tested-by: BuildkiteCI Reviewed-by: sterni Autosubmit: tazjin --- third_party/josh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party') diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix index 45c8420e96e7..a4a5d8ebf9ed 100644 --- a/third_party/josh/default.nix +++ b/third_party/josh/default.nix @@ -3,12 +3,12 @@ let # TODO(sterni): switch to pkgs.josh as soon as that commit is released - rev = "fc857afda2c1536234e3bb1983c518a1abf63d25"; + rev = "c0a170a756dd5e63268673086218c0ce7bf18bdc"; src = pkgs.fetchFromGitHub { owner = "josh-project"; repo = "josh"; inherit rev; - hash = "sha256:16ch7al7xfyjipgqh2n7grj985fv713mhi8y5bixb736vsad9q3w"; + hash = "sha256:0rsf65fq9xm3qj77ig3s4wmmgm50jhvwrknr839hipjj5lj4x1hp"; }; in depot.third_party.naersk.buildPackage { -- cgit 1.4.1