act: 0.2.59 -> 0.2.60

This commit is contained in:
R. Ryantm 2024-03-01 10:36:13 +00:00
parent 09c1497ce5
commit 9e6fcb4231

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "act";
version = "0.2.59";
version = "0.2.60";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Y8g+eVZ0c0YPVL8E/JAqD6EheQX6sBHpw1tT88BkbtI=";
hash = "sha256-FFSnxxqKAFYPuX4NJahiBS65Goj6se2U5WdPiKpNXDo=";
};
vendorHash = "sha256-0Sjj9+YJcIkigvJOXxtDVcUylZmVY/Xv/IYpEBN46Is=";
vendorHash = "sha256-FLomnHVhpvbM+O3OGwjXfrtTVbegnzry8Sl+4a3uw08=";
doCheck = false;