pulumictl: 0.0.29 -> 0.0.30

main
R. Ryantm 2 years ago
parent 1a268c42c8
commit 25ce890dad
  1. 4
      pkgs/development/tools/pulumictl/default.nix

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pulumictl";
version = "0.0.29";
version = "0.0.30";
src = fetchFromGitHub {
owner = "pulumi";
repo = "pulumictl";
rev = "v${version}";
sha256 = "sha256-2jTxtgEg+x/NY/LTWT5+9K9bilOw2bLTUIctjd+qwLE=";
sha256 = "sha256-xAlc6dYD73JZqV0QDhvqPmtGF99mqhvdBbDhWlY/4PI=";
};
vendorSha256 = "sha256-xalfnLc6bPBvm2B42+FzpgrOH541HMWmNHChveI792s=";

Loading…
Cancel
Save