Commit graph

50 commits

Author SHA1 Message Date
Maximilian Bosch 93f97fc0d5
packer: 1.7.3 -> 1.7.4 (#130916)
ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.4/CHANGELOG.md#174-july-20-2021
2021-07-21 13:50:44 +02:00
Maximilian Bosch d646b9cf44
packer: 1.7.2 -> 1.7.3 (#127057)
ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.3/CHANGELOG.md#173-june-15-2021
2021-06-16 15:49:25 +02:00
Maxine Aubrey 2cf150ab8c
packer: 1.7.1 -> 1.7.2 2021-04-06 19:54:19 +02:00
Danielle Lancashire 2112a55caf packer: migrate to buildGoModule 2021-04-01 15:16:28 +02:00
Maximilian Bosch 9a1f63beac
packer: 1.7.0 -> 1.7.1
ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.1
2021-03-31 20:31:06 +02:00
Maximilian Bosch 865275f884
packer: 1.6.6 -> 1.7.0
ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.0
2021-02-17 23:36:41 +01:00
zowoq b3fce6596d packer: set ldflags, install zsh completion 2021-02-14 07:18:54 +10:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch d36f00235e
packer: 1.6.5 -> 1.6.6
https://github.com/hashicorp/packer/releases/tag/v1.6.6
2020-12-22 09:51:09 +01:00
Maximilian Bosch be9313766b
packer: 1.6.4 -> 1.6.5
https://github.com/hashicorp/packer/releases/tag/v1.6.5
2020-10-31 15:51:19 +01:00
Maximilian Bosch 0c56c7357f
packer: 1.6.3 -> 1.6.4
https://github.com/hashicorp/packer/releases/tag/v1.6.4
2020-09-30 20:39:44 +02:00
Maximilian Bosch 740f01413b
packer: 1.6.2 -> 1.6.3
https://github.com/hashicorp/packer/releases/tag/v1.6.3
2020-09-26 14:00:56 +02:00
Stig Palmquist 30c8d096d9
packer: fix hash mismatch
hash mismatch in fixed-output derivation '/nix/store/1x9w8wf4qfgf2xnmafjmqd2mshzk47hr-source':
  wanted: sha256:104jw2jcshzds74d7m4yqn6mbk7lgps6qnqmp6h395b1mdyjhink
  got:    sha256:0kr9whv3s0f8866yjmwg311j3kcj29bp5xwpnv43ama4m1mq3bm7
2020-08-31 00:18:03 +02:00
Maximilian Bosch 8321c779ad
packer: 1.6.1 -> 1.6.2
https://github.com/hashicorp/packer/releases/tag/v1.6.2
2020-08-28 15:29:17 +02:00
Maximilian Bosch 39910f445e
packer: 1.6.0 -> 1.6.1
https://github.com/hashicorp/packer/releases/tag/v1.6.1
2020-07-30 23:01:56 +02:00
Maximilian Bosch 62523f3388
packer: 1.5.6 -> 1.6.0
https://github.com/hashicorp/packer/releases/tag/v1.6.0
2020-06-10 22:42:45 +02:00
Maximilian Bosch 6fd3426230
packer: 1.5.5 -> 1.5.6
https://github.com/hashicorp/packer/releases/tag/v1.5.6
2020-05-03 19:07:00 +02:00
Maximilian Bosch 42ca8f54db
packer: 1.5.4 -> 1.5.5
https://github.com/hashicorp/packer/releases/tag/v1.5.5
2020-04-13 12:03:37 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 9f877b97b8
packer: 1.5.1 -> 1.5.4 2020-03-12 21:08:43 +01:00
Võ Anh Duy 569315bf2f packer: 1.5.0 -> 1.5.1 (#77023) 2020-01-06 09:56:36 +00:00
Danielle b8afcb742a packer: 1.4.4 -> 1.5.0 (#75948) 2019-12-19 21:00:09 +00:00
ryanfitzsimon 4434c123f4 packer: 1.4.1 -> 1.4.4 (#70623) 2019-10-07 16:29:58 +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
Andrew Childs a7a904768c packer: 1.4.0 -> 1.4.1 2019-05-26 18:50:03 +09:00
Tristan Helmich (omniIT) 9388ca29fc packer: 1.3.3 -> 1.4.0 2019-05-15 14:47:43 +00:00
Jiri Danek 786ac26b86 packer: 1.3.1 -> 1.3.3 2019-01-22 17:18:51 +01:00
Lorenzo Manacorda 11f1b22b4b packer: 1.2.5 -> 1.3.1 2018-10-05 20:18:22 +02:00
Maximilian Bosch c5f6d13301 packer: 1.2.4 -> 1.2.5 (#45527)
https://github.com/hashicorp/packer/blob/master/CHANGELOG.md#125-july-16-2018
2018-08-24 09:53:30 +02:00
Sébastien Maccagnoni b8c6d8f971 Update default.nix (#41842) 2018-06-13 12:48:15 +02:00
Ryan Mulligan 420a63b8d8 packer: 1.1.3 -> 1.2.0 (#35945)
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.2.0 with grep in /nix/store/q9ifpn013p72sy6mp3b5xyrl2rjfnabw-packer-1.2.0-bin
- found 1.2.0 in filename of file in /nix/store/q9ifpn013p72sy6mp3b5xyrl2rjfnabw-packer-1.2.0-bin
2018-02-28 17:40:09 +00:00
zimbatm e526128aed
packer: 1.1.0 -> 1.1.3 (#34329) 2018-01-27 12:57:11 +00:00
Siddhanathan Shanmugam d445ccc833 packer: 1.0.3 -> 1.1.0 2017-10-04 21:27:37 -04:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
WilliButz aa8cbedf37 packer: add missing go dependency 2017-08-03 18:48:04 +02:00
Franz Pletz f520031ee6
packer: 1.0.0 -> 1.0.3 2017-08-01 08:36:35 +02:00
Franz Pletz 963c32ffe1
packer: 0.12.2 -> 1.0.0 2017-05-26 13:09:13 +02:00
zimbatm 9c1399e476 packer: 0.12.1 -> 0.12.2 2017-02-21 14:10:15 +00:00
zimbatm 9e97c0b937 packer: 0.10.1 -> 0.12.1 2017-01-04 17:31:45 +00:00
zimbatm d376b10105 packer: fixes compilation issues (#18217)
* the default output for buildGoPackage is not "out" anymore
* go 1.7 has removed the linker flag deprecation which breaks packer's
  Makefile
2016-09-02 17:13:38 +02:00
zimbatm 943d59268a packer: fix compilation
* Remove duplicate "packer" source
* Use the same version of go everywhere
2016-06-09 16:11:25 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
zimbatm 3aa2992bc1 packer: 0.8.6 -> 0.10.1 2016-05-13 09:39:08 +01:00
zimbatm c38fae0a2c packer: 0.7.5 -> 0.8.6 2016-01-21 23:17:54 +00:00
Luca Bruno c91d360cec pidginsipe: add nss and nspr (ZHF) 2015-08-27 12:29:45 +02:00
Benjamin Staffin e6baec8627 Update Packer to 0.7.5
Change-Id: I7822ac036947fb933fb66730f39426e499a097f9
2015-02-02 23:55:17 -08:00
Eelco Dolstra 4f7289eec9 Don't use ensureDir 2014-07-22 11:01:32 +02:00
Benno Fünfstück e10001042d fetchbzr, fetchdarcs, fetchhg: use rev attr
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
2014-06-28 21:06:10 +02:00
Charles Strahan 06a07684aa Add gox and packer packages 2014-06-23 03:56:31 -04:00