about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/josh/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/josh/default.nix b/third_party/josh/default.nix
index f2a8d7a50f..9750780d1f 100644
--- a/third_party/josh/default.nix
+++ b/third_party/josh/default.nix
@@ -3,19 +3,17 @@
 
 let
   # TODO(sterni): switch to pkgs.josh as soon as that commit is released
-  rev = "c0a170a756dd5e63268673086218c0ce7bf18bdc";
+  rev = "1586eab06284ce668779c87f00a1fb5fa9763be0";
   src = pkgs.fetchFromGitHub {
     owner = "josh-project";
     repo = "josh";
     inherit rev;
-    hash = "sha256:0rsf65fq9xm3qj77ig3s4wmmgm50jhvwrknr839hipjj5lj4x1hp";
+    hash = "sha256-94QrHcVHiEMCpBZJ5sghwtVNLNm4gdG8X85OetoGRD0=";
   };
 
 
-  rust169 = depot.third_party.nixpkgs.rust-bin.stable."1.69.0".default;
   naersk = pkgs.callPackage depot.third_party.sources.naersk {
-    rustc = rust169;
-    cargo = rust169;
+    inherit (pkgs) rustc cargo;
   };
   version = "git-${builtins.substring 0 8 rev}";
 in