summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-02 03:44:38 -0700
committerRenaud <c0bw3b@users.noreply.github.com>2019-05-02 12:44:38 +0200
commit3f62ef14f1b13b3116d5d823204ece2c7d04cc23 (patch)
treea38cc11e44ba59eeed31fb39c536259265bec00f /pkgs/tools/admin
parentc2ac3f9f013f85153c435a1ac1cbd2f80acb7556 (diff)
pulumi-bin: 0.17.4 -> 0.17.8 (#60707)
* pulumi-bin: 0.17.4 -> 0.17.8 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 * pulumi: fix Darwin hash
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/pulumi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/pulumi/default.nix b/pkgs/tools/admin/pulumi/default.nix
index 2d4b65273237..98c5da9707be 100644
--- a/pkgs/tools/admin/pulumi/default.nix
+++ b/pkgs/tools/admin/pulumi/default.nix
@@ -4,17 +4,17 @@ with lib;
let
- version = "0.17.4";
+ version = "0.17.8";
# switch the dropdown to “manual” on https://pulumi.io/quickstart/install.html # TODO: update script
pulumiArchPackage = {
"x86_64-linux" = {
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-linux-x64.tar.gz";
- sha256 = "169hj0db3kcq8874sb3px1hk88ls08kq5w6wygay56whymhva65n";
+ sha256 = "1c4fyzwp00r5xcn5ri1s47jmvl646hfsmiqmczdndaf14ib1xszl";
};
"x86_64-darwin" = {
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-darwin-x64.tar.gz";
- sha256 = "1cn4mbgzq86d69mpp341zxfl8baakz0n5p9yd5chxrjjvxb6i629";
+ sha256 = "0fxs5bmssbhb9q7adsr8ybkbykazzv2q5dn0zdl8xi90mhpd1lgv";
};
};