mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
reftools: unstable-2019-12-21 -> unstable-2021-02-13
This commit is contained in:
parent
d8b2a92df4
commit
926413c2e9
@ -4,9 +4,15 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "reftools-unstable";
|
pname = "reftools";
|
||||||
version = "2019-12-21";
|
version = "unstable-2021-02-13";
|
||||||
rev = "65925cf013156409e591f7a1be4df96f640d02f4";
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "davidrjenni";
|
||||||
|
repo = "reftools";
|
||||||
|
rev = "40322ffdc2e46fd7920d1f8250051bbd2f3bd34d";
|
||||||
|
sha256 = "sha256-fHWtUoVK3G0Kn69O6/D0blM6Q/u4LuLinT6sxF18nFo=";
|
||||||
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
||||||
@ -14,19 +20,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
excludedPackages = "cmd/fillswitch/test-fixtures";
|
excludedPackages = "cmd/fillswitch/test-fixtures";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
inherit rev;
|
|
||||||
|
|
||||||
owner = "davidrjenni";
|
|
||||||
repo = "reftools";
|
|
||||||
sha256 = "18jg13skqi2v2vh2k6jvazv6ymhhybangjd23xn2asfk9g6cvnjs";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Refactoring tools for Go";
|
description = "Refactoring tools for Go";
|
||||||
homepage = "https://github.com/davidrjenni/reftools";
|
homepage = "https://github.com/davidrjenni/reftools";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ kalbasit ];
|
maintainers = with maintainers; [ kalbasit ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user