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

macchina: 1.1.3 -> 1.1.4

authored by

Fabian Affolter and committed by
GitHub
5fe7b306 2bb5cbf7

+3 -3
+3 -3
pkgs/tools/misc/macchina/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "macchina"; 6 - version = "1.1.3"; 7 8 src = fetchFromGitHub { 9 owner = "Macchina-CLI"; 10 repo = pname; 11 rev = "v${version}"; 12 - sha256 = "sha256:0afsv8n12z98z3dxdb4nflc6z8ss6n2prfqmjzy655ly9rrhkcrw"; 13 }; 14 15 - cargoSha256 = "sha256:0jc2030217xz5v5h3ry2pb7rkakn9zmrcap55bv2r8p7hi5gvh60"; 16 17 nativeBuildInputs = [ installShellFiles ]; 18 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "macchina"; 6 + version = "1.1.4"; 7 8 src = fetchFromGitHub { 9 owner = "Macchina-CLI"; 10 repo = pname; 11 rev = "v${version}"; 12 + sha256 = "sha256-eZeS3lS/eKGvS7CoCnwhkX7jSwAqZOKLMWvLfZPzGtA="; 13 }; 14 15 + cargoSha256 = "sha256-Ix+Zj5qj1So8Urobw+78yCdRAerFkPctIkousk266DU="; 16 17 nativeBuildInputs = [ installShellFiles ]; 18 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];