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

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