act: 0.2.48 -> 0.2.49

This commit is contained in:
kashw2 2023-08-06 16:57:02 +10:00
parent cd6bb7117c
commit cc9aeeb518

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "act";
version = "0.2.48";
version = "0.2.49";
src = fetchFromGitHub {
owner = "nektos";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fEV7WiWoI0TGEAAG0HVRW42TEOlHbB91BZcn9h9G5c8=";
hash = "sha256-dJt8XrcB1rYt6os3enLQz0YuqXNIqQTh85BIJdXwi2A=";
};
vendorHash = "sha256-r6eJl9KhOWPLqCqe3OTjUbENbZU/1NjOoxssaAh0g78=";
vendorHash = "sha256-QPpwYec2Y0x/VOsiTWvObKrNWGGE7dj8Cl5eM2l8ibk=";
doCheck = false;