Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulumi-bin: 0.16.11 -> 0.17.4 #58761

Merged
merged 2 commits into from Apr 8, 2019
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Apr 2, 2019

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.

meta.description for pulumi-bin is: '"Pulumi is a cloud development platform that makes creating cloud programs easy and productive"'.

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

2 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
0 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
0 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
pulumi-bin

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/3p22s41zm2b7avk8w0dg4fp1fbn3hh41-pulumi-0.17.4 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A pulumi-bin https://github.com/r-ryantm/nixpkgs/archive/65e665ee19a72cf0b9c39230a9057ad5ac375c64.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/3p22s41zm2b7avk8w0dg4fp1fbn3hh41-pulumi-0.17.4
ls -la /nix/store/3p22s41zm2b7avk8w0dg4fp1fbn3hh41-pulumi-0.17.4/bin

cc @peterromfeldhk for testing.

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
Copy link
Contributor

@tomberek tomberek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darwin sha256 must be updated, something like:

From 0fe1f088963605360a48e406fc5f0c2afad3ea9f Mon Sep 17 00:00:00 2001
From: nix-review <nix-review@example.com>
Date: Mon, 8 Apr 2019 12:22:39 -0400
Subject: [PATCH] Update darwin sha256

---
 pkgs/tools/admin/pulumi/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/tools/admin/pulumi/default.nix b/pkgs/tools/admin/pulumi/default.nix
index 9485be41cb0..2d4b6527323 100644
--- a/pkgs/tools/admin/pulumi/default.nix
+++ b/pkgs/tools/admin/pulumi/default.nix
@@ -14,7 +14,7 @@ let
     };
     "x86_64-darwin" = {
       url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-darwin-x64.tar.gz";
-      sha256 = "1mkz9bkkvpvbpzfnvwpx4892zd05bvjz5rbfwhwzm3wzfcjjs16i";
+      sha256 = "1cn4mbgzq86d69mpp341zxfl8baakz0n5p9yd5chxrjjvxb6i629";
     };
   };

--
2.19.2

@xeji xeji merged commit 7371867 into NixOS:master Apr 8, 2019
@r-ryantm r-ryantm deleted the auto-update/pulumi branch April 14, 2019 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants