go-task: 3.35.0 -> 3.35.1

This commit is contained in:
R. Ryantm 2024-03-08 20:34:45 +00:00
parent 97c798f9d2
commit 2bbfc23546

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "go-task";
version = "3.35.0";
version = "3.35.1";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "refs/tags/v${version}";
hash = "sha256-jjhWo/rQeGcZvvpYisCujFuExJrFiJqIiDytRo8lH1k=";
hash = "sha256-HFjoLzGF62noA9NQk1Delq6vOcuTZzsyq6kH6QtR7zI=";
};
vendorHash = "sha256-HhnherRx5YQn4ArcavVZutze9usYP+PRI07lEXyw8a0=";