about summary refs log tree commit diff
path: root/pkgs/tools/admin/pulumi
diff options
context:
space:
mode:
authorAndreas Stührk <andy@yaxi.tech>2023-11-08 15:24:31 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-12-03 13:19:54 +0100
commitec3ae8ddf699f31aced16ec9e0ef74bef689a9c3 (patch)
treee0a7c3ba8445707acd8b3b8c730358d50fdfd78c /pkgs/tools/admin/pulumi
parent2705caa784bfc2c19a4cb21636167289740f5b3d (diff)
pulumi: 3.90.1 -> 3.93.0
Diffstat (limited to 'pkgs/tools/admin/pulumi')
-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 3aa9e58985c54..1998eec1bfcdb 100644
--- a/pkgs/tools/admin/pulumi/default.nix
+++ b/pkgs/tools/admin/pulumi/default.nix
@@ -14,7 +14,7 @@
 
 buildGoModule rec {
   pname = "pulumi";
-  version = "3.90.1";
+  version = "3.93.0";
 
   # Used in pulumi-language packages, which inherit this prop
   sdkVendorHash = lib.fakeHash;
@@ -23,12 +23,12 @@ buildGoModule rec {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-dAQpQapkdccRr/O8XT8dHrLwPvIPqeV8f3HS+GtK2GM=";
+    hash = "sha256-EaYYIbV7IItnmVfyEHtaAbAXvrZ8CXMjW+yNXOBIxg8=";
     # Some tests rely on checkout directory name
     name = "pulumi";
   };
 
-  vendorHash = "sha256-ijFYlHVH0axDpFoPGvthGVRt8UIUZDsWv3vAOe0U4H4";
+  vendorHash = "sha256-G+LspC6b2TvboMU6rKB0qrhhMNaLPVt/nUYZzkiVr/Q=";
 
   sourceRoot = "${src.name}/pkg";