beamPackages.hex: 0.21.1 -> 0.21.2 (#120178)
This commit is contained in:
parent
b2c2551614
commit
2640d0492d
@ -8,13 +8,13 @@ let
|
|||||||
|
|
||||||
pkg = self: stdenv.mkDerivation rec {
|
pkg = self: stdenv.mkDerivation rec {
|
||||||
pname = "hex";
|
pname = "hex";
|
||||||
version = "0.21.1";
|
version = "0.21.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hexpm";
|
owner = "hexpm";
|
||||||
repo = "hex";
|
repo = "hex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "3V7hp+gK+ixEX+v9vkzQ5y81LN+CSzOIlSkCJB2RFb8=";
|
sha256 = "18vwrc5b7pyi3nifmx5hd5wbz8fy3h6sfvkmskjg5acmz66fys0g";
|
||||||
};
|
};
|
||||||
|
|
||||||
setupHook = writeText "setupHook.sh" ''
|
setupHook = writeText "setupHook.sh" ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user