1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

go-task: 3.28.0 -> 3.29.1

This commit is contained in:
R. Ryantm 2023-09-09 15:35:40 +00:00 committed by Jörg Thalheim
parent ceff36af31
commit 41c727bd02

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "go-task";
version = "3.28.0";
version = "3.29.1";
src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "refs/tags/v${version}";
hash = "sha256-jVRQnZGM+N3W/f4mW322qPiv7PFrFoyUHNdZNoAkpAc=";
hash = "sha256-RzXJCYiIxbSgXuUinS5ixKCobZtMx5MM/ilzSPzTdsI=";
};
vendorHash = "sha256-gXWuKOTb/7AIF6orXlIHpdSxdYxl12Es2cl4egdJfxo=";
vendorHash = "sha256-+8nLU2mg7fiWSRu0w9ZMd5KvyFyYbNO1tyJpZASdc2c=";
doCheck = false;