summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/rebar3/registrySnapshot.nix
blob: 8e9c2a292fd3fb15b5f9547e0832447e34a2cb2c (plain) (blame)
1
2
3
4
5
6
7
8
{ fetchFromGitHub }:

fetchFromGitHub {
  owner = "gleber";
  repo = "hex-pm-registry-snapshots";
  rev = "329ae2b";
  sha256 = "1rs3z8psfvy10mzlfvkdzbflgikcnq08r38kfi0f8p5wvi8f8hmh";
}