about summary refs log tree commit diff
path: root/pkgs/tools/misc/macchina
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-18 15:45:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-18 15:45:04 +0000
commitf94707f21ad4dd7690633a3f56b296f854760360 (patch)
tree2020ecc199e379a67d1fa7047c95280e3f649052 /pkgs/tools/misc/macchina
parent122f7d0dfa8728831ebc55007e23723ffdbbf7e3 (diff)
macchina: 6.1.2 -> 6.1.4
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 b5f45e5c860b0..99619fe86da86 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 = "6.1.2";
+  version = "6.1.4";
 
   src = fetchFromGitHub {
     owner = "Macchina-CLI";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-zJr5RG1bbcKhPGygERSROC9JVfVigHauFzaqfY4KXC4=";
+    sha256 = "sha256-v6Bro5uJBF2/EaXOjVFVi+XaSYJLn/SKY3cXBJJ3xMk=";
   };
 
-  cargoSha256 = "sha256-QwZWm50D3N4OES9ypnIQOxEPYcUXVUcwKQ0/SUy7jyI=";
+  cargoSha256 = "sha256-xmy/lymDJNeIHIPrja8LXtM9UxMRILajtEWFAof5euE=";
 
   nativeBuildInputs = [ installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];