Skip to content

Commit

Permalink
steampipePackages.steampipe-plugin-github: 0.42.0 -> 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 11, 2024
1 parent 2d2404a commit 26e7206
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 26e7206

Please sign in to comment.