Skip to content

Commit

Permalink
Merge pull request #94792 from r-ryantm/auto-update/mcfly
Browse files Browse the repository at this point in the history
mcfly: 0.4.0 -> 0.4.1
  • Loading branch information
marsam committed Aug 7, 2020
2 parents 1c918cf + 0c0cfa7 commit cb37cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/mcfly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "mcfly";
version = "0.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "cantino";
repo = "mcfly";
rev = "v${version}";
sha256 = "01rw7gdvpr2s3yj7wphsm5gfrgzf5jkrci4mpqiw7xp8d5k87nzl";
sha256 = "0fgnhm0b1sd6n12fa2cwlb5b8q4jjm9lqik4lx3l2hv5pkp3dcmb";
};

preInstall = ''
install -Dm644 -t $out/share/mcfly mcfly.bash
install -Dm644 -t $out/share/mcfly mcfly.zsh
'';

cargoSha256 = "1q1mi69prn9q1nk4021c69vq160ls6md6gpqxk7zyf25r5ckdd98";
cargoSha256 = "11vc4r3cx5amkrmh4hhc174bca02a87i7hfjb33adjvipphfm83f";

meta = with stdenv.lib; {
homepage = "https://github.com/cantino/mcfly";
Expand Down

0 comments on commit cb37cdf

Please sign in to comment.