Commit graph

18 commits

Author SHA1 Message Date
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
R. RyanTM 0aa798c589 pulumi-bin: 0.16.2 -> 0.16.7
* pulumi-bin: 0.16.2 -> 0.16.7 (#52151)

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 0.16.7
2018-12-19 17:50:15 +01:00
Peter Romfeld 08699733bb
pulumi: init at 0.16.2 2018-11-28 00:45:45 +08:00