Skip to content

Commit

Permalink
Merge pull request #138032 from r-ryantm/auto-update/macchina
Browse files Browse the repository at this point in the history
macchina: 1.1.3 -> 1.1.4
  • Loading branch information
fabaff authored Sep 15, 2021
2 parents 2bb5cbf + 93d5531 commit 5fe7b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/macchina/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "macchina";
version = "1.1.3";
version = "1.1.4";

src = fetchFromGitHub {
owner = "Macchina-CLI";
repo = pname;
rev = "v${version}";
sha256 = "sha256:0afsv8n12z98z3dxdb4nflc6z8ss6n2prfqmjzy655ly9rrhkcrw";
sha256 = "sha256-eZeS3lS/eKGvS7CoCnwhkX7jSwAqZOKLMWvLfZPzGtA=";
};

cargoSha256 = "sha256:0jc2030217xz5v5h3ry2pb7rkakn9zmrcap55bv2r8p7hi5gvh60";
cargoSha256 = "sha256-Ix+Zj5qj1So8Urobw+78yCdRAerFkPctIkousk266DU=";

nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
Expand Down

0 comments on commit 5fe7b30

Please sign in to comment.