mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #77899 from r-ryantm/auto-update/rebar
rebar: 2.5.1 -> 2.6.4
This commit is contained in:
commit
5f3a55cef7
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue