mcfly: correctly format version

This commit is contained in:
Patrick Hilhorst 2020-01-16 20:33:13 +01:00
parent 14dd35ed30
commit f8eb39bc3b
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -2,13 +2,12 @@
rustPlatform.buildRustPackage rec {
pname = "mcfly";
version = "v0.3.1";
rev = version;
version = "0.3.1";
src = fetchFromGitHub {
inherit rev;
owner = "cantino";
repo = "mcfly";
rev = "v${version}";
sha256 = "0pmyw21zns4zn7pffji4yvbj63fx3g15cx81pk4bs6lzyz5zbdc2";
};