Skip to content

Commit 705bdce

Browse files
Matthew Daiterthe-kenny
Matthew Daiter
authored andcommittedNov 30, 2016
hexRegistrySnapshot: d58a937 -> e5e494a
1 parent c517718 commit 705bdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/beam-modules/hex-registry-snapshot.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
stdenv.mkDerivation rec {
44
name = "hex-registry";
5-
rev = "d58a937";
5+
rev = "e5e494a";
66
version = "0.0.0+build.${rev}";
77

88
src = fetchFromGitHub {
99
owner = "erlang-nix";
1010
repo = "hex-pm-registry-snapshots";
1111
inherit rev;
12-
sha256 = "11ymmn75qjlhzf7aaza708gq0hqg55dzd3q13npgq43wg90rgpxy";
12+
sha256 = "0877dragfxs22a05d8mv42z5535kfx9rs4y7fwwbd1ybphczf8za";
1313
};
1414

1515
installPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.