summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-07-12 21:48:43 +0200
committerVincent Ambo <tazjin@gmail.com>2018-07-14 20:05:53 +0200
commit0cf4c904697bed80c8f311d8bad6abd0dc390477 (patch)
tree0b955c630cd4002627b7e971520f9f203688a842 /pkgs/development/beam-modules
parent68cd907d1ec4497340f6970ca7006a0c4ddec609 (diff)
rebar3: 3.4.3 -> 3.6.1
Updates rebar3 to version 3.6.1, which amongst other things introduces support for rebar3 on Erlang/OTP 21. Changes made: * rebar3 and dependencies updated to new versions * rebar3 hermeticity patch updated to apply against new version * hex package registry snapshot updated
Diffstat (limited to 'pkgs/development/beam-modules')
-rw-r--r--pkgs/development/beam-modules/hex-registry-snapshot.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/beam-modules/hex-registry-snapshot.nix b/pkgs/development/beam-modules/hex-registry-snapshot.nix
index 6f127d86285b..991e9717b801 100644
--- a/pkgs/development/beam-modules/hex-registry-snapshot.nix
+++ b/pkgs/development/beam-modules/hex-registry-snapshot.nix
@@ -2,15 +2,14 @@
stdenv.mkDerivation rec {
name = "hex-registry";
- rev = "9f736e7";
- version = "0.0.0+build.${rev}";
+ rev = "11d7a24e9f53f52490ce255a6248e71128e73aa1";
+ version = "20180712.${rev}";
- # src = /home/gleber/code/erl/hex-pm-registry-snapshots;
src = fetchFromGitHub {
- owner = "erlang-nix";
- repo = "hex-pm-registry-snapshots";
inherit rev;
- sha256 = "1xiw5yifyk3bbmr0cr82y1nc4c6zk11f6azdv07glb7yrgccrv79";
+ owner = "erlang-nix";
+ repo = "hex-pm-registry-snapshots";
+ sha256 = "0dbpcrdh6jqmvnm1ysmy7ixyc95vnbqmikyx5kk77qwgyd43fqgi";
};
installPhase = ''