about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-11-03 09:28:56 -0400
committerGitHub <noreply@github.com>2021-11-03 09:28:56 -0400
commit8429ae8722a319ebc26e9a38105e0797a824eb87 (patch)
tree750bb1c6b07e894dfdf4ffc5c74bfe6a52686db4 /pkgs/tools
parent0ef92e89b3fc07cae0d0a5013835f05f3ae1c66a (diff)
parent40cf9eae71bbc0a6200a149602cc44cd31c2185d (diff)
Merge pull request #144443 from r-ryantm/auto-update/macchina
macchina: 1.1.6 -> 5.0.2
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 042902d080c1f..ad6dc1e55dd39 100644
--- a/pkgs/tools/misc/macchina/default.nix
+++ b/pkgs/tools/misc/macchina/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "macchina";
-  version = "1.1.6";
+  version = "5.0.2";
 
   src = fetchFromGitHub {
     owner = "Macchina-CLI";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-JiyJU+5bKXHUgaRyUKdgINbMxkv2XXAkuoouQv9SEow=";
+    sha256 = "sha256-9T1baNmgzB3RBlFaaIQ47Yc9gJAgtS42NNEY1Tk/hBs=";
   };
 
-  cargoSha256 = "sha256-pychP3OHXMv23TtZbaMOPBbEoJh4R03ySzEdwADTmFI=";
+  cargoSha256 = "sha256-A5C/B9R58p/DR6cONIRTSkmtXEOobtYHGBHxjdwagRA=";
 
   nativeBuildInputs = [ installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];