mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
beamPackages.hex: 2.0.6 -> 2.1.1
https://github.com/hexpm/hex/releases/tag/v2.1.0 https://github.com/hexpm/hex/releases/tag/v2.1.1
This commit is contained in:
parent
41f2dc2f85
commit
ceecacc612
@ -8,13 +8,13 @@ let
|
|||||||
|
|
||||||
pkg = self: stdenv.mkDerivation rec {
|
pkg = self: stdenv.mkDerivation rec {
|
||||||
pname = "hex";
|
pname = "hex";
|
||||||
version = "2.0.6";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hexpm";
|
owner = "hexpm";
|
||||||
repo = "hex";
|
repo = "hex";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-fSADQDrqh5U/TdhaHXsMiLMk1wtQ0gEiTqEclJ2w2nY=";
|
sha256 = "sha256-pEfd2BqkVwZVbnka98MafJ/NRn94BHh+wM0i2Q5duTo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
setupHook = writeText "setupHook.sh" ''
|
setupHook = writeText "setupHook.sh" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user