3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69940 from r-ryantm/auto-update/rebar3

rebar3: 3.11.1 -> 3.12.0
This commit is contained in:
Marek Mahut 2019-10-19 18:54:04 +02:00 committed by GitHub
commit 05c771fe46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
tree, hexRegistrySnapshot }:
let
version = "3.11.1";
version = "3.12.0";
bootstrapper = ./rebar3-nix-bootstrap;
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
owner = "erlang";
repo = pname;
rev = version;
sha256 = "124l1alf7wx4hqjpf63l0nx70q68lilmgh582c1d413fz5ip0byd";
sha256 = "0936ix7lfwsamssap58b265zid7x2m97azrr2qpjcln3xysd16lg";
};
inherit bootstrapper;