11 src = fetchFromGitHub {
15 hash = "sha256-I4l/sDqafc/ZO8kKc4iOSMFLS0YZrAqRFOXn0N7Myo4=";
18 vendorHash = "sha256-rtdbPwVZHwofpGccYU8NBiaikzNMIwSDggbRdnGTBu8=";
23 "-X github.com/nao1215/gup/internal/cmdinfo.Version=v${version}"
27 description = "Update binaries installed by 'go install' with goroutines";
28 changelog = "https://github.com/nao1215/gup/blob/v${version}/CHANGELOG.md";
29 homepage = "https://github.com/nao1215/gup";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ phanirithvij ];