Commit graph

17 commits

Author SHA1 Message Date
Danielle Lancashire f6c47d01a4
nomad: 0.9.4 -> 0.9.5
This commit updates nomad from 0.9.4 to 0.9.5.

It also introduces the 'ui' build tag as it is incredibly useful when
working in development and production environments - and the assets are
included in release commits.
2019-08-31 22:08:57 +02: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
Danielle Lancashire 4655b4957a
nomad: 0.9.3 -> 0.9.4 2019-07-31 10:50:24 +02:00
Nikola Knežević 5366173614 nomad: 0.8.7 -> 0.9.3 (#63854)
0.9 series require go 1.11.11+ so switching to default 1.12.
2019-07-01 23:02:25 +03:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Mitch 475d748073 nomad: v0.8.6 -> v0.8.7 (#54656) 2019-01-31 00:37:24 +02:00
zimbatm c9c1e88dbb
nomad: 0.7.1 -> 0.8.6 2019-01-10 11:35:02 +01:00
Ryan Mulligan fe1a572f8d nomad: 0.6.2 -> 0.7.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin/bin/nomad -h` got 0 exit code
- ran `/nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin/bin/nomad --help` got 0 exit code
- ran `/nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin/bin/nomad -v` and found version 0.7.1
- ran `/nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin/bin/nomad --version` and found version 0.7.1
- ran `/nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin/bin/nomad version` and found version 0.7.1
- found 0.7.1 with grep in /nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin
- found 0.7.1 in filename of file in /nix/store/glm49diswdg3qi1vxpffqmdrzmkykvqj-nomad-0.7.1-bin

cc "@rushmorem @pradeepchhetri @ehmry @lethalman"
2018-02-27 08:11:24 -08:00
rushmorem 43732d8bc0 nomad: 0.6.0 -> 0.6.2 2017-08-29 20:47:45 +02:00
hectorj 43f23e4dff nomad: 0.5.6 -> 0.6.0 2017-07-29 00:41:57 +02:00
hectorj d07bf424a9 nomad: 0.5.5 -> 0.5.6 2017-07-18 02:46:56 +02:00
Pradeep Chhetri 8d83fbe439 nomad: 0.5.4 -> 0.5.5 2017-03-15 18:55:03 +05:45
Pradeep Chhetri 93392fb666 nomad: 0.5.3 -> 0.5.4 2017-02-01 19:39:48 +05:30
Pradeep Chhetri e8df68673c nomad: 0.4.1 -> 0.5.3 2017-01-31 00:56:27 +05:30
rushmorem c6938be57c nomad: v0.4.0 -> v0.4.1 2016-09-08 00:56:23 +02:00
rushmorem 0604af9212 nomad: 0.3.2 -> 0.4.0 2016-06-30 20:30:22 +02:00
Kamil Chmielewski 1dfae0678d nomad: extracted from goPackages 2016-06-09 13:08:10 +02:00