summaryrefslogtreecommitdiff
path: root/pkgs/development/misc/resholve/source.nix
blob: 89277dee7e03362c34f4386c08d8e80d1930c905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  fetchFromGitHub,
  ...
}:

rec {
  version = "0.10.7";
  rSrc = fetchFromGitHub {
    owner = "abathur";
    repo = "resholve";
    rev = "v${version}";
    hash = "sha256-aUhxaxniGcmFAawUTXa5QrWUSpw5NUoJO5y4INk5mQU=";
  };
}