mcfly: 0.3.1 -> 0.3.6

This commit is contained in:
R. RyanTM 2020-01-22 03:03:35 +00:00 committed by Mario Rodas
parent d4a95f016a
commit 10b05a9b77
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "mcfly";
version = "0.3.1";
version = "0.3.6";
src = fetchFromGitHub {
owner = "cantino";
repo = "mcfly";
rev = "v${version}";
sha256 = "0pmyw21zns4zn7pffji4yvbj63fx3g15cx81pk4bs6lzyz5zbdc2";
sha256 = "1g3n7ll0yg7w7hb3jgp25mlnqwsdzv0608f41z7q5gmsskdm3v1j";
};
preInstall = ''