steampipe: 0.9.0 -> 0.9.1

This commit is contained in:
Martin Hardselius 2021-11-11 20:00:19 +01:00
parent 5259293c10
commit 424f4541cd
No known key found for this signature in database
GPG Key ID: D25BE60D74E50F68

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "steampipe";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "turbot";
repo = "steampipe";
rev = "v${version}";
sha256 = "sha256-wG5KvyY40CNxIScuQHQdJ4u8fzNU+oV7iNe9VAvTQMg=";
sha256 = "sha256-asAqRCJdy8HmzWzuE9nSvxqo6EVY8tkljzEFAClogrs=";
};
vendorSha256 = "sha256-3JBCiF1gxGCVn81s7abGvNIAy+eP7orAnSBOXUNImao=";