about summary refs log tree commit diff
path: root/third_party/josh
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-30T20·44+0300
committerclbot <clbot@tvl.fyi>2023-06-30T20·53+0000
commit6959a1248f7da99235310c2d89b19d02a43f35bc (patch)
treeceae79c0b6273d53b2d5fe1bfa59067fbc650339 /third_party/josh
parent763c57b4566cf599e7307af11e7c7a3a18a9fde0 (diff)
chore(3p/josh): bump to latest master commit r/6375
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>
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 45c8420e96..a4a5d8ebf9 100644
--- a/third_party/josh/default.nix
+++ b/third_party/josh/default.nix
@@ -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 {