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 <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2023-06-30 23:44:22 +03:00 committed by clbot
parent 763c57b456
commit 6959a1248f

View file

@ -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 {