1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

rebar: update from 2.2.0 to 2.3.0

This commit is contained in:
Moritz Ulrich 2014-05-19 15:36:59 +02:00
parent cd1294cac2
commit 0e44d8e3e8

View file

@ -2,14 +2,14 @@
let
version = "2.2.0";
version = "2.3.0";
in
stdenv.mkDerivation {
name = "rebar-${version}";
src = fetchurl {
url = "https://github.com/rebar/rebar/archive/${version}.tar.gz";
sha256 = "0wprgzin09286v583jmlc385jqpi2lcpdql9srm4c7g39122dg43";
sha256 = "0g23ib96lalpmynx39fprlw08ivgyb7i6c6a8jvgqwr9jmd0nj06";
};
buildInputs = [ erlang ];