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: 78b799ac2aff
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e316e62b8494
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 23, 2019

  1. pulumi-bin: 1.1.0 -> 1.3.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
    r-ryantm authored and marsam committed Oct 23, 2019
    Copy the full SHA
    e56fc64 View commit details
  2. Merge pull request #71761 from r-ryantm/auto-update/pulumi

    pulumi-bin: 1.1.0 -> 1.3.4
    marsam authored Oct 23, 2019
    Copy the full SHA
    e316e62 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.1.0";
version = "1.3.4";

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