go-task: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm 2023-01-11 07:43:37 +00:00
parent 9852294f15
commit 5e1648330a

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-task";
version = "3.19.0";
version = "3.19.1";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "v${version}";
sha256 = "sha256-UsMUBdhoWl2e4i3m7Tu4R3qULRf85V4Uw/52xMMyWio=";
sha256 = "sha256-MtbgFx/+SVBcV6Yp1WEwKLQGx5oPxvqljtXeyUYNS+I=";
};
vendorSha256 = "sha256-+DmnYd415FWgbY+gkDVWjnvbjTppfFV5NMpIE3Mm124=";
vendorHash = "sha256-AZtkWJ/U1dH9J+wowlcg25qBVyRRo6LCzc6IBYKBkVA=";
doCheck = false;