hexRegistrySnapshot: d58a937 -> e5e494a

This commit is contained in:
Matthew Daiter 2016-11-30 11:02:46 +01:00 committed by Moritz Ulrich
parent c517718ffc
commit 705bdce17e
No known key found for this signature in database
GPG key ID: 45833CACBC407FA7

View file

@ -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 = ''