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 <christian.schilling.de@gmail.com>
This commit is contained in:
parent
97c87ebc31
commit
00d2af6d7e
1 changed files with 2 additions and 2 deletions
4
third_party/josh/default.nix
vendored
4
third_party/josh/default.nix
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue