summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules
diff options
context:
space:
mode:
authorMatthew Daiter <matthew@nomoko.camera>2016-11-30 11:02:46 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2016-11-30 12:16:21 +0100
commit705bdce17ecfd5dcc0e66f4b942e3841cda7fbf1 (patch)
treea88e640538af06d32a83841663686275f7dbcfe6 /pkgs/development/beam-modules
parentc517718ffc4cdde40dc1cdc3e8c9ee4153bc028c (diff)
hexRegistrySnapshot: d58a937 -> e5e494a
Diffstat (limited to 'pkgs/development/beam-modules')
-rw-r--r--pkgs/development/beam-modules/hex-registry-snapshot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/beam-modules/hex-registry-snapshot.nix b/pkgs/development/beam-modules/hex-registry-snapshot.nix
index 9f5cc3a63e6e..f283b429b963 100644
--- a/pkgs/development/beam-modules/hex-registry-snapshot.nix
+++ b/pkgs/development/beam-modules/hex-registry-snapshot.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "hex-registry";
- rev = "d58a937";
+ rev = "e5e494a";
version = "0.0.0+build.${rev}";
src = fetchFromGitHub {
owner = "erlang-nix";
repo = "hex-pm-registry-snapshots";
inherit rev;
- sha256 = "11ymmn75qjlhzf7aaza708gq0hqg55dzd3q13npgq43wg90rgpxy";
+ sha256 = "0877dragfxs22a05d8mv42z5535kfx9rs4y7fwwbd1ybphczf8za";
};
installPhase = ''