beamPackages: update registry snapshot to d58a937
This commit is contained in:
parent
b1cd08246f
commit
346fb6c3ba
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hex-registry";
|
name = "hex-registry";
|
||||||
rev = "59b836d";
|
rev = "d58a937";
|
||||||
version = "0.0.0+build.${rev}";
|
version = "0.0.0+build.${rev}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "erlang-nix";
|
owner = "erlang-nix";
|
||||||
repo = "hex-pm-registry-snapshots";
|
repo = "hex-pm-registry-snapshots";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1l8m6ckn5ivhfiv3k4dymi6b7wg511fwymnpxd6ymfd39dq0n5b0";
|
sha256 = "11ymmn75qjlhzf7aaza708gq0hqg55dzd3q13npgq43wg90rgpxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user