1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

234731 commits

Author SHA1 Message Date
Thomas Tuegel 0696f886d8
Merge pull request #92974 from freezeboy/add-bovo
bovo: init at 19.12.3
2020-07-13 09:45:14 -05:00
Daniel Șerbănescu 8958237f38 gtk-sharp3: fixed build and removed broken flag. 2020-07-13 16:27:37 +02:00
Tim Steinbach 6206029f69
linux: 5.8-rc4 -> 5.8-rc5 2020-07-13 10:19:12 -04:00
Daniël de Kok 9c28b5133e
Merge pull request #92792 from edibopp/oneshot
oneshot: init at 1.0.1
2020-07-13 16:15:17 +02:00
Maximilian Bosch 142041fd99
Merge pull request #93064 from dasj19/diffoscope-update
diffoscope: 150 -> 151
Closes #93058
2020-07-13 16:11:42 +02:00
Daniël de Kok 3efb2a28be
Merge pull request #93061 from dasj19/gscan2pdf-update
gscan2pdf: 2.8.0 -> 2.8.1
2020-07-13 16:08:47 +02:00
Daniël de Kok 9730290b77
Merge pull request #92939 from RaghavSood/mage/1.10.0
mage: 1.9.0 -> 1.10.0
2020-07-13 15:56:40 +02:00
Mario Rodas a3389443b3
Merge pull request #93060 from marsam/fix-sdl2-darwin
SDL2: fix build on darwin
2020-07-13 08:16:22 -05:00
Daniel Șerbănescu eb41ed2fad diffoscope: 150 -> 151 2020-07-13 15:03:47 +02:00
Eduard Bopp 68a15c260a oneshot: init at 1.1.0 2020-07-13 15:00:56 +02:00
Daniel Șerbănescu e6e8d49597 gscan2pdf: 2.8.0 -> 2.8.1 2020-07-13 14:51:36 +02:00
Mario Rodas 016595d931
Merge pull request #93047 from avdv/git-delta-0.3.0
gitAndTools.delta: 0.2.0 -> 0.3.0
2020-07-13 07:08:58 -05:00
Daniël de Kok 166199a330
Merge pull request #93046 from avdv/wtf-0.31.0
wtf: 0.30.0 -> 0.31.0
2020-07-13 14:08:36 +02:00
Mario Rodas b1de834f5c
Merge pull request #92989 from r-ryantm/auto-update/minikube
minikube: 1.11.0 -> 1.12.0
2020-07-13 07:06:33 -05:00
markuskowa 7204d9aa36
Merge pull request #93042 from r-ryantm/auto-update/gromacs
gromacs: 2020.2 -> 2020.3
2020-07-13 13:52:28 +02:00
Daniël de Kok 0963cebfc5
Merge pull request #92897 from Moredread/chiaki
chiaki: 1.1.3 -> 1.2.1
2020-07-13 13:11:32 +02:00
adisbladis 1299a04ab3
Merge pull request #92849 from RaghavSood/ethereum/1.9.16
go-ethereum: 1.9.15 -> 1.9.16
2020-07-13 13:05:09 +02:00
Vladyslav M b51835d247
Merge pull request #92557 from dywedir/b3sum 2020-07-13 12:26:49 +03:00
Mario Rodas 49897b8859
SDL2: fix build on darwin 2020-07-13 04:20:00 -05:00
Claudio Bley 8aa6716621 gitAndTools.delta: 0.2.0 -> 0.3.0 2020-07-13 10:48:20 +02:00
Claudio Bley ec427c3e66 wtf: 0.30.0 -> 0.31.0 2020-07-13 10:46:12 +02:00
R. RyanTM 7e858f9a47 gnome-podcasts: 0.4.7 -> 0.4.8 2020-07-13 10:42:11 +02:00
R. RyanTM 215011c44d gromacs: 2020.2 -> 2020.3 2020-07-13 07:11:49 +00:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Mario Rodas 5e6825612c
Merge pull request #92975 from r-ryantm/auto-update/fsmon
fsmon: 1.7.0 -> 1.8.1
2020-07-12 22:18:42 -05:00
Mario Rodas 15d72ad53f
Merge pull request #92980 from r-ryantm/auto-update/kepubify
kepubify: 3.1.2 -> 3.1.3
2020-07-12 22:11:06 -05:00
Mario Rodas b8af0194d2
Merge pull request #92982 from r-ryantm/auto-update/leatherman
leatherman: 1.12.0 -> 1.12.1
2020-07-12 22:07:57 -05:00
Dmitry Kalinkin 1e4290b78c
python2Packages.numpy: fix build on darwin
By applying the old patch (compatible with 1.18.x and older). Also
refactor expression to make presence of the "old" version more
explicit.
2020-07-12 21:49:31 -04:00
Jan Tojnar cb9a3a0a32
Merge pull request #92926 from rawkode/gnomeExtensions/update-dash-to-panel
gnomeExtensions.dash-to-panel: 31 -> 38
2020-07-13 03:43:47 +02:00
R. RyanTM 0260f04fe2 gnome3.gnome-initial-setup: 3.36.3 -> 3.36.4 2020-07-13 03:31:25 +02:00
R. RyanTM 2de809d327 gnome3.gnome-taquin: 3.36.3 -> 3.36.4 2020-07-13 03:31:09 +02:00
Niklas Hambüchen 45325b1d24
install-grub.pl: Fix GRUB always reinstalling. (#92756)
See https://github.com/NixOS/nixpkgs/pull/92520#issuecomment-655157990.

In #85895 I accidentally introduced a comparison between an array reference
and an array, which can never be true. Fixed by dereferencing.
2020-07-13 02:16:43 +02:00
Maximilian Bosch 28f1c45e29
Merge pull request #93018 from evanjs/diskonaut/0.9.0
diskonaut: 0.3.0 -> 0.9.0
2020-07-12 23:49:56 +02:00
Maximilian Bosch e072276cf2
Merge pull request #93015 from equirosa/lazygit
lazygit: 0.20.5 -> 0.20.6
2020-07-12 23:37:50 +02:00
Carles Pagès d6c63c7bcd minecraft: 2.1.15166 -> 2.1.15852 2020-07-12 23:34:36 +02:00
freezeboy 16921381a8 bovo: export in all-packages 2020-07-12 23:11:09 +02:00
markuskowa 8a48fe1682
Merge pull request #92815 from ck3d/add-redo-c
redo-c: Init at 0.2
2020-07-12 23:07:30 +02:00
Maximilian Bosch fccc613a59
Merge pull request #92987 from r-ryantm/auto-update/logrotate
logrotate: 3.16.0 -> 3.17.0
2020-07-12 23:00:42 +02:00
Maximilian Bosch 58073ed77a
Merge pull request #93003 from r-ryantm/auto-update/traefik
traefik: 2.2.1 -> 2.2.4
2020-07-12 21:43:09 +02:00
Thomas Tuegel 1689386107
Merge pull request #92994 from doronbehar/hplip-gcc-references
hplip: Remove all python related gcc references
2020-07-12 14:35:30 -05:00
Evan Stoll 34f096d012 diskonaut: 0.3.0 -> 0.9.0
remove special handling for checkPhase
Diskonaut now measures file sizes consistently and tests can be run
without modification

discussion: https://github.com/imsnif/diskonaut/issues/50
implementation: https://github.com/imsnif/diskonaut/pull/66
2020-07-12 15:28:47 -04:00
Daniël de Kok e5ad886adf
Merge pull request #93010 from f4814/wofi-manpages
wofi: Package manpages
2020-07-12 20:52:14 +02:00
André-Patrick Bubel 97da56664c
chiaki: 1.1.3 -> 1.2.1 2020-07-12 20:52:11 +02:00
Maximilian Bosch 7777d625b7
Merge pull request #93009 from matthiasbeyer/update-mutt
mutt: 1.14.5 -> 1.14.6
2020-07-12 20:48:37 +02:00
Herwig Hochleitner 9efcb767da webtorrent_desktop: 0.20.0 -> 0.21.0
Fix build
This reverts commit c255b0fa45.
2020-07-12 20:07:15 +02:00
Eduardo Quiros 6c70cee85a lazygit: 0.20.5 -> 0.20.6
new version released with some improvements and a couple fixes:
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.6
2020-07-12 11:50:04 -06:00
Fabian Geiselhart 3518436b92 bpm-tools: Specify dependencies and wrap executables 2020-07-12 19:46:21 +02:00
Michael Weiss 99ab9545b2
gns3-{gui,server}: 2.2.9 -> 2.2.11 2020-07-12 19:17:43 +02:00
Michael Weiss bab982e5ec
gns3-{gui,server}: 2.2.8 -> 2.2.9
Note: This update is pretty delayed as it was initially blocked by
sentry-sdk being too old and breaking Python changes from staging.
2020-07-12 18:50:01 +02:00
Matthias Beyer 6d46aee695 mutt: 1.14.5 -> 1.14.6
Sorry that the update took so long this time, I had a party-weekend when
the release came out.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-07-12 18:07:08 +02:00