about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-09-25 17:23:36 +0200
committerGitHub <noreply@github.com>2024-09-25 17:23:36 +0200
commitc2fcd81a663c580b154354039a935c5250ce274c (patch)
tree868b6b218d69eba6216a61d53401007ae20078ef /pkgs/tools
parentde863dbb8ce91dea7d1c40fb627fbf8857315a44 (diff)
parent0d4bfb52fb9eb80b1c762dac9037655626b00877 (diff)
macchina: 6.1.8 -> 6.2.1 (#341499)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/macchina/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/macchina/default.nix b/pkgs/tools/misc/macchina/default.nix
index d5b4343362a65..4427366bbedf8 100644
--- a/pkgs/tools/misc/macchina/default.nix
+++ b/pkgs/tools/misc/macchina/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "macchina";
-  version = "6.1.8";
+  version = "6.2.1";
 
   src = fetchFromGitHub {
     owner = "Macchina-CLI";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-MntHq5nphfjbO0Rx7v6WjsnabSMH5Ke3aR9/embG/rk=";
+    hash = "sha256-v1EaC4VBOvZFL2GoKlTDBMjSe8+4bxaLFvy2V7e7RW4=";
   };
 
-  cargoHash = "sha256-w8WIpT8rUe7olB5kdpDyrId6D698AhcqzsfpOlutaHQ=";
+  cargoHash = "sha256-k17x7BEaBWo4Ka2HIjHd4DrO/tolKR/+s7Mm5ZzJk/Y=";
 
   nativeBuildInputs = [
     installShellFiles