beam-support: update registry to latest '59b836d'

This commit is contained in:
Eric Merritt
2016-03-30 10:17:59 -07:00
parent 8dbcb4e35e
commit be5da0449e
7 changed files with 382 additions and 313 deletions

View File

@@ -8,7 +8,6 @@
, beamDeps ? []
, postPatch ? ""
, compilePorts ? false
, installPhase ? null
, meta ? {}
, ... }@attrs:

View File

@@ -12,6 +12,5 @@ let
## Non hex packages
hex = callPackage ./hex {};
webdriver = callPackage ./webdriver {};
elli = callPackage ./elli {};
};
in self // self.hexPackages

View File

@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "hex-registry";
rev = "329ae2b";
rev = "59b836d";
version = "0.0.0+build.${rev}";
src = fetchFromGitHub {
owner = "erlang-nix";
repo = "hex-pm-registry-snapshots";
inherit rev;
sha256 = "1rs3z8psfvy10mzlfvkdzbflgikcnq08r38kfi0f8p5wvi8f8hmh";
sha256 = "1l8m6ckn5ivhfiv3k4dymi6b7wg511fwymnpxd6ymfd39dq0n5b0";
};
installPhase = ''