steampipePackages.steampipe-plugin-github: 0.42.0 -> 0.43.0

This commit is contained in:
R. Ryantm 2024-08-11 03:34:52 +00:00
parent 2d2404abaf
commit 26e72060e8

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "steampipe-plugin-github";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe-plugin-github";
rev = "refs/tags/v${version}";
hash = "sha256-GtlUSIjRLlO/ICdWV9QNjLyBwM+/Jpt4INIaHst4Tao=";
hash = "sha256-Kr9JXVLd0E7IG5dq9liS5uQNAX535urETwZytKRaZIA=";
};
vendorHash = "sha256-UivLueePtstJtAWbl7li8FzZ41Q2kF9FYzVYdQ4172g=";