pulumi-bin: 0.16.11 -> 0.17.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pulumi/versions
This commit is contained in:
parent
18aa59b0f2
commit
65e665ee19
@ -4,13 +4,13 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "0.16.11";
|
version = "0.17.4";
|
||||||
|
|
||||||
# switch the dropdown to “manual” on https://pulumi.io/quickstart/install.html # TODO: update script
|
# switch the dropdown to “manual” on https://pulumi.io/quickstart/install.html # TODO: update script
|
||||||
pulumiArchPackage = {
|
pulumiArchPackage = {
|
||||||
"x86_64-linux" = {
|
"x86_64-linux" = {
|
||||||
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-linux-x64.tar.gz";
|
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-linux-x64.tar.gz";
|
||||||
sha256 = "176nwqp1dd8vdpl4qajaq2w458f8pgavwvwd93lgnccqw3cznv75";
|
sha256 = "169hj0db3kcq8874sb3px1hk88ls08kq5w6wygay56whymhva65n";
|
||||||
};
|
};
|
||||||
"x86_64-darwin" = {
|
"x86_64-darwin" = {
|
||||||
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-darwin-x64.tar.gz";
|
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-darwin-x64.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user