3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

7362 commits

Author SHA1 Message Date
R. RyanTM 507e483284
orca: 3.34.1 -> 3.34.2 (#79014) 2020-02-01 20:18:36 +01:00
Franz Pletz 8fa1aad283
wego: 2017-04-03 -> 2019-02-11 2020-02-01 14:20:51 +01:00
Mario Rodas 337407eaa8
Merge pull request #78861 from r-ryantm/auto-update/worker
worker: 4.1.0 -> 4.2.0
2020-02-01 04:05:38 -05:00
Mario Rodas 3215487b3a
Merge pull request #78911 from r-ryantm/auto-update/blugon
blugon: 1.11.4 -> 1.12.0
2020-02-01 04:03:28 -05:00
Mario Rodas 1e5cfc9cc8 cointop: 1.4.1 -> 1.4.4 2020-02-01 09:56:38 +01:00
Ryan Mulligan 9435db4415
Merge pull request #78954 from r-ryantm/auto-update/simplenote
simplenote: 1.12.0 -> 1.14.0
2020-01-31 18:22:12 -08:00
R. RyanTM c7bca08960 simplenote: 1.12.0 -> 1.14.0 2020-01-31 12:34:09 +00:00
Maximilian Bosch 645ea323d7
Merge pull request #77989 from lblasc/llvm3-removal
llvm: remove 3.5, 3.8 and 4
2020-01-31 07:42:39 +01:00
Jonathan Ringer 0750561e00 tzupdate: 1.5.0 -> 2.0.0, use python3 2020-01-30 22:23:05 -08:00
adisbladis 28a590897e hivemind: Patch /bin/sh to runtimeShell 2020-01-30 22:00:54 -08:00
Nikolay Korotkiy 7267908f84 mkgmap: 4289 -> 4432 2020-01-30 21:57:23 -08:00
Jan Tojnar 14576373d0
Merge pull request #78125 from KnairdA/master
pdfpc: Fix gstreamer video playback issue #73321
2020-01-31 01:53:17 +01:00
Luka Blaskovic c7078be190 lutris: use default llvm in chrootenv 2020-01-30 18:35:30 -05:00
Nikolay Korotkiy 410a80381c
gpxlab: enable on darwin 2020-01-31 00:13:53 +03:00
R. RyanTM b2122bd2bb blugon: 1.11.4 -> 1.12.0 2020-01-30 20:38:30 +00:00
R. RyanTM 47a68b3ca7 worker: 4.1.0 -> 4.2.0 2020-01-30 14:44:53 +00:00
Nikolay Korotkiy 581f28ef3c
gpxsee: enable on darwin 2020-01-30 09:16:51 +03:00
Nikolay Korotkiy 47715b2824
gpxsee: 7.19 -> 7.20 2020-01-28 23:51:37 +03:00
Frederik Rietdijk 7562c2112d
Merge pull request #77739 from NixOS/staging-next
Staging next
2020-01-28 14:03:29 +01:00
Mario Rodas 42a195919a
Merge pull request #78669 from Frostman/hugo-0.62.2
hugo: 0.62.2 -> 0.63.2
2020-01-28 07:00:55 -05:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Maximilian Bosch b3729ae77f
kitty: 0.15.1 -> 0.16.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.16.0
2020-01-28 09:14:33 +01:00
Sergey Lukjanov f4196913e9 hugo: 0.62.2 -> 0.63.2 2020-01-27 23:37:18 -08:00
markuskowa 67a71b6fca
Merge pull request #78436 from wucke13/foxtrotgps
foxtrotgps: init at 1.2.2
2020-01-27 17:48:12 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
wucke13 f186045313 foxtrotgps: init at 1.2.2 2020-01-27 13:17:35 +01:00
Scriptkiddi 05e661f665 joplin-desktop: Add a desktop Item for joplin-desktop 2020-01-27 06:13:45 +01:00
Niklas Hambüchen f12461bd37
Merge pull request #78502 from r-ryantm/auto-update/elogind
elogind: 241.4 -> 243.4
2020-01-26 13:59:02 +01:00
R. RyanTM 8699530c0f elogind: 241.4 -> 243.4 2020-01-26 04:31:29 +00:00
Will Dietz 5b6eba9ee2
Merge pull request #78500 from r-ryantm/auto-update/diff-pdf
diff-pdf: 0.3 -> 0.4.1
2020-01-25 22:09:10 -06:00
R. RyanTM b1c751119f diff-pdf: 0.3 -> 0.4.1 2020-01-26 03:57:54 +00:00
wucke13 9a88d2248b tangogps: drop at 0.99.2
tangogps is abandoned. It looks like it this is the case since the early
2010s. foxtrotgps is a fork, that still is maintained.
2020-01-25 00:44:31 +01:00
Scriptkiddi 05626cc86b teleprompter: init at 2.3.4 2020-01-24 08:05:53 +01:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
wedens f52c3846ff megacmd: init at 1.1.0 2020-01-21 18:36:09 +07:00
Matthias Beyer d7de1de097 toot: 0.24.0 -> 0.25.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-21 10:01:35 +01:00
Adrian Kummerlaender 28a287887a pdfpc: Fix gstreamer video playback issue #73321 2020-01-20 20:02:14 +01:00
Johannes Schleifenbaum 465dc6e224
dbeaver: 6.3.2 -> 6.3.3 2020-01-20 10:08:48 +01:00
Ivan Kozik 76ab11518d treewide: Remove myself from maintainers on some packages (#78027) 2020-01-19 12:18:34 -05:00
Mario Rodas 0d114b22e2
Merge pull request #77909 from r-ryantm/auto-update/todoist
todoist: 0.14.0 -> 0.15.0
2020-01-19 08:26:31 -05:00
Mario Rodas 7af0438ab5
Merge pull request #77919 from r-ryantm/auto-update/xmrig
xmrig: 5.4.0 -> 5.5.1
2020-01-19 08:21:23 -05:00
Peter Simons 1fc81e7b3a
Merge pull request #77987 from fgaz/ikiwiki/3.20190228
ikiwiki: 3.20170111 -> 3.20190228
2020-01-19 10:48:14 +01:00
Francesco Gazzetta 33a12a2d22 ikiwiki: 3.20170111 -> 3.20190228 2020-01-18 19:19:45 +01:00
Niklas Hambüchen 7966f10400
Merge pull request #77616 from peterhoeg/u/calibre_4_8
calibre: 3.48 -> 4.8
2020-01-18 02:22:08 +01:00
worldofpeace 468a74629a
Merge pull request #77947 from leotaku/fix-cbatticon
cbatticon: Add wrapGAppsHook to nativeBuildInputs
2020-01-17 13:30:09 -05:00
worldofpeace 25b30b0978
Merge pull request #77890 from r-ryantm/auto-update/notejot
notejot: 1.5.8 -> 1.6.0
2020-01-17 13:27:20 -05:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
leotaku 5c0b9f5651 cbatticon: Add wrapGAppsHook to nativeBuildInputs 2020-01-17 16:07:05 +01:00
Ryan Mulligan 2adc54dda6
Merge pull request #77863 from r-ryantm/auto-update/bashSnippets
bashSnippets: 1.17.3 -> 1.23.0
2020-01-17 06:31:15 -08:00
Ryan Mulligan d3ab403a1f
Merge pull request #77907 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.4 -> 0.10.5
2020-01-17 05:44:33 -08:00