hex: 0.20.5 -> 0.21.1 (#118941)
This commit is contained in:
parent
2f9cbff13e
commit
87b91877c6
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ let
|
||||||
|
|
||||||
pkg = self: stdenv.mkDerivation rec {
|
pkg = self: stdenv.mkDerivation rec {
|
||||||
pname = "hex";
|
pname = "hex";
|
||||||
version = "0.20.5";
|
version = "0.21.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hexpm";
|
owner = "hexpm";
|
||||||
repo = "hex";
|
repo = "hex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wz6n4qrmsb4kkww6lrdbs99xzwp4dyjjmr8m4drcwn3sd2k9ba6";
|
sha256 = "3V7hp+gK+ixEX+v9vkzQ5y81LN+CSzOIlSkCJB2RFb8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
setupHook = writeText "setupHook.sh" ''
|
setupHook = writeText "setupHook.sh" ''
|
||||||
|
|
Loading…
Reference in a new issue