about summary refs log tree commit diff
path: root/pkgs/development/beam-modules
diff options
context:
space:
mode:
authorEric Merritt <eric@sunlightpayments.com>2016-06-15 07:15:13 -0700
committerEric Merritt <eric@merritt.tech>2016-06-15 07:20:04 -0700
commit346fb6c3baa08542093d6f66027f2cb5c8d967b9 (patch)
tree08505b786666ca0c5c89592ff22510c1e9ed74ef /pkgs/development/beam-modules
parentb1cd08246fa51d3b018ae92f1e58a79844e44859 (diff)
beamPackages: update registry snapshot to d58a937
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 3c2690c01036f..b4f02a127c000 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 = "59b836d";
+    rev = "d58a937";
     version = "0.0.0+build.${rev}";
 
     src = fetchFromGitHub {
         owner = "erlang-nix";
         repo = "hex-pm-registry-snapshots";
         inherit rev;
-        sha256 = "1l8m6ckn5ivhfiv3k4dymi6b7wg511fwymnpxd6ymfd39dq0n5b0";
+        sha256 = "11ymmn75qjlhzf7aaza708gq0hqg55dzd3q13npgq43wg90rgpxy";
     };
 
     installPhase = ''