about summary refs log tree commit diff
path: root/third_party/josh
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-06-01T21·50+0200
committertazjin <mail@tazj.in>2021-06-02T08·00+0000
commit00d2af6d7e36234d7cf27cff1a7da8b9c1aaf175 (patch)
treefb8130098a554193df66d4fdd9dc4bfd45f5b120 /third_party/josh
parent97c87ebc3154434a916cdd65643af0c2e18b93cb (diff)
chore(3p/josh): Bump to most recent commit r/2640
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 <christian.schilling.de@gmail.com>
Diffstat (limited to 'third_party/josh')
-rw-r--r--third_party/josh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix
index e82bf2df88..2b6cff582c 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;