Commit Graph

7555 Commits

Author SHA1 Message Date
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
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
zowoq
4c6dad5e82 lsd: add maintainer 2020-10-02 16:59:51 +10:00
Peter Hoeg
f8d8564c34 crudini: py2 -> py3 2020-10-02 10:15:22 +08: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
R. RyanTM
37995e32b2 systrayhelper: 0.0.4 -> 0.0.5 2020-09-30 08:55:48 -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
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
Sandro
b76670f139
duf: 0.3.0 -> 0.3.1 (#99092) 2020-09-29 15:28:12 +02: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
R. RyanTM
a38806dafe vivid: 0.5.0 -> 0.6.0 2020-09-27 02:54:11 +00:00
Daniël de Kok
94062c6b2d
Merge pull request #98888 from r-ryantm/auto-update/smenu
smenu: 0.9.15 -> 0.9.16
2020-09-27 10:43:07 +02:00
R. RyanTM
f63c9bced2 smenu: 0.9.15 -> 0.9.16 2020-09-26 21:20:00 +00:00
Mario Rodas
f14035dd88
Merge pull request #98716 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.5.4 -> 1.5.6
2020-09-26 07:34:46 -05:00
Maximilian Bosch
d37d976601
gotify-cli: 2.1.1 -> 2.2.0
https://github.com/gotify/cli/releases/tag/v2.2.0
2020-09-26 14:00:56 +02:00
Frank Doepper
31ae9dd6ab nncp: init at 5.3.3 2020-09-26 10:28:42 +02:00
Oleksii Filonenko
cf36a41ac0
Merge pull request #98732 from r-ryantm/auto-update/intermodal
intermodal: 0.1.10 -> 0.1.11
2020-09-26 10:54:16 +03:00
Mario Rodas
387df70eea fluent-bit: 1.5.6 -> 1.5.7
https://fluentbit.io/announcements/v1.5.7/
2020-09-25 20:00:00 +00:00
Jan Tojnar
2c162d49cd
Merge pull request #98749 from freezeboy/fix-rpm-ostree
rpm-ostree: 2020.4 -> 2020.5
2020-09-25 20:08:05 +02:00
Maximilian Bosch
1a08a381a0
lnav: 0.8.5 -> 0.9.0
https://github.com/tstack/lnav/releases/tag/v0.9.0
2020-09-25 16:54:25 +02:00
freezeboy
7db8abb774 rpm-ostree: 2020.4 -> 2020.5 2020-09-25 15:16:38 +02:00
R. RyanTM
f5dc64a3ef intermodal: 0.1.10 -> 0.1.11 2020-09-25 10:10:20 +00:00
Sandro
d2092a9dd4
duf: 0.1.0 -> 0.3.0 (#98683) 2020-09-25 09:53:58 +02:00
R. RyanTM
48e1befab8 fluent-bit: 1.5.4 -> 1.5.6 2020-09-25 06:52:27 +00:00
Daniël de Kok
52075a824d
Merge pull request #98710 from r-ryantm/auto-update/diskonaut
diskonaut: 0.9.0 -> 0.11.0
2020-09-25 08:11:10 +02:00
R. RyanTM
8976ee528a diskonaut: 0.9.0 -> 0.11.0 2020-09-25 05:12:11 +00:00
R. RyanTM
e512a29eb4 catimg: 2.6.0 -> 2.7.0 2020-09-24 23:19:01 +00:00
Ryan Mulligan
e9c15a2e10
Merge pull request #97219 from davidtwco/wootility-3.5.12
wootility: 3.5.10 -> 3.5.12
2020-09-23 21:08:25 -07:00
zowoq
f9666eb863 miniserve: 0.8.0 -> 0.9.0
https://github.com/svenstaro/miniserve/releases/tag/v0.9.0
2020-09-24 07:31:40 +10:00
André Silva
a4d05ec30c
yubikey-manager: 3.1.0 -> 3.1.1 (#98576) 2020-09-23 16:00:36 -04:00
R. RyanTM
02208801c2 fet-sh: 1.5 -> 1.7 2020-09-23 02:57:58 +00:00
Milan
479976340a
duf: init at 0.1.0 (#98396) 2020-09-22 00:57:28 -05:00
zowoq
b531e65954 fd: remove unnecessary reference to $src 2020-09-22 12:26:24 +10:00
Robert Scott
0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott
781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Luflosi
907fd8d6f6
youtube-dl: 2020.09.14 -> 2020.09.20
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20
2020-09-20 14:45:41 +02:00
Gabriel Ebner
0fc9ad9622 opentsdb: use jdk8 2020-09-19 17:43:55 +02:00
Gabriel Ebner
12a9e3043a ili2c: use jdk8 2020-09-19 17:40:08 +02:00
Mario Rodas
9d9d85ae87
Merge pull request #98198 from emanueleperuffo/fix-mongodb-compass
mongodb-compass: 1.17.0 -> 1.22.1
2020-09-18 23:38:20 -05:00
Emanuele Peruffo
356602c5df mongodb-compass: 1.17.0 -> 1.22.1
Fixes segmentation fault and upgrades the package
2020-09-18 08:13:09 +02:00
mlvzk
9560e5d1aa discocss: init at 0.1.0 2020-09-18 00:52:48 +02:00
Robert Helgesson
3584644092
cloc: 1.86 -> 1.88 2020-09-17 21:13:43 +02:00
Niklas Hambüchen
35593698d5 ntfy: Switch to python3. Also fixes test failure.
Fixes test error:

    AttributeError: 'module' object has no attribute 'test_prowl'
2020-09-17 03:17:49 +02:00
Doron Behar
5a9358ce26
Merge pull request #97700 from SuperSandro2000/cod 2020-09-16 00:18:46 +03:00
Sandro Jäckel
ca682af5ea
cod: init at unstable-2020-09-10 2020-09-15 21:27:09 +02:00