Commit Graph

52 Commits

Author SHA1 Message Date
Mrinal Purohit
1b09b22b8c pulumi: 3.14.0 -> 3.16.0 2021-11-02 11:06:14 -07:00
David Birks
7ae7179deb
pulumi-bin: fix wrong hashes
Re-ran the `update.sh` script.

Fixes the error:
```
error: hash mismatch in fixed-output derivation '/nix/store/iy2rx9p1d3jq2w06iafxzi01hhgl48lx-pulumi-resource-gcp-v5.22.0-linux-amd64.tar.gz.drv':
         specified: sha256-Hs0f7nrAwjxIJgp6DvolMqQY2XntFEcTZfq9xjdJRz0=
            got:    sha256-UP34bDPIUtiWhc3wlu7FxHKicUz7ujTmtuzEhBXEdDk=
```
2021-10-13 13:07:17 -04:00
Marcos Benevides
a4471b7cda
pulumi-bin: 3.13.2 -> 3.14.0 2021-10-07 16:34:31 -03:00
Marcos Benevides
0cb3c776cf
pulumi-bin: 3.12.0 -> 3.13.2 2021-10-03 15:20:32 -03:00
Pavol Rusnak
e468025538
pulumi-bin: enable on aarch64-darwin and aarch64-linux 2021-09-09 22:23:51 +02:00
Rafael Arquero
c9d8b264d6 pulumi-bin: 3.10.0 -> 3.12.0 2021-09-09 11:40:39 +02:00
Anton Tayanovskyy
e670210728 pulumi-bin: 3.9.0 -> 3.10.0 2021-08-12 16:40:27 -04:00
Anton Tayanovskyy
2615cc1b13 pulumi-bin: 3.6.0 -> 3.9.0 2021-07-29 12:34:45 -04:00
Anton Tayanovskyy
f95399337f pulumi-bin: 3.5.1 -> 3.6.0 2021-07-06 10:57:34 -04:00
Anton Tayanovskyy
02cce3f5fd pulumi-bin: 3.4.0 -> 3.5.1 2021-06-21 15:59:55 -04:00
Anton Tayanovskyy
0aed08d6e3 pulumi-bin: 3.3.1 -> 3.4.0 2021-06-09 17:51:55 -04:00
Anton Tayanovskyy
7ed1077157 Update pulumi to 3.3.1 2021-06-01 13:48:12 -04:00
Austin Butler
7f5c4bea94 pulumi-bin: 3.1.0 -> 3.3.0 2021-05-23 19:01:22 -07:00
George Shammas
655fa33f18 pulumi-bin: 2.24.1 -> 3.1.0 2021-04-23 10:19:36 -04:00
Mauricio Scheffer
dec72fd10e pulumi-bin: 2.23.2 -> 2.24.1 2021-04-11 15:51:56 +01:00
Andreas Stührk
670025d032 pulumi-bin: 2.22.0 -> 2.23.2 2021-03-28 23:15:47 +02:00
Matthias Herrmann
7d85b0b5d2 pulumi-bin: 2.21.2 -> 2.22.0 2021-03-15 11:51:03 -04:00
Phillip Cloud
ab2b32cd1a pulumi-bin: refactor output creation 2021-02-27 07:27:31 -05:00
Phillip Cloud
0dfc707376 pulumi-bin: 2.19.2 -> 2.21.2 2021-02-27 07:27:10 -05:00
Phillip Cloud
898b36188c pulumi-bin: add cpcloud as maintainer 2021-01-29 07:18:49 -05:00
Phillip Cloud
7ca845b586 pulumi-bin: 2.18.2 -> 2.19.0 2021-01-29 07:18:40 -05:00
Phillip Cloud
ad4acd0bcc pulumi-bin: 2.17.2 -> 2.18.2 2021-01-23 10:30:08 -05:00
Phillip Cloud
c42d935fb1 pulumi-bin: 2.17.0 -> 2.17.2 2021-01-18 09:51:36 -05:00
Guillaume Massé
fbfcc8a002 pulumi: 2.15.0 -> 2.17.0 2021-01-08 16:03:10 -05:00
Phillip Cloud
6ccbdabf6c pulumi: 2.10.2 -> 2.15.0 2020-12-04 14:47:55 -05:00
Geoffrey Huntley
a922b0bf6f pulumi: 2.6.1 -> 2.10.2 2020-09-24 14:02:12 +00:00
Ludovic Claude
565e513b1e pulumi: 2.2.1 -> 2.6.1 2020-07-16 18:40:11 +02:00
Jaka Hudoklin
aa416da92b pulumi: add postgresql and kubernetes providers 2020-06-07 14:27:39 +07:00
Jaka Hudoklin
17181fd881 pulumi: 2.1.0 -> 2.2.1 2020-06-07 14:26:20 +07:00
Marco Munizaga
e95fce248c
pulumi: 1.12.0 -> 2.1.0 (#86815) 2020-05-23 13:58:07 -04:00
Dmitry Kalinkin
712d1596ef
pulumi-bin: fix darwin build 2020-04-22 14:17:24 -04:00
Dmitry Kalinkin
ba13482494
pulumi-bin: use nativeBuildInputs 2020-04-22 14:17:16 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Dillen Meijboom
c4f5f95d8d
Updated and fixed libstdc++ issue 2020-03-06 10:05:27 +01:00
José Luis Lafuente
7622f30ed2
pulumi: install providers and add update script
Without providers (also called plugins) pulumi doesn't do much. The way
they work, if you want to use a provider, pulimi will look for it in
your PATH, and if not found it will download it. Providers are just
executables, but third party binaries usually don't work on nixos unless
they are patched with the patchelf utility. Because of that, I'm
installing some patched providers with the main pulumi binary.

I'm also adding a small script helper to generate the hashes for all the
binaries.
2019-11-04 16:03:58 +01:00
José Luis Lafuente
9c68a03cdc
pulumi: 1.3.4 -> 1.4.0 2019-10-30 17:11:49 +01:00
R. RyanTM
e56fc64ef5
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
2019-10-22 22:24:32 -07:00
Vlad Artamonov
1897cf8ad8 pulumi: 0.17.27 -> 1.1.0 2019-09-17 14:29:57 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
95f29fa673
pulumi: fixing darwin hash 2019-08-05 19:57:07 +02:00
R. RyanTM
38089d7e30 pulumi-bin: 0.17.17 -> 0.17.27
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
2019-08-05 05:47:12 -07:00
R. RyanTM
893f9090bc
pulumi-bin: 0.17.14 -> 0.17.17
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
2019-06-20 18:30:27 -05:00
R. RyanTM
1579a5b9df pulumi-bin: 0.17.8 -> 0.17.14 (#62507)
* pulumi-bin: 0.17.8 -> 0.17.14

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-bin: fix Darwin hash for v0.17.14
2019-06-06 18:18:23 +02:00
R. RyanTM
3f62ef14f1 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
2019-05-02 12:44:38 +02:00
Dmitry Kalinkin
2c88a3fecb
pulumi: fix darwin src hash 2019-04-08 13:29:05 -04:00
R. RyanTM
65e665ee19 pulumi-bin: 0.16.11 -> 0.17.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
2019-04-02 02:44:54 -07:00
Jaka Hudoklin
16700a86e4
pulumi: patchelf binaries on linux 2019-01-18 14:18:36 +01:00
Jaka Hudoklin
c07c354654
pulumi: 0.6.7 -> 0.6.11 2019-01-18 14:18:35 +01:00