reftools: unstable-2019-12-21 -> unstable-2021-02-13

This commit is contained in:
Aaron Jheng 2023-07-12 09:13:46 +00:00
parent d8b2a92df4
commit 926413c2e9
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -4,9 +4,15 @@
}:
buildGoModule rec {
pname = "reftools-unstable";
version = "2019-12-21";
rev = "65925cf013156409e591f7a1be4df96f640d02f4";
pname = "reftools";
version = "unstable-2021-02-13";
src = fetchFromGitHub {
owner = "davidrjenni";
repo = "reftools";
rev = "40322ffdc2e46fd7920d1f8250051bbd2f3bd34d";
sha256 = "sha256-fHWtUoVK3G0Kn69O6/D0blM6Q/u4LuLinT6sxF18nFo=";
};
vendorSha256 = null;
@ -14,19 +20,10 @@ buildGoModule rec {
excludedPackages = "cmd/fillswitch/test-fixtures";
src = fetchFromGitHub {
inherit rev;
owner = "davidrjenni";
repo = "reftools";
sha256 = "18jg13skqi2v2vh2k6jvazv6ymhhybangjd23xn2asfk9g6cvnjs";
};
meta = with lib; {
description = "Refactoring tools for Go";
homepage = "https://github.com/davidrjenni/reftools";
license = licenses.bsd2;
maintainers = with maintainers; [ kalbasit ];
platforms = platforms.linux ++ platforms.darwin;
};
}