Merge pull request #191533 from r-ryantm/auto-update/macchina

macchina: 6.0.6 -> 6.1.2

authored by Jonas Heinrich and committed by GitHub 634ccbcb cd93f663

+3 -3
+3 -3
pkgs/tools/misc/macchina/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "macchina"; 6 - version = "6.0.6"; 7 8 src = fetchFromGitHub { 9 owner = "Macchina-CLI"; 10 repo = pname; 11 rev = "v${version}"; 12 - sha256 = "sha256-G95eQ5cIa5313k8YcuicbzPeq9VXVo2DgPMwfFMNXtk="; 13 }; 14 15 - cargoSha256 = "sha256-mkAklLtG/sB0eLla5cveMqyPXwMCE5ufer8qA5L9chg="; 16 17 nativeBuildInputs = [ installShellFiles ]; 18 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "macchina"; 6 + version = "6.1.2"; 7 8 src = fetchFromGitHub { 9 owner = "Macchina-CLI"; 10 repo = pname; 11 rev = "v${version}"; 12 + sha256 = "sha256-zJr5RG1bbcKhPGygERSROC9JVfVigHauFzaqfY4KXC4="; 13 }; 14 15 + cargoSha256 = "sha256-QwZWm50D3N4OES9ypnIQOxEPYcUXVUcwKQ0/SUy7jyI="; 16 17 nativeBuildInputs = [ installShellFiles ]; 18 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];