3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #210936 from pinpox/go-task-v.3.20.0

go-task: 3.19.1 -> 3.20.0
This commit is contained in:
Jörg Thalheim 2023-01-16 00:37:10 +01:00 committed by GitHub
commit dcb1844513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";