go-task: 3.43.2 -> 3.43.3 (#406418)
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "go-task";
|
||||
version = "3.43.2";
|
||||
version = "3.43.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "go-task";
|
||||
repo = "task";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-duq5OGUFki0OK/U09EmzBtTH5ObXdWwNYrmenUyubr0=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ZIZdk0yyykjjSdH6YG8K8WpI8e8426odk8RxISsJe80=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-3Uu0ozwOgp6vQh+s9nGKojw6xPUI49MjjPqKh9g35lQ=";
|
||||
@@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X=github.com/go-task/task/v3/internal/version.version=${version}"
|
||||
"-X=github.com/go-task/task/v3/internal/version.version=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
env.CGO_ENABLED = 0;
|
||||
@@ -56,8 +56,8 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://taskfile.dev/";
|
||||
description = "Task runner / simpler Make alternative written in Go";
|
||||
changelog = "https://github.com/go-task/task/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/go-task/task/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ parasrah ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user