Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17da09c2fad7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ceb1924ff7c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2019

  1. pulumi: 1.3.4 -> 1.4.0

    jlesquembre committed Oct 30, 2019
    Copy the full SHA
    9c68a03 View commit details

Commits on Oct 31, 2019

  1. Merge pull request #72307 from jlesquembre/pulumi

    pulumi: 1.3.4 -> 1.4.0
    marsam authored Oct 31, 2019
    Copy the full SHA
    6ceb192 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/admin/pulumi/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/admin/pulumi/default.nix
Original file line number Diff line number Diff line change
@@ -4,17 +4,17 @@ with lib;

let

version = "1.3.4";
version = "1.4.0";

# 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 = "1scs2msmg6ba91ri9al3299xnq8gq63clbqq1n03karf6ys2jnvi";
sha256 = "00ywy2ba4xha6gwd42i3fdrk1myivkd1r6ijdr2vkianmg524k6f";
};
x86_64-darwin = {
url = "https://get.pulumi.com/releases/sdk/pulumi-v${version}-darwin-x64.tar.gz";
sha256 = "0k3hfrcwa5sgg8mgmxp2xfykrshyp4bv77d3y8758zm7xqmmjg69";
sha256 = "02vqw9gn17dy3rfh0j00k9f827l42g3nl3rhlcbc8jbgx3n9c9qy";
};
};