Skip to content

Commit

Permalink
steampipePackages.steampipe-plugin-azure: 1.0.0 -> 1.1.0 (#362964)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 71baaa6 + 37f921b commit 5564c24
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "steampipe-plugin-azure";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe-plugin-azure";
rev = "refs/tags/v${version}";
hash = "sha256-tIAVYZ+gZnvUJPDYP1WqZb7kAZ1f0YXJ4VWy2Cw2QMo=";
hash = "sha256-MVLOAD/Ukvg0ox/aFdm1sx/BkS8gmKhexjt0CnUO+s4=";
};

vendorHash = "sha256-M97SnuWVB7Xw2xXRLBiGCWgATZCYh0BoV4bzhF57x5o=";
vendorHash = "sha256-r/RZ1qcB+bdHS/CeaOko8nu9lOZlOAzqNjG+E8qQNzs=";

ldflags = [
"-s"
Expand Down

0 comments on commit 5564c24

Please sign in to comment.