Commit Graph

28870 Commits

Author SHA1 Message Date
1000101
d793752795 esphome: 1.15.0 -> 1.15.2 2020-10-03 16:01:53 +02:00
makefu
5c8fac2d52 esphome: 1.14.5 -> 1.15.0
upstream switched from setup.py to define the requirements to requirements.txt
2020-10-03 16:00:15 +02:00
Mario Rodas
baf7df5090
Merge pull request #99356 from marsam/update-watchexec
watchexec: 1.14.0 -> 1.14.1
2020-10-03 06:20:49 -05:00
Jeremy Schlatter
87278e9f87
sandboxfs: init at 0.2.0 2020-10-03 08:23:02 +02:00
zowoq
eef243f482 kepubify: 3.1.4 -> 3.1.5
https://github.com/pgaskin/kepubify/releases/tag/v3.1.5
2020-10-03 14:41:43 +10:00
Martin Weinelt
83a722a525
Merge pull request #99352 from peterhoeg/f/crudini
crudini: py2 -> py3
2020-10-02 23:15:30 +02:00
Patrick Hilhorst
eb013e679e pcsc-scm-scl: manually correct wrongly automatically changed url 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
zowoq
6dca3575f8 miniserve: 0.9.0 -> 0.10.0
https://github.com/svenstaro/miniserve/releases/tag/v0.10.0
2020-10-02 23:56:07 +10:00
Michael Raskin
bb4060dea0
Merge pull request #99373 from 7c6f434c/xdummy-fix-unfree
xdummy: make unfree fonts optional; see also #99136
2020-10-02 13:47:35 +00:00
Michael Raskin
30ec2df88b xdummy: make unfree fonts optional; see also #99136 2020-10-02 11:42:59 +02:00
Mario Rodas
16a679f1b8
Merge pull request #99138 from marsam/update-starship
starship: 0.44.0 -> 0.45.0
2020-10-02 04:38:56 -05:00
Daniël de Kok
6353c2dee2
Merge pull request #99149 from danieldk/1password-gui-0.8.8-1
_1password-gui: 0.8.7 -> 0.8.8-1
2020-10-02 09:29:43 +02:00
zowoq
4c6dad5e82 lsd: add maintainer 2020-10-02 16:59:51 +10:00
Daniël de Kok
9fd0171b24
Merge pull request #99318 from siraben/mozwire-update
mozwire: 0.5.1 -> 0.5.2
2020-10-02 08:37:51 +02:00
Peter Hoeg
f8d8564c34 crudini: py2 -> py3 2020-10-02 10:15:22 +08:00
Ying Kanyang (Harry Ying)
f0a5dd2a20
smartdns: 30 -> 33
Bump release from 30 to 33 for smartdns.
2020-10-02 09:01:45 +08:00
Ben Siraphob
5dc6f363cd mozwire: 0.5.1 -> 0.5.2 2020-10-02 02:26:05 +07:00
Maximilian Bosch
ebb5b9ab2e
Merge pull request #99282 from fadenb/systemdjournal2gelf_20200813
systemd-journal2gelf: 20190702 -> 20200813
2020-10-01 19:35:34 +02:00
Mrinal
1cf738a993
google-cloud-sdk: 306.0.0 -> 312.0.0 (#99262) 2020-10-01 18:12:42 +02:00
Michael Weiss
85537bce39
inxi: 3.1.06-1 -> 3.1.07-1 2020-10-01 17:29:51 +02:00
Maciej Krüger
b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Tristan Helmich (omniIT)
05d0f38c18 systemd-journal2gelf: 20190702 -> 20200813 2020-10-01 14:22:25 +00:00
Konrad Borowski
4efe18bdee htop: 3.0.1 -> 3.0.2 2020-10-01 12:27:12 +02:00
Stig P
302ef60620
Merge pull request #99126 from berbiche/bottom
bottom: init at 0.4.7
2020-10-01 08:06:37 +00:00
Maciej Krüger
946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Mario Rodas
ccf742a124 watchexec: 1.14.0 -> 1.14.1
https://github.com/watchexec/watchexec/releases/tag/1.14.1
2020-10-01 04:20:00 +00:00
Daniël de Kok
7a0672de18
Merge pull request #98054 from demyanrogozhin/opencl-info-cl2-patch
opencl-info: fix build
2020-09-30 19:19:57 +02:00
Demyan Rogozhin
26d930cb76 opencl-info: fix build 2020-09-30 19:16:24 +02:00
Nicolas Berbiche
f4ede1e1ba
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-09-30 12:44:06 -04:00
R. RyanTM
37995e32b2 systrayhelper: 0.0.4 -> 0.0.5 2020-09-30 08:55:48 -07:00
R. RyanTM
969b9f1ade pyznap: 1.5.0 -> 1.6.0 2020-09-30 08:48:34 -07:00
Maximilian Bosch
1cbec3b6df
Merge pull request #99077 from fadenb/graylog_3.3.6
graylog: 3.3.4 -> 3.3.6
2020-09-30 13:38:04 +02:00
Daniël de Kok
9f7b7bf7d8 _1password-gui: 0.8.7 -> 0.8.8-1
Changes:

https://1password.community/discussion/116041/1password-development-preview-0-8-8
2020-09-30 10:26:08 +02:00
Mario Rodas
9e78f73ba5 starship: 0.44.0 -> 0.45.2
https://github.com/starship/starship/releases/tag/v0.45.0
https://github.com/starship/starship/releases/tag/v0.45.1
https://github.com/starship/starship/releases/tag/v0.45.2
2020-09-29 18:00:00 -05:00
Maximilian Bosch
372884ffa5
bandwhich: 0.18.1 -> 0.19.0
https://github.com/imsnif/bandwhich/releases/tag/0.19.0
2020-09-29 18:48:49 +02:00
Jonathan Ringer
05739ad406 linkchecker: disable flakey test 2020-09-29 09:32:22 -07:00
Sandro
b76670f139
duf: 0.3.0 -> 0.3.1 (#99092) 2020-09-29 15:28:12 +02:00
Jonathan Ringer
f89469957d azure-cli: 2.11.1 -> 2.12.1 2020-09-29 06:00:43 -07:00
Tristan Helmich (omniIT)
dee78b7032 graylog: 3.3.4 -> 3.3.6
Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
2020-09-29 08:23:29 +00:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Benjamin Hipple
7d25e5144b
Merge pull request #99024 from jonringer/bump-nixpkgs-review
nixpkgs-review: 2.4.0 -> 2.4.1
2020-09-28 21:31:31 -04:00
Daiderd Jordan
d42e6e2e04
Merge pull request #98984 from marsam/update-vault
vault: 1.5.3 -> 1.5.4
2020-09-28 21:56:03 +02:00
Jonathan Ringer
6d812f2a73
nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
Emery Hemingway
11ce7675cf yggdrasil: 0.3.14 -> 0.3.15 2020-09-28 09:55:05 +02:00
Mario Rodas
b32eeee41d
Merge pull request #98906 from r-ryantm/auto-update/vips
vips: 8.10.0 -> 8.10.1
2020-09-27 22:44:58 -05:00
WORLDofPEACE
9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger
d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
Robert Scott
4e75022bcf
Merge pull request #98965 from r-burns/sshping
sshping: fix build on darwin
2020-09-27 22:26:37 +01:00