about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-27 07:50:29 -0500
committerGitHub <noreply@github.com>2023-12-27 07:50:29 -0500
commit41fb9573d4b8ae8fc1937ffe1bff4993fe7740b2 (patch)
tree6c424c600c93848595a85add422fa27fe11146ee /pkgs/development
parent81463e34b1ca3e7400da3c59eb3744e54eb94d39 (diff)
parent2c69f6ce938de2821d6d2fe0443cf943ea64cb69 (diff)
Merge pull request #277021 from r-ryantm/auto-update/the-way
the-way: 0.19.2 -> 0.20.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/the-way/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/the-way/default.nix b/pkgs/development/tools/the-way/default.nix
index 0a9524b0b02e9..51ba191e14a00 100644
--- a/pkgs/development/tools/the-way/default.nix
+++ b/pkgs/development/tools/the-way/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "the-way";
-  version = "0.19.2";
+  version = "0.20.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-jTyKz9ZvA9xJlDQXv2LHrSMeSDbh4AJBxi1WtqUhjgE=";
+    sha256 = "sha256-xOoqMqUFVCTS5gQnX4KEoXoMxVvQX3JRoNgzuA20M6g=";
   };
 
-  cargoSha256 = "sha256-D0H8vChCzBCRjC/S/ceJbuNNAXISiFMZtgu8TMfic+0=";
+  cargoHash = "sha256-8eN+O3lygbftXVjIBWCwNfYKAIkmPF/eaUKDa9oVaCA=";
 
   nativeBuildInputs = [ installShellFiles ];