go-task: 3.39.2 -> 3.40.0 (#356214)

This commit is contained in:
Peder Bergebakken Sundt
2024-11-24 03:55:52 +01:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "go-task";
version = "3.39.2";
version = "3.40.0";
src = fetchFromGitHub {
owner = "go-task";
repo = "task";
rev = "refs/tags/v${version}";
hash = "sha256-B5o3oAey7zJg5JBf4GO69cLmVbnkKedkjWP108XRGR8=";
hash = "sha256-SOXtzesS+luil8Q0iKlhWv4hqPyRU2V+Um6S/uzChas=";
};
vendorHash = "sha256-P9J69WJ2C2xgdU9xydiaY8iSKB7ZfexLNYi7dyHDTIk=";
vendorHash = "sha256-5AABVG+MHvw8f8tcphUqQFid/mzXeWjbsD9mHJfyxDw=";
doCheck = false;