go-task: 3.34.1 -> 3.35.0

This commit is contained in:
R. Ryantm 2024-02-29 02:50:44 +00:00
parent 6780926802
commit 988313d0c2

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "go-task";
version = "3.34.1";
version = "3.35.0";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "refs/tags/v${version}";
hash = "sha256-ngDAItX7aTWDpf2lOiJYUC7QXXzrexPV3nvZ/esLb7g=";
hash = "sha256-jjhWo/rQeGcZvvpYisCujFuExJrFiJqIiDytRo8lH1k=";
};
vendorHash = "sha256-Czf7Bkld1NWJzU34NfDFL/Us9awnhlv8V9S4XxeoGxY=";
vendorHash = "sha256-HhnherRx5YQn4ArcavVZutze9usYP+PRI07lEXyw8a0=";
doCheck = false;