depot/third_party/nixpkgs/pkgs/development/misc/resholve/source.nix

14 lines
226 B
Nix
Raw Normal View History

{ fetchFromGitHub
, ...
}:
rec {
version = "0.9.1";
rSrc = fetchFromGitHub {
owner = "abathur";
repo = "resholve";
rev = "v${version}";
hash = "sha256-hkLKQKhEMD1UQ9EunPmx5Tsh44q4+tYj820OXF2ueUo=";
};
}