Merge pull request #77899 from r-ryantm/auto-update/rebar

rebar: 2.5.1 -> 2.6.4
This commit is contained in:
Mario Rodas 2020-01-20 07:29:45 -05:00 committed by GitHub
commit 5f3a55cef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
let
version = "2.5.1";
version = "2.6.4";
in
stdenv.mkDerivation {
pname = "rebar";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/rebar/rebar/archive/${version}.tar.gz";
sha256 = "1y9b0smw0g5q197xf4iklzmcf8ad6w52p6mwzpf7b0ib1nd89jw6";
sha256 = "01xxq1f1vrwca00pky2van26hi2hhr05ghfhy71v5cifzax4cwjp";
};
buildInputs = [ erlang ];