Merge pull request #312043 from r-ryantm/auto-update/go-task

go-task: 3.37.0 -> 3.37.2
This commit is contained in:
Pol Dellaiera 2024-05-16 21:55:26 +02:00 committed by GitHub
commit ad4af13007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "go-task";
version = "3.37.0";
version = "3.37.2";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "refs/tags/v${version}";
hash = "sha256-h3/quMJ4vdTaR+pY7NRpbNp0o3Wp+3K7kFNACp5Q1Ls=";
hash = "sha256-yVQR7D3zpReBlYyuZNMBVs3lgWBR54doMUjRMhfgUJw=";
};
vendorHash = "sha256-iugFWBIKt/Rm5ccQnIFR75P1AVZbbFhWN97dvr8DoBs=";