Skip to content

Commit

Permalink
pulumiPackages.pulumi-command: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tie committed Feb 16, 2025
1 parent 6edbb37 commit 530b325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pu/pulumi/plugins/pulumi-command.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildGoModule (
lib.fix (self: {
pname = "pulumi-command";
version = "1.0.1";
version = "1.0.2";

outputs = [
"out"
Expand All @@ -25,12 +25,12 @@ buildGoModule (
owner = "pulumi";
repo = "pulumi-command";
tag = "v${self.version}";
hash = "sha256-vRbu79GGU7FrwodEK5g/cFO0cM1QLH3aB+LWTXHu/Kc=";
hash = "sha256-CsUOuwYgOc8Oq5mBbPNaVlve6JJL11P/RU7wbgE38DQ=";
};

sourceRoot = "${self.src.name}/provider";

vendorHash = "sha256-f1GGwxPLAQjJysPc2XOmkFahp7KmLnlW5c/Le5n9sdg=";
vendorHash = "sha256-kfe8wxtWLNMl9u8Lxh0ExFGj326sRIM575auyMPn8rk=";

nativeBuildInputs = [
pulumi
Expand Down

0 comments on commit 530b325

Please sign in to comment.