steampipePackages.steampipe-plugin-github: 0.44.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2024-11-18 02:04:20 +00:00
parent ebada934ba
commit ee3fc4dd35

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "steampipe-plugin-github";
version = "0.44.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe-plugin-github";
rev = "refs/tags/v${version}";
hash = "sha256-XscJqrtnvA4poCcUspPIsYIrfI22o/PLeNPBl8WSl/E=";
hash = "sha256-FEoDpiLlHwIRtrugaiVUrQzURFIB58iRQlQ6fuJatAg=";
};
vendorHash = "sha256-EVcPpFzRd9EmyuPqZBQjSNEB4BEbU8Km6Y/f+ulfK5s=";