From 00d2af6d7e36234d7cf27cff1a7da8b9c1aaf175 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 Jun 2021 23:50:04 +0200 Subject: chore(3p/josh): Bump to most recent commit Includes a potentially relevant fix (anonymous authentication with the correct username). Change-Id: Iabf2eff43e98cc8b7b998ead3775b1fc8f1dfac6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3173 Tested-by: BuildkiteCI Reviewed-by: cschilling --- third_party/josh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/josh/default.nix') diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix index e82bf2df88da..2b6cff582c90 100644 --- a/third_party/josh/default.nix +++ b/third_party/josh/default.nix @@ -5,8 +5,8 @@ let src = pkgs.fetchFromGitHub { owner = "esrlabs"; repo = "josh"; - rev = "92fd7fb193d0df25b106207675f233cfe1d26d0d"; - sha256 = "0fzy9xbr0vnw239gl8famrqncn8pxlnwkfvy3gxl7c80d78yg9j7"; + rev = "c56b1b81b66a43c67f94530bcb4979c1a9307c97"; + sha256 = "0vahfiv7min1carlhzljn4f4xv9v9fxxq5y8qwwldg7agxck3x6m"; }; in depot.third_party.naersk.buildPackage { inherit src; -- cgit 1.4.1