diff options
author | Vincent Ambo <mail@tazj.in> | 2021-06-01T21·50+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-06-02T08·00+0000 |
commit | 00d2af6d7e36234d7cf27cff1a7da8b9c1aaf175 (patch) | |
tree | fb8130098a554193df66d4fdd9dc4bfd45f5b120 /third_party | |
parent | 97c87ebc3154434a916cdd65643af0c2e18b93cb (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')
-rw-r--r-- | third_party/josh/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |