about summary refs log tree commit diff
path: root/pkgs/tools/misc/macchina
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-03 12:52:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-03 12:52:49 +0000
commit40cf9eae71bbc0a6200a149602cc44cd31c2185d (patch)
tree6f22220d81928178f2a21c56796f48f3eb59dd79 /pkgs/tools/misc/macchina
parentcbb7455d73fe8c249862ccaf3850c7b9a9680360 (diff)
macchina: 1.1.6 -> 5.0.2
Diffstat (limited to 'pkgs/tools/misc/macchina')
-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 ];