Merge pull request #62626 from ankhers/update_rebar3

rebar3: 3.10.0 -> 3.11.1
This commit is contained in:
Graham Christensen 2019-06-11 12:11:54 -04:00 committed by GitHub
commit 11d1932f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
tree, hexRegistrySnapshot }:
let
version = "3.10.0";
version = "3.11.1";
bootstrapper = ./rebar3-nix-bootstrap;
@ -74,10 +74,10 @@ stdenv.mkDerivation rec {
inherit version erlang;
src = fetchFromGitHub {
owner = "rebar";
owner = "erlang";
repo = pname;
rev = version;
sha256 = "1p34kfkrdmsixg95ad76rifjwfh484vp688lxsjaxg0kf2xjr2d2";
sha256 = "124l1alf7wx4hqjpf63l0nx70q68lilmgh582c1d413fz5ip0byd";
};
inherit bootstrapper;