3
0
Fork 0
forked from mirrors/nixpkgs

go-task: 3.14.0 -> 3.14.1

This commit is contained in:
R. Ryantm 2022-08-05 11:05:54 +00:00 committed by Winter
parent 1d3a33455e
commit d17ed7bb64

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-task";
version = "3.14.0";
version = "3.14.1";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "v${version}";
sha256 = "sha256-J/pWx/osqP29GERBdzWwPNeA4Rzo6CYdW7GrmspevwM=";
sha256 = "sha256-GbCrMsMxhSjJOsZX4Gq9ZzBJ+F5vXDMi9vSyFrHNt44=";
};
vendorSha256 = "sha256-NlQ/5ibRgmuGDcuiUdzvuexYGnR/34v9fw1DUe3yXxE=";
vendorSha256 = "sha256-xp1s1aixPyXq9oVD8IZYSlUiL8UkIx5c8gYJRpIRD7I=";
doCheck = false;