Skip to content

Commit

Permalink
macchina: 6.2.1 -> 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 7, 2024
1 parent 65484f8 commit 6d896f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/macchina/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "macchina";
version = "6.2.1";
version = "6.4.0";

src = fetchFromGitHub {
owner = "Macchina-CLI";
repo = pname;
rev = "v${version}";
hash = "sha256-v1EaC4VBOvZFL2GoKlTDBMjSe8+4bxaLFvy2V7e7RW4=";
hash = "sha256-GZO9xGc3KGdq2WdA10m/XV8cNAlQjUZFUVu1CzidJ5c=";
};

cargoHash = "sha256-k17x7BEaBWo4Ka2HIjHd4DrO/tolKR/+s7Mm5ZzJk/Y=";
cargoHash = "sha256-BIyr/EaOjKDT5+4RFs3xz7zqAG1gblUqr2f+vl7B6Zo=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 6d896f6

Please sign in to comment.