about summary refs log tree commit diff
path: root/pkgs/development/misc/resholve/source.nix
blob: 1492e3685779cb39549aae276ccaa526c3b826f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ fetchFromGitHub
, ...
}:

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