mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
beamPackages.hex: 2.4.2 -> 2.5.0
Diff: https://github.com/hexpm/hex/compare/v2.4.2...v2.5.0
(cherry picked from commit eaf01929d4)
This commit is contained in:
parent
ef58151887
commit
8b26bde917
1 changed files with 2 additions and 2 deletions
|
|
@ -18,13 +18,13 @@ let
|
|||
self:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hex";
|
||||
version = "2.4.2";
|
||||
version = "2.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hexpm";
|
||||
repo = "hex";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+deoFCHs2paABaZInyknwdQJafJ/DO0EnqscPUiL6rY=";
|
||||
sha256 = "sha256-Lt+dpIKtowvt96MhMcYkt3f6h2KN1uyJDkRxOUEIYY4=";
|
||||
};
|
||||
|
||||
setupHook = writeText "setupHook.sh" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue