hex: correct version handling

This commit is contained in:
Patrick Hilhorst 2018-11-05 00:46:58 +01:00
parent 0d7c99481b
commit 2449bd2595
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

@ -7,13 +7,13 @@ let
};
pkg = self: stdenv.mkDerivation rec {
name = "hex";
version = "v0.17.1";
pname = "hex";
version = "0.17.1";
src = fetchFromGitHub {
owner = "hexpm";
repo = "hex";
rev = "${version}";
rev = "v${version}";
sha256 = "1s4asar1mcavzj3w37jcz243ka0z5jm0r42yws3h4aagawxxg02z";
};