go-task: 3.19.1 -> 3.20.0

This commit is contained in:
Pablo Ovelleiro Corral 2023-01-15 16:25:22 +01:00
parent a0b050e15a
commit 2e70c4c304
No known key found for this signature in database
GPG key ID: 29E9A6ED72CCB334

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-task";
version = "3.19.1";
version = "3.20.0";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "v${version}";
sha256 = "sha256-MtbgFx/+SVBcV6Yp1WEwKLQGx5oPxvqljtXeyUYNS+I=";
sha256 = "sha256-pKvotNUpZl51r+9+YFEQGXVsUBfxsmTZLnRIdrl7UGQ=";
};
vendorHash = "sha256-AZtkWJ/U1dH9J+wowlcg25qBVyRRo6LCzc6IBYKBkVA=";