summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules
diff options
context:
space:
mode:
authorGleb Peregud <gleber.p@gmail.com>2017-09-10 23:26:00 +0200
committerGleb Peregud <gleber.p@gmail.com>2017-09-11 22:56:43 +0200
commitadbc1ed0d9bb9616137274aabcec5f2a5c42936b (patch)
tree295f70ac961d0a0146148d2dd6416e9e6c7185df /pkgs/development/beam-modules
parent90b3d2db91cc604f57e304cc9765988c64a71eda (diff)
rebar3: 3.3.2 -> 3.4.3
Diffstat (limited to 'pkgs/development/beam-modules')
-rw-r--r--pkgs/development/beam-modules/hex-registry-snapshot.nix5
-rw-r--r--pkgs/development/beam-modules/hex/default.nix9
-rw-r--r--pkgs/development/beam-modules/webdriver/default.nix6
3 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/development/beam-modules/hex-registry-snapshot.nix b/pkgs/development/beam-modules/hex-registry-snapshot.nix
index f283b429b963..6f127d86285b 100644
--- a/pkgs/development/beam-modules/hex-registry-snapshot.nix
+++ b/pkgs/development/beam-modules/hex-registry-snapshot.nix
@@ -2,14 +2,15 @@
stdenv.mkDerivation rec {
name = "hex-registry";
- rev = "e5e494a";
+ rev = "9f736e7";
version = "0.0.0+build.${rev}";
+ # src = /home/gleber/code/erl/hex-pm-registry-snapshots;
src = fetchFromGitHub {
owner = "erlang-nix";
repo = "hex-pm-registry-snapshots";
inherit rev;
- sha256 = "0877dragfxs22a05d8mv42z5535kfx9rs4y7fwwbd1ybphczf8za";
+ sha256 = "1xiw5yifyk3bbmr0cr82y1nc4c6zk11f6azdv07glb7yrgccrv79";
};
installPhase = ''
diff --git a/pkgs/development/beam-modules/hex/default.nix b/pkgs/development/beam-modules/hex/default.nix
index 4a1ec0543613..7f933f9a78a6 100644
--- a/pkgs/development/beam-modules/hex/default.nix
+++ b/pkgs/development/beam-modules/hex/default.nix
@@ -1,10 +1,10 @@
-{stdenv, fetchFromGitHub, writeText, elixir }:
+{ stdenv, fetchFromGitHub, writeText, elixir }:
let
shell = drv: stdenv.mkDerivation {
- name = "interactive-shell-${drv.name}";
- buildInputs = [ drv ];
- };
+ name = "interactive-shell-${drv.name}";
+ buildInputs = [ drv ];
+ };
pkg = self: stdenv.mkDerivation rec {
name = "hex";
@@ -53,6 +53,5 @@ let
passthru = {
env = shell self;
};
-
};
in stdenv.lib.fix pkg
diff --git a/pkgs/development/beam-modules/webdriver/default.nix b/pkgs/development/beam-modules/webdriver/default.nix
index 61670d1f31c6..4de7e3cc01ea 100644
--- a/pkgs/development/beam-modules/webdriver/default.nix
+++ b/pkgs/development/beam-modules/webdriver/default.nix
@@ -2,9 +2,9 @@
let
shell = drv: stdenv.mkDerivation {
- name = "interactive-shell-${drv.name}";
- buildInputs = [ drv ];
- };
+ name = "interactive-shell-${drv.name}";
+ buildInputs = [ drv ];
+ };
pkg = self: stdenv.mkDerivation rec {
name = "webdriver";