Commit graph

63282 commits

Author SHA1 Message Date
R. RyanTM 6140bfd79c qdirstat: 1.7.1 -> 1.8 2021-09-14 12:49:42 +00:00
R. RyanTM a4dcfb400c qsynth: 0.9.1 -> 0.9.4 2021-09-14 12:36:12 +00:00
Sandro 67dc185262
Merge pull request #137803 from t184256/tiny-enable-desktop-notifications 2021-09-14 14:31:25 +02:00
Sandro 0cc67ad2e6
Merge pull request #137802 from r-ryantm/auto-update/hyper
hyper: 3.1.2 -> 3.1.3
2021-09-14 14:31:07 +02:00
Sandro c8eac67152
Merge pull request #137589 from r-ryantm/auto-update/pitivi
pitivi: 2021.01 -> 2021.05
2021-09-14 14:30:49 +02:00
Sandro 4b15a38a83
Merge pull request #137738 from r-ryantm/auto-update/cobalt 2021-09-14 14:30:36 +02:00
R. RyanTM 1c804c475a istioctl: 1.11.0 -> 1.11.2 2021-09-14 12:23:27 +00:00
Sandro 307752948a
Merge pull request #135427 from sikmir/lagrange
lagrange: 1.6.2 → 1.6.5
2021-09-14 14:21:04 +02:00
Sandro 3b96f64f8d
Merge pull request #136912 from sikmir/cudatext 2021-09-14 14:19:18 +02:00
Sandro d9e40e202e
Merge pull request #137733 from r-ryantm/auto-update/bsequencer 2021-09-14 14:16:36 +02:00
R. RyanTM cfe77d5e87 qtractor: 0.9.19 -> 0.9.23 2021-09-14 12:13:51 +00:00
Sandro 2aa2ac8b9b
Merge pull request #137739 from r-ryantm/auto-update/shutter
shutter: 0.98 -> 0.99
2021-09-14 14:08:29 +02:00
R. RyanTM d26fd428bc qjackctl: 0.9.0 -> 0.9.4 2021-09-14 12:05:58 +00:00
Sandro 5af8fca23a
Merge pull request #137773 from superherointj/package-fluxcd-0.17.1 2021-09-14 14:03:24 +02:00
Sandro 876d1c182c
Merge pull request #137778 from sikmir/gpscorrelate
gpscorrelate: enable on darwin
2021-09-14 14:02:47 +02:00
github-actions[bot] df9a7e8f43
Merge staging-next into staging 2021-09-14 12:01:39 +00:00
github-actions[bot] 6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
Sandro 2ff3a74fd3
Merge pull request #137729 from r-ryantm/auto-update/bjumblr
bjumblr: 1.6.6 -> 1.6.8
2021-09-14 14:00:30 +02:00
Sandro 5e330a2178
Merge pull request #137696 from r-ryantm/auto-update/tty-solitaire
tty-solitaire: 1.3.0 -> 1.3.1
2021-09-14 14:00:15 +02:00
Sandro 9b09f4724a
Merge pull request #137726 from r-ryantm/auto-update/topgit 2021-09-14 13:41:54 +02:00
Alexander Sosedkin 4376444224 tiny: enable desktop notifications on Linux
The presence of the dbus dependency
suggests the intention was to enable notifications support.
2021-09-14 13:34:12 +02:00
R. RyanTM 5a3f567d20 hyper: 3.1.2 -> 3.1.3 2021-09-14 11:31:45 +00:00
R. RyanTM 17d1c04128 hugo: 0.88.0 -> 0.88.1 2021-09-14 11:13:37 +00:00
R. RyanTM 2a0486ed8b qmidinet: 0.9.1 -> 0.9.4 2021-09-14 11:09:15 +00:00
markuskowa fd67a01239
Merge pull request #137727 from r-ryantm/auto-update/texmaker
texmaker: 5.1.1 -> 5.1.2
2021-09-14 13:08:43 +02:00
R. RyanTM 600aa0207e qownnotes: 21.8.12 -> 21.9.2 2021-09-14 11:03:54 +00:00
R. RyanTM 504529d628 horizon-eda: 2.0.0 -> 2.1.0 2021-09-14 10:46:32 +00:00
R. RyanTM 16bbc6a758 helmsman: 3.7.2 -> 3.7.3 2021-09-14 10:36:38 +00:00
R. RyanTM 4de6fe6a9d python38Packages.recoll: 1.28.6 -> 1.31.0 2021-09-14 10:08:29 +00:00
R. RyanTM 9db8c0be81 gitui: 0.17 -> 0.17.1 2021-09-14 11:49:42 +02:00
R. RyanTM e1d6d8138c git-cliff: 0.2.6 -> 0.3.0 2021-09-14 11:48:21 +02:00
Andreas Rammhold 6f3ee459de git: disable flaky test 6421-merge-partial-clone
Occasionally the test fails for unknown reasons but works as soon as we
change the derivation in any way. For now it is better to not have a
test that is flaky than having a test that occasionally breaks and
continously wastes time on debugging it.

This was found as part of a random build failure of gitMinimal in
response to the systemd v249 PR being merged [0].

[0] 64556974b6 (commitcomment-56385360)
2021-09-14 11:24:11 +02:00
Andreas Rammhold a683d78ed0 git: ensure we are using the correct shell binary for tests
Previosuly the test scripts used /bin/sh which is a bit of an impurity.
It is mostly well-behaved but it essentially leaks the hosts state into
the build as /bin/sh points to some minimal shell implementation
configured on the host OS.

By patching the shebgangs of all the test scripts in the test folder
(t/*.sh) we can make sure that those run with the correct shell binary.

This was found as part of a random build failure of gitMinimal in
response to the systemd v249 PR being merged [0]. Since we have to
somehow touch the hash of the derivation to make the build failure go
away we might as well fix the hardcoded /bin/sh issue.

[0] 64556974b6 (commitcomment-56385360)
2021-09-14 11:24:11 +02:00
Sandro 761749ddca
Merge pull request #137769 from superherointj/package-argocd-2.1.2 2021-09-14 11:13:00 +02:00
Sandro c36769b10d
Merge pull request #137732 from r-ryantm/auto-update/bschaffl 2021-09-14 11:10:29 +02:00
R. RyanTM 44d045f7d3 saga: 7.9.0 -> 7.9.1 2021-09-14 09:05:52 +00:00
Nikolay Korotkiy 9c1f6a9c45
gpscorrelate: enable on darwin 2021-09-14 12:01:04 +03:00
superherointj 71fc678cac fluxcd: 0.17.0 -> 0.17.1 2021-09-14 05:32:34 -03:00
superherointj e2d831ad9a argocd: 2.1.1 -> 2.1.2 2021-09-14 05:18:19 -03:00
R. RyanTM 2266969e8b rssguard: 3.9.2 -> 4.0.2 2021-09-14 07:07:07 +00:00
R. RyanTM e0c205578d snd: 21.1 -> 21.7 2021-09-14 06:57:34 +00:00
R. RyanTM e3c0374da4 signal-desktop: 5.17.0 -> 5.17.1 2021-09-14 06:47:40 +00:00
R. RyanTM 6763102a3c songrec: 0.1.9 -> 0.2.0 2021-09-14 06:27:56 +00:00
R. RyanTM 4d25b19c2b sayonara: 1.6.0-beta7 -> 1.7.0-stable3 2021-09-14 05:57:09 +00:00
R. RyanTM f5276159d9 shutter: 0.98 -> 0.99 2021-09-14 04:14:01 +00:00
R. RyanTM ae2196daa6 cobalt: 0.16.5 -> 0.17.0 2021-09-14 04:03:23 +00:00
R. RyanTM 90732f5be0 stern: 1.20.0 -> 1.20.1 2021-09-14 03:52:20 +00:00
R. RyanTM b6fc3dff4d bsequencer: 1.8.8 -> 1.8.10 2021-09-14 03:03:42 +00:00
R. RyanTM c13796af38 bschaffl: 1.4.6 -> 1.4.8 2021-09-14 02:58:31 +00:00
R. RyanTM b014bcf416 bosh-cli: 6.4.5 -> 6.4.6 2021-09-14 02:40:49 +00:00
R. RyanTM b4d780dd8f bjumblr: 1.6.6 -> 1.6.8 2021-09-14 02:33:25 +00:00
R. RyanTM 9bd2d91ec5 texmaker: 5.1.1 -> 5.1.2 2021-09-14 02:22:54 +00:00
R. RyanTM 053eff5a46 top-git: 0.19.12 -> 0.19.13 2021-09-14 02:14:31 +00:00
R. RyanTM 5538096c8e bchoppr: 1.10.8 -> 1.10.10 2021-09-14 01:59:47 +00:00
github-actions[bot] 79a728d821
Merge staging-next into staging 2021-09-14 00:01:57 +00:00
github-actions[bot] 1db0c42d5a
Merge master into staging-next 2021-09-14 00:01:23 +00:00
R. RyanTM 1fbdd7003d swappy: 1.3.1 -> 1.4.0 2021-09-13 23:10:17 +00:00
R. RyanTM 4b7e41b6ee tty-solitaire: 1.3.0 -> 1.3.1 2021-09-13 22:30:26 +00:00
Ryan Mulligan df7113c072
Merge pull request #135192 from r-ryantm/auto-update/lightburn
lightburn: 1.0.00 -> 1.0.01
2021-09-13 14:59:25 -07:00
R. RyanTM 2bf7e53bc3 wtf: 0.38.0 -> 0.39.2 2021-09-13 21:44:05 +00:00
R. RyanTM ca122687f1 vieb: 5.3.0 -> 6.0.0 2021-09-13 20:57:22 +00:00
R. RyanTM ab13dc4381 vnstat: 2.7 -> 2.8 2021-09-13 20:35:10 +00:00
Timothy DeHerrera f5d48e200a
Merge pull request #137680 from benley/slack-hooks
slack: run preInstall & postInstall hooks
2021-09-13 13:59:34 -06:00
Benjamin Staffin 0045d3e4f9 slack: run preInstall & postInstall hooks 2021-09-13 12:09:04 -07:00
github-actions[bot] 04e48fbe4f
Merge staging-next into staging 2021-09-13 18:01:51 +00:00
github-actions[bot] ce44d09c85
Merge master into staging-next 2021-09-13 18:01:17 +00:00
Bernardo Meurer dfccb3045e
firefox-unwrapped: workaround issues on non-Gnome wayland WM's on FF 92
Closes: #137649
2021-09-13 10:21:53 -07:00
Ryan Mulligan cf11c97010
Merge pull request #137486 from r-ryantm/auto-update/mkgmap-splitter
mkgmap-splitter: 598 -> 642
2021-09-13 09:55:18 -07:00
Ryan Mulligan c96f9eff9e
Merge pull request #137485 from r-ryantm/auto-update/mkgmap
mkgmap: 4608 -> 4806
2021-09-13 09:54:59 -07:00
Maximilian Bosch 5a0d0ec1cf
element-desktop: apply patch to run on Wayland (#137666)
See upstream PR#261[1] for further reference. Previously, the
`enable-features`-setting was entirely discarded due to an earlier
regression resulting in an attempt to start `element-desktop` in
Wayland-mode without all necessary components.

Closes #137377

[1] https://github.com/vector-im/element-desktop/pull/261
2021-09-13 18:43:04 +02:00
adisbladis fcf5397793
Merge pull request #135905 from dukc/secondDmd2097
D compiler update
2021-09-13 11:36:55 -05:00
Maximilian Bosch f01755b7a8
Merge pull request #137645 from Ma27/bump-element
element-{web,desktop}: 1.8.2 -> 1.8.4
2021-09-13 18:13:47 +02:00
Ryan Mulligan af3a752449
Merge pull request #137543 from r-ryantm/auto-update/evolution-ews
evolution-ews: 3.40.3 -> 3.40.4
2021-09-13 08:55:31 -07:00
Benjamin Asbach 081dc55436 netbeans: 12.4 -> 12.5 2021-09-13 09:10:45 -06:00
Malte f76136e109 gnunet: 0.15.0 -> 0.15.3 2021-09-13 16:41:15 +02:00
Maximilian Bosch c81983ec9f
element-desktop: 1.8.2 -> 1.8.4
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.8.4
2021-09-13 14:17:13 +02:00
Maximilian Bosch 55d25c13bd
element-web: 1.8.2 -> 1.8.4
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.8.4
2021-09-13 14:16:50 +02:00
github-actions[bot] 12eb8fbbba
Merge staging-next into staging 2021-09-13 06:02:09 +00:00
github-actions[bot] d6f028d12d
Merge master into staging-next 2021-09-13 06:01:28 +00:00
Ben Wolsieffer 03111112cc qgroundcontrol: 4.1.3 -> 4.1.4 2021-09-13 00:11:37 -04:00
Tom Fitzhenry d4726d156e clapper: init at 0.4 2021-09-13 13:19:54 +10:00
Ryan Mulligan 85568eb45c
Merge pull request #134009 from r-ryantm/auto-update/yacreader
yacreader: 9.7.1 -> 9.8.2
2021-09-12 20:19:16 -07:00
Ryan Mulligan 43361d3695
Merge pull request #135890 from r-ryantm/auto-update/nwg-drawer
nwg-drawer: 0.1.7 -> 0.1.8
2021-09-12 18:40:46 -07:00
Anderson Torres 516fd11d12
Merge pull request #137581 from r-ryantm/auto-update/openshot-qt
openshot-qt: 2.6.0 -> 2.6.1
2021-09-12 21:37:10 -03:00
Anderson Torres 5e8507393b
Merge pull request #137537 from r-ryantm/auto-update/yambar
yambar: 1.6.2 -> 1.7.0
2021-09-12 21:36:27 -03:00
github-actions[bot] dfd1161f35
Merge staging-next into staging 2021-09-13 00:02:22 +00:00
github-actions[bot] ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
R. RyanTM fe4d454a9a pitivi: 2021.01 -> 2021.05 2021-09-12 23:23:03 +00:00
Ryan Mulligan 39c670b855
Merge pull request #136837 from r-ryantm/auto-update/charge-lnd
charge-lnd: 0.2.3 -> 0.2.4
2021-09-12 15:57:29 -07:00
Ryan Mulligan 464c105ba5
Merge pull request #136887 from r-ryantm/auto-update/kitsas
kitsas: 2.3 -> 3.0
2021-09-12 15:47:36 -07:00
Sandro 11e504567d
Merge pull request #137454 from r-ryantm/auto-update/MAVProxy
mavproxy: 1.8.41 -> 1.8.42
2021-09-13 00:26:51 +02:00
R. RyanTM 88a8d1df0a openshot-qt: 2.6.0 -> 2.6.1 2021-09-12 22:21:01 +00:00
Sandro f17dca1623
Merge pull request #134207 from Kranzes/auto-update/tqsl 2021-09-13 00:10:46 +02:00
Sandro db88608d8c
Merge pull request #137569 from alexeyre/update-signal-cli
signal-cli: 0.8.5 -> 0.9.0
2021-09-12 23:14:49 +02:00
Sandro 283a9f5ff9
Merge pull request #137552 from dotlambda/watson-packageOverrides
watson: use packageOverrides
2021-09-12 23:10:24 +02:00
Sandro c31a4d268d
Merge pull request #137453 from tomfitzhenry/megapixels-0.3.0
megapixels: 1.2.0 -> 1.3.0
2021-09-12 23:06:50 +02:00
Alex Eyre c1fe8aea8f
signal-cli: 0.8.5 -> 0.9.0 2021-09-12 21:24:20 +01:00
Sandro 668ea57f90
Merge pull request #136990 from erictapen/imagemagick-7.1.0.6 2021-09-12 22:23:16 +02:00
Michael Weiss 3bb96d9d2f
Merge pull request #136442 from VergeDX/tdesktop
tdesktop: 2.9.3 -> 3.0.1
2021-09-12 22:18:37 +02:00
github-actions[bot] fef6f602e6
Merge staging-next into staging 2021-09-12 18:01:50 +00:00
github-actions[bot] a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Matthieu Coudron ed77db85ff
Merge pull request #136429 from teto/vim-remove-rtpPath
Vim remove share/runtime/NAME prefix from the installed folder
2021-09-12 19:58:17 +02:00
Robert Schütz 55130d56aa watson: use packageOverrides 2021-09-12 10:29:38 -07:00
Matthieu Coudron 1c4904092b neovim.tests: test vim-plug too 2021-09-12 19:03:09 +02:00
Matthieu Coudron ab9c7819fe
Merge pull request #136615 from teto/lua-flat
Various lua changes/cleanup
2021-09-12 18:08:53 +02:00
R. RyanTM 5a79220554 evolution-ews: 3.40.3 -> 3.40.4 2021-09-12 15:48:24 +00:00
Sandro 3ca823aa9a
Merge pull request #137538 from SuperSandro2000/gitstatus
gitstatus: 1.5.2 -> 1.5.3
2021-09-12 17:31:27 +02:00
Sandro fab673c322
Merge pull request #135517 from r-ryantm/auto-update/kubedb-cli 2021-09-12 17:29:48 +02:00
Daniël de Kok 6af98ae669
Merge pull request #137539 from danieldk/remove-maintainership
treewide: remove danieldk as maintainer from a set of packages
2021-09-12 17:06:53 +02:00
Sandro 193315af6a
Merge pull request #136850 from r-ryantm/auto-update/docker-buildx 2021-09-12 17:04:37 +02:00
Sandro c6806fd147
Merge pull request #136842 from r-ryantm/auto-update/cloudflared
cloudflared: 2021.8.6 -> 2021.8.7
2021-09-12 17:03:01 +02:00
Sandro 382c5da2a3
Merge pull request #137536 from SuperSandro2000/gmailctl
gmailctl: 0.8.0 -> 0.9.0
2021-09-12 17:00:11 +02:00
Sandro 7a639461f5
Merge pull request #136890 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.8 -> 0.4.10
2021-09-12 16:59:52 +02:00
Sandro 087c09d12e
Merge pull request #135176 from r-ryantm/auto-update/tanka 2021-09-12 16:58:50 +02:00
Sandro 3e56151b6a
Merge pull request #136586 from andrevmatos/kde/gears 2021-09-12 16:55:39 +02:00
Daniël de Kok 6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
R. RyanTM 12259ba1b4 yambar: 1.6.2 -> 1.7.0 2021-09-12 14:38:54 +00:00
Sandro Jäckel a88557ec5f
gitstatus: 1.5.2 -> 1.5.3 2021-09-12 16:36:52 +02:00
Sandro 40fb94e3b7
Merge pull request #135982 from r-ryantm/auto-update/semantik
semantik: 1.2.5 -> 1.2.7
2021-09-12 16:36:02 +02:00
Sandro d6469da20b
Merge pull request #137493 from r-ryantm/auto-update/obsidian
obsidian: 0.12.12 -> 0.12.15
2021-09-12 16:35:12 +02:00
Sandro 6d49e92704
Merge pull request #137494 from r-ryantm/auto-update/octant 2021-09-12 16:34:51 +02:00
Sandro Jäckel 9ef79a5f12
gmailctl: 0.8.0 -> 0.9.0 2021-09-12 16:29:29 +02:00
Sandro 6529525e70
Merge pull request #137460 from zhaofengli/bochs-vmx
bochs: Enable VT-x/VMX emulation
2021-09-12 16:22:14 +02:00
Sandro cb17825b8a
Merge pull request #137529 from bobby285271/notejot 2021-09-12 16:19:36 +02:00
Sandro 83eef43893
Merge pull request #135906 from yl3dy/xoscope
xoscope: 2.0 -> 2.3
2021-09-12 16:15:41 +02:00
Sandro c80b1155c9
Merge pull request #137528 from humancalico/hubble
hubble: init at 0.8.2
2021-09-12 16:14:50 +02:00
Sandro Jäckel ce79b66953
git-interactive-rebase-tool: fix compile error 2021-09-12 15:56:52 +02:00
Sandro Jäckel 9177f704bd
chia: relax all version constraints 2021-09-12 15:42:03 +02:00
Bobby Rong f460ae5aaa
notejot: 3.1.2 -> 3.1.5 2021-09-12 21:33:36 +08:00
Akshat Agarwal 688b9b65cb hubble: init at 0.8.2 2021-09-12 19:00:42 +05:30
Sandro Jäckel d279bf9767
taskopen: modernize 2021-09-12 15:25:31 +02:00
Sandro 0d40f713be
Merge pull request #137521 from SuperSandro2000/openems
openems: fix eval
2021-09-12 15:06:31 +02:00
Sandro Jäckel e4a49641ae
openems: fix eval 2021-09-12 14:45:44 +02:00
github-actions[bot] 7267016c66
Merge staging-next into staging 2021-09-12 12:01:42 +00:00
github-actions[bot] acd45cb351
Merge master into staging-next 2021-09-12 12:01:10 +00:00
Maximilian Bosch f2175a917e
Merge pull request #135179 from r-ryantm/auto-update/taskopen
taskopen: 1.1.4 -> 1.1.5
2021-09-12 12:43:43 +02:00
Vladimír Čunát 79f637da44
Merge #137226: thunderbird-78: 78.13.0 -> 78.14.0 2021-09-12 10:46:26 +02:00
R. RyanTM 6d1ece3818 octant: 0.23.0 -> 0.24.0 2021-09-12 07:23:24 +00:00
R. RyanTM 252edd9d16 obsidian: 0.12.12 -> 0.12.15 2021-09-12 07:18:00 +00:00
R. RyanTM 13911f0cc4 mkgmap-splitter: 598 -> 642 2021-09-12 06:27:24 +00:00
R. RyanTM 95b152745d mkgmap: 4608 -> 4806 2021-09-12 06:22:16 +00:00
Ben Siraphob 211c1157ad
Merge pull request #137472 from r-ryantm/auto-update/kodiPackages.inputstreamhelper 2021-09-12 01:14:55 -05:00
Ben Siraphob 45612716d5
Merge pull request #137473 from r-ryantm/auto-update/kodiPackages.youtube 2021-09-12 01:14:41 -05:00
github-actions[bot] 3d192af340
Merge staging-next into staging 2021-09-12 06:01:33 +00:00
github-actions[bot] 45de5d0c9a
Merge master into staging-next 2021-09-12 06:01:00 +00:00
R. RyanTM d0eca54c81 kodiPackages.youtube: 6.8.14+matrix.1 -> 6.8.17+matrix.1 2021-09-12 04:36:05 +00:00
R. RyanTM 11fa1732bb kodiPackages.inputstreamhelper: 0.5.5+matrix.1 -> 0.5.8+matrix.1 2021-09-12 04:30:10 +00:00
zowoq a8bd9dcd7c cni-plugin-flannel: move to flannel directory 2021-09-12 12:47:45 +10:00
Zhaofeng Li 623aa314dd bochs: Enable VT-x/VMX emulation 2021-09-11 18:23:55 -07:00
Matthieu Coudron 496b8abf78 Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 03:03:56 +02:00
Matthieu Coudron 88842910b5 lua: introduced a lua lib
Goal is to improve separation between packages and utilities.
Can help with autocompletion/navigate nixpkgs faster.
Also it will help standardize how LUA_PATH is exported across packages,
so that one can more easily make lua changes across nixpkgs (for
    instance changing where lua modules are installed).
2021-09-12 03:03:56 +02:00
R. RyanTM 2464f7ae0a mavproxy: 1.8.41 -> 1.8.42 2021-09-12 00:36:50 +00:00
Matthieu Coudron 03806dfee7 awesome: use a luaEnv 2021-09-12 02:21:57 +02:00
Matthieu Coudron 823d0d835c vis: simplify thanks to lua update 2021-09-12 02:21:57 +02:00
github-actions[bot] 8bc930ca39
Merge staging-next into staging 2021-09-12 00:02:23 +00:00
github-actions[bot] 3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Tom Fitzhenry 607e389393 megapixels: 1.2.0 -> 1.3.0 2021-09-12 09:41:47 +10:00
Tom Fitzhenry ad20237f16 chatty: 0.3.4 -> 0.4.0 2021-09-12 09:36:16 +10:00
Matthieu Coudron 56f823dd5c vimPlugins: shorten rtpPath
nixpkgs creates a hierarchy of 3 folders share/runtime/<PKG_NAME> for no reason ?
makes debugging harder as well as paths longer when patching so this
removes this nested folders.
2021-09-12 00:14:14 +02:00
Timothy DeHerrera 9f761047cc
Merge pull request #137425 from SuperSandro2000/typora
typora: remove
2021-09-11 15:28:20 -06:00
Sandro 8410f8adb4
Merge pull request #136374 from samuela/upkeep-bot/spotify-unwrapped-1.1.67.586.gbb5ef64e-1630498177 2021-09-11 22:58:27 +02:00
wahjava 62cc1f90e5
cni-plugin-flannel: init at 20210910 (#137412)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-11 22:55:55 +02:00
Michael Weiss 37918919bf
Merge pull request #137318 from primeos/chromiumDev
chromiumDev: 95.0.4628.3 -> 95.0.4636.4
2021-09-11 22:39:35 +02:00
Sandro 503fed1981
Merge pull request #135214 from r-ryantm/auto-update/tilt 2021-09-11 22:12:23 +02:00
Sandro a05ed53b2c
Merge pull request #137254 from samalws/master
wike: init at 1.5.6
2021-09-11 21:55:21 +02:00
Sandro f948ae013e
Merge pull request #137423 from LibreCybernetics/update-android-studio-canary
android-studio-canary: 2021.1.1.5 → 2021.1.1.11
2021-09-11 21:35:41 +02:00
Sandro b42c52e470
Merge pull request #137413 from r-ryantm/auto-update/gitRepo 2021-09-11 21:28:03 +02:00
Sandro b8347941fe
Merge pull request #137201 from figsoda/joshuto
joshuto: init at 0.9.0
2021-09-11 21:27:44 +02:00
Sandro cf819b86e7
Merge pull request #136748 from r-ryantm/auto-update/yadm 2021-09-11 21:25:34 +02:00
Sandro 53e0460b48
Merge pull request #137192 from alyssais/cloud-hypervisor
cloud-hypervisor: 17.0 -> 18.0
2021-09-11 21:23:40 +02:00
Sandro Jäckel bd763298ed
typora: remove 2021-09-11 20:55:40 +02:00
Sandro c78df44cfb
Merge pull request #137407 from SuperSandro2000/gofu 2021-09-11 20:36:29 +02:00
Fabián Heredia Montiel c6e09932da android-studio-canary: 2021.1.1.5 → 2021.1.1.11 2021-09-11 13:31:20 -05:00
figsoda ebc030ce75 joshuto: init at 0.9.0 2021-09-11 14:23:31 -04:00
Sandro 0240416f0d
Merge pull request #137399 from r-ryantm/auto-update/evolution 2021-09-11 20:21:49 +02:00
github-actions[bot] d370d9ee99
Merge staging-next into staging 2021-09-11 18:01:51 +00:00
github-actions[bot] c435b0e35f
Merge master into staging-next 2021-09-11 18:01:16 +00:00
Sam Alws 7fad7281d8 wike: init at 1.5.6 2021-09-11 13:51:43 -04:00
R. RyanTM 7d7ab4f895 gitRepo: 2.16 -> 2.16.7 2021-09-11 17:34:04 +00:00
Sandro f6e9e908cc
Merge pull request #136737 from SuperSandro2000/tauon 2021-09-11 19:33:16 +02:00
Niklas Hambüchen c57b83df00 thunderbird-bin: Add update instructions comment 2021-09-11 19:27:34 +02:00
Niklas Hambüchen 7d0988f213 thunderbird-78: 78.13.0 -> 78.14.0
Fixes CVE-2021-38495:

https://www.mozilla.org/en-US/security/advisories/mfsa2021-41/#CVE-2021-38495
2021-09-11 19:21:25 +02:00
Sandro Jäckel 50d04198ca
gofu: init at unstable-2021-09-11 2021-09-11 19:03:48 +02:00
Sandro 5544ebe5b7
Merge pull request #137396 from SuperSandro2000/dnscontrol
dnscontrol: 3.11.0 -> 3.12.0
2021-09-11 18:41:19 +02:00
Sandro 22d08e62d9
Merge pull request #137382 from Xitian9/geogebra 2021-09-11 18:33:09 +02:00
R. RyanTM 366c670892 evolution: 3.40.3 -> 3.40.4 2021-09-11 16:24:51 +00:00
Sandro 1b6e16479b
Merge pull request #137218 from figsoda/verco
verco: init at 6.4.0
2021-09-11 18:12:15 +02:00
Sandro 790559422e
Merge pull request #136823 from r-ryantm/auto-update/MAVProxy 2021-09-11 18:08:34 +02:00
Sandro 5724f5205c
Merge pull request #137205 from SebTM/update/jetbrains_2021_2_1 2021-09-11 18:07:41 +02:00
Sandro Jäckel a85cefb6f5
dnscontrol: 3.11.0 -> 3.12.0 2021-09-11 17:55:16 +02:00
Artturi de9da9fbcf
Merge pull request #115959 from maxhille/brave-wayland-pipewire 2021-09-11 18:29:31 +03:00
Sandro ddd436dac7
Merge pull request #137230 from figsoda/menyoki 2021-09-11 16:56:25 +02:00
Sandro 205c2ada66
Merge pull request #136967 from bzizou/obitools 2021-09-11 16:27:18 +02:00
Sandro 6c73988370
Merge pull request #137380 from bobby285271/torrential-2.0.0 2021-09-11 16:23:31 +02:00
Sandro 377a9c5c83
Merge pull request #137329 from dsg22/feature-fix-kodi-lib-urls
kodi: Fix git revisions for libdvd{css,nva,read}
2021-09-11 16:22:31 +02:00
Sandro c3c2ce3c44
Merge pull request #137185 from nixbitcoin/btcpayserver-1.2.3 2021-09-11 15:57:38 +02:00
Sandro 91333fe5c9
Merge pull request #136977 from andresilva/rofi-emoji-2.2.0
rofi-emoji: 2.1.2 -> 2.2.0
2021-09-11 15:56:00 +02:00
Stephen Morgan 28b5133cce geogebra: 5-0-644-0 -> 5-0-662-0 2021-09-11 23:49:13 +10:00
Sandro 095cdd6e0b
Merge pull request #137375 from SuperSandro2000/calibre 2021-09-11 15:48:29 +02:00
Sandro b30f86337e
Merge pull request #137255 from raboof/k4dirstat-update-to-3.3.0
k4dirstat: 3.2.2 -> 3.3.0
2021-09-11 15:36:41 +02:00
Artturi 942b5b619a
Merge pull request #130805 from Kranzes/bump-libivrt 2021-09-11 16:27:20 +03:00
Sandro b33e24ab20
Merge pull request #137332 from dsg22/feature-audacity-fix-patch-url
audacity: Fix URL to audacity_xdg_paths.patch
2021-09-11 15:25:04 +02:00
Bobby Rong 524b819690
torrential: 1.1.0 -> 2.0.0 2021-09-11 21:05:26 +08:00
Sandro Jäckel 8a3900198f
calibre: remove unused input 2021-09-11 14:26:37 +02:00
Sandro 24290db5f4
Merge pull request #137331 from dsg22/feature-calibre-add-jeepney-dependency 2021-09-11 14:23:54 +02:00
Sandro 4ef9b33971
Merge pull request #137326 from dotlambda/kdeltachat-2021-09-10
kdeltachat: unstable-2021-08-22 -> unstable-2021-09-10
2021-09-11 14:15:25 +02:00
Sandro 104c625add
Merge pull request #135157 from r-ryantm/auto-update/tixati
tixati: 2.81 -> 2.84
2021-09-11 14:05:20 +02:00
github-actions[bot] ff5297bcd3
Merge staging-next into staging 2021-09-11 12:01:45 +00:00
github-actions[bot] 4170ee273c
Merge master into staging-next 2021-09-11 12:01:12 +00:00
Sandro c2d175cf8f
Merge pull request #135195 from r-ryantm/auto-update/logseq 2021-09-11 13:22:48 +02:00
Sandro 1c445eadce
Merge pull request #137364 from rnhmjoj/mkv
mkvtoolnix: 60.0.0 -> 61.0.0
2021-09-11 12:59:06 +02:00
Sandro 442814e7bf
Merge pull request #137310 from xfix/skytemple_1_3_0 2021-09-11 12:58:09 +02:00
Alyssa Ross 56314db098
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/compilers/ghc/8.10.7.nix
	pkgs/development/compilers/ghc/8.8.4.nix

I've removed the isWindows check from useLdGold in ghc, since that should
be covered by the new hasGold check.
2021-09-11 10:49:13 +00:00
Sandro 255aa0d09f
Merge pull request #137366 from NixOS/pkg/masterpdfeditor 2021-09-11 12:31:06 +02:00
Jan Tojnar c02f17c64b
Merge pull request #134007 from angustrau/fragments
fragments: init at 1.5
2021-09-11 11:06:25 +02:00
Doron Behar b13ce4ae6b masterpdfeditor: 5.7.20 -> 5.7.90
Unmark as broken.
2021-09-11 11:48:32 +03:00
rnhmjoj 3a31564d2f
mkvtoolnix: 60.0.0 -> 61.0.0 2021-09-11 10:24:53 +02:00
Sandro Jäckel 30f537a5fb
zk-shell: switch to python3, cleanup 2021-09-11 08:46:27 +02:00
github-actions[bot] 6188f2aeeb
Merge staging-next into staging 2021-09-11 06:01:28 +00:00
Konrad Borowski b435e06df0 skytemple: 1.2.5 -> 1.3.0 2021-09-11 06:33:20 +02:00
Mario Rodas 96eb6ec434 streamlink: 2.3.0 -> 2.4.0
https://github.com/streamlink/streamlink/releases/tag/2.4.0
2021-09-11 04:20:00 +00:00
Mario Rodas 144b3d064e
Merge pull request #137251 from marsam/init-sqls
sqls: init at 0.2.19
2021-09-10 23:02:35 -05:00
Mario Rodas 3a84bf77ea
Merge pull request #137244 from marsam/update-gallery-dl
gallery-dl: 1.18.3 -> 1.18.4
2021-09-10 22:17:36 -05:00
nixpkgs-upkeep-bot b295f5a6d9 vscodium: 1.59.1 -> 1.60.0 2021-09-11 11:22:52 +09:00
Davíð Steinn Geirsson 370dc36c33 audacity: Fix URL to audacity_xdg_paths.patch 2021-09-11 01:01:41 +00:00
Davíð Steinn Geirsson 0f54dbf54f calibre: Add python3Packages.jeepney as dependency
Required for sending books to my Kobo Aura ereader.
2021-09-11 00:59:19 +00:00
Davíð Steinn Geirsson fe29ded365 kodi: Fix git revisions for libdvd{css,nva,read}
Tags are for Leia, kodi in nixpkgs is now Matrix.
2021-09-11 00:37:12 +00:00
Martin Weinelt bae10ead99 Merge remote-tracking branch 'origin/master' into staging-next 2021-09-11 02:29:58 +02:00
Robert Schütz 2f96b6977b kdeltachat: unstable-2021-08-22 -> unstable-2021-09-10 2021-09-10 17:02:42 -07:00
Artturi b72ad04a8a
Merge pull request #136509 from OPNA2608/fix/megapixels-schemas/21.11 2021-09-11 02:12:00 +03:00
Michael Weiss 6094ee5b4f
chromiumDev: 95.0.4628.3 -> 95.0.4636.4 2021-09-10 22:53:46 +02:00
Guillaume Girol 330090f6c8
Merge pull request #136052 from r-burns/fossil
fossil: 2.15.1 -> 2.16
2021-09-10 19:57:48 +00:00
Guillaume Girol 1065a41d8d
Merge pull request #136369 from veprbl/pr/root5_gcc10_fix
root5: fix for gcc10
2021-09-10 19:54:29 +00:00
Guillaume Girol a8dbd3fd88
Merge pull request #136760 from magnetophon/boops
boops: 1.6.4 -> 1.8.2
2021-09-10 19:25:52 +00:00
Guillaume Girol 9f940702ea
Merge pull request #137009 from hjones2199/kstars354
kstars: 3.5.3 -> 3.5.4
2021-09-10 19:14:15 +00:00
Guillaume Girol 185c0820f0
Merge pull request #137093 from OPNA2608/update/libopenmpt-0.5.11/21.11
libopenmpt: 0.5.10 -> 0.5.11
2021-09-10 18:52:51 +00:00
Guillaume Girol f0af291d64
Merge pull request #137219 from OPNA2608/update/foxotron/21.11
foxotron: 2021-04-19 -> 2021-08-13
2021-09-10 18:45:30 +00:00
github-actions[bot] fa42e187e1
Merge staging-next into staging 2021-09-10 18:01:52 +00:00
github-actions[bot] 36ce45efae
Merge master into staging-next 2021-09-10 18:01:17 +00:00
Sandro 18d57944aa
Merge pull request #135282 from r-ryantm/auto-update/senv
senv: 0.5.0 -> 0.7.0
2021-09-10 19:28:01 +02:00
Sandro f723b0fe5b
Merge pull request #135892 from lourkeur/update/chia
chia: 1.2.3 -> 1.2.6
2021-09-10 19:22:06 +02:00
Sandro 91a4081ce4
Merge pull request #136848 from bbigras/anytype
anytype: 0.18.59 -> 0.18.68
2021-09-10 19:19:21 +02:00
Sandro 72438c37dd
Merge pull request #137284 from SuperSandro2000/git-open 2021-09-10 19:17:21 +02:00
Sandro 06c6d2d812
Merge pull request #136317 from superherointj/package-temporal-v.1.12.0 2021-09-10 19:17:01 +02:00
Sandro cc3184940f
Merge pull request #136091 from TravisDavis-ops/nhentai 2021-09-10 19:07:15 +02:00
Bernardo Meurer 0e24c87754
Merge pull request #137175 from taku0/thunderbird-bin-91.1.0
thunderbird, thunderbird-bin: 91.0.3 -> 91.1.0 [High security fixes]
2021-09-10 08:37:22 -07:00
Sandro Jäckel b99bcb5b9f
git-open: add SuperSandro2000 as maintainer 2021-09-10 16:34:56 +02:00
Sandro Jäckel 69e1161ff6
git-open: install man page 2021-09-10 16:34:44 +02:00
AndersonTorres 4e6b7c3756 emacsPackages.isearch-prop: cosmetic rewriting 2021-09-10 10:40:42 -03:00
AndersonTorres 50262b516f emacsPackages.git-undo: 2019-10-13 -> 0.0.0+unstable=2019-12-21 2021-09-10 10:40:42 -03:00
AndersonTorres 06ceba58df emacsPackages.isearch-plus: 2021-01-01 -> 3434+unstable=2021-08-23 2021-09-10 10:40:42 -03:00
AndersonTorres c494e01759 emacsPackages.apheleia: 2021-05-23 -> 0.0.0+unstable=2021-08-08 2021-09-10 10:40:41 -03:00
Louis Bettens 7159fac740 chia: 1.2.5 -> 1.2.6 2021-09-10 15:27:48 +02:00
figsoda 712f00a9a1 menyoki: init at 1.5.3 2021-09-10 08:23:39 -04:00
nixbitcoin 2f3c684cfb
btcpayserver: 1.2.0 -> 1.2.3 2021-09-10 11:11:00 +00:00
Arnout Engelen 2b9626ef2f
k4dirstat: 3.2.2 -> 3.3.0 2021-09-10 11:04:07 +02:00
github-actions[bot] caaf7e753c
Merge staging-next into staging 2021-09-10 06:01:46 +00:00
github-actions[bot] 3f7ad651c7
Merge master into staging-next 2021-09-10 06:01:06 +00:00
AndersonTorres 309ed626af emacsPackages.sunrise-commander: 0.0.0-unstable=2021-04-23 -> 0.0.0+unstable=2021-07-22 2021-09-10 01:12:53 -03:00
Robert Schütz 7e444577f3
Merge pull request #137144 from dotlambda/deltachat-desktop-1.21.0
deltachat-desktop: unstable-2021-08-04 -> 1.21.0
2021-09-09 20:17:08 -07:00
alyaeanyx 336f829fc4 freetube: add alyaeanyx to maintainers 2021-09-10 10:00:47 +09:00
alyaeanyx fdaa2f84fd freetube: 0.13.2 -> 0.14.0 2021-09-10 10:00:47 +09:00
github-actions[bot] 43f3e1bcc6
Merge staging-next into staging 2021-09-10 00:02:06 +00:00
github-actions[bot] 912b8082df
Merge master into staging-next 2021-09-10 00:01:31 +00:00
Lassulus b385171df1
Merge pull request #136195 from 0x4A6F/master-dasel
dasel: 1.19.0 -> 1.20.0
2021-09-10 01:14:51 +02:00
Martin Weinelt 00a3402ce5
Merge pull request #137189 from mweinelt/firefox 2021-09-10 00:44:10 +02:00
Michael Weiss a7490b0149
Merge pull request #137228 from primeos/chromiumBeta
chromiumBeta: 94.0.4606.31 -> 94.0.4606.41
2021-09-09 23:29:34 +02:00
Michael Weiss 05c0b2743f
chromiumBeta: 94.0.4606.31 -> 94.0.4606.41 2021-09-09 22:58:39 +02:00
Michael Weiss 894ff4f2e4
signal-desktop: 5.16.0 -> 5.17.0 2021-09-09 22:56:09 +02:00
Bernardo Meurer 1f78c4ca9f
Merge pull request #136958 from lovesegfault/nvidia-container-updates
nvidia-{docker,podman}: update
2021-09-09 13:29:40 -07:00
figsoda 0ec70102dd verco: init at 6.4.0 2021-09-09 15:37:33 -04:00
OPNA2608 490081fcc1 foxotron: 2021-04-19 -> 2021-08-13 2021-09-09 21:21:21 +02:00
Kerstin Humm 3e0e70d1d3
imagemagick: 7.1.0-5 -> 7.1.0-6 2021-09-09 20:56:12 +02:00
Timothy DeHerrera 3212ee3961
Merge pull request #136416 from dali99/update_hydrus2
hydrus: 452 -> 454
2021-09-09 12:01:42 -06:00
github-actions[bot] 57ea0f613d
Merge staging-next into staging 2021-09-09 18:01:41 +00:00
github-actions[bot] dbebaeb8ba
Merge master into staging-next 2021-09-09 18:01:06 +00:00
Robert Schütz 143bf54f18 deltachat-desktop: unstable-2021-08-04 -> 1.21.0
https://github.com/deltachat/deltachat-desktop/blob/v1.21.0/CHANGELOG.md
2021-09-09 10:13:28 -07:00
Sebastian Sellmeier 4532018f0e
jetbrains: 2021.2 -> 2021.2.1 2021-09-09 19:06:23 +02:00
Patrick Hilhorst b0fab004f3
Merge pull request #137098 from samuela/upkeep-bot/plexamp-3.7.0-1631103031
plexamp: 3.5.0 -> 3.7.0
2021-09-09 18:11:02 +02:00
Bruno Bigras a91582264c anytype: 0.18.59 -> 0.18.68 2021-09-09 11:13:11 -04:00
Vanilla f232113010
tdesktop: 2.9.3 -> 3.0.1 2021-09-09 23:12:07 +08:00
Alyssa Ross 244e43d52f
cloud-hypervisor: 17.0 -> 18.0 2021-09-09 15:06:03 +00:00
Martin Weinelt d11cd01ad1
firefox-78-esr: 78.13.1esr -> 78.14.0esr 2021-09-09 16:52:09 +02:00
Martin Weinelt b31a7ba002
firefox-91-esr: 91.0.1esr -> 91.1.0esr 2021-09-09 16:51:02 +02:00
nixbitcoin 2e9c8ccff9
nbxplorer: 2.1.58 -> 2.2.5 2021-09-09 14:20:08 +00:00
nixbitcoin 1b48ed2279
btcpayserver & nbxplorer: fix update script
Similar to https://github.com/NixOS/nixpkgs/pull/137002
2021-09-09 14:17:02 +00:00
Tim Steinbach 0247d6f922 firefox-bin-unwrapped: 91.0.2 -> 92.0 2021-09-09 08:37:00 -04:00
Tim Steinbach 21c5ff7850 firefox-unwrapped: 91.0.2 -> 92.0 2021-09-09 08:37:00 -04:00
github-actions[bot] 0f89cfc988
Merge staging-next into staging 2021-09-09 12:02:00 +00:00
github-actions[bot] fc5d1c0828
Merge master into staging-next 2021-09-09 12:01:24 +00:00
markuskowa 8b1123691c
Merge pull request #137068 from jbedo/singularity
singularity: 3.8.2 -> 3.8.3
2021-09-09 13:20:58 +02:00
Nikolay Korotkiy 3e78857051 josm: 18118 → 18193 2021-09-09 12:48:43 +02:00
Pavel Borzenkov 6511f4cb3e
tremc: fix crash with python 3.9 (#137107)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-09 11:03:41 +02:00
Sandro 484bd94a71
Merge pull request #136917 from acowley/notmuch-0.33 2021-09-09 10:47:01 +02:00
Pavol Rusnak f3e971dee2
Merge pull request #137140 from rnhmjoj/monero
Monero 0.17.2.3
2021-09-09 09:58:12 +02:00
Doron Behar 70adcecdd3
Merge pull request #136852 from doronbehar/pkg/mailspring/update
mailspring: 1.9.1 -> 1.9.2
2021-09-09 10:29:29 +03:00
github-actions[bot] a646151837
Merge staging-next into staging 2021-09-09 06:01:37 +00:00
github-actions[bot] 77893d86c2
Merge master into staging-next 2021-09-09 06:01:04 +00:00
Mario Rodas 705ab7dea9
Merge pull request #137126 from humancalico/bump-cilium
cilium-cli: 0.8.6 -> 0.9.0
2021-09-08 22:45:39 -05:00
Mario Rodas dbf66bf852
Merge pull request #137141 from r-ryantm/auto-update/flexget
flexget: 3.1.136 -> 3.1.137
2021-09-08 20:43:21 -05:00
R. RyanTM 685621be34 flexget: 3.1.136 -> 3.1.137 2021-09-09 00:24:06 +00:00
Artturi 96791c9131
Merge pull request #137056 from Artturin/ulaunchershebang
ulauncher: patchShebangs and do not double wrap
2021-09-09 03:24:06 +03:00
rnhmjoj 17bb4a0492
monero-gui: 0.17.2.2 -> 0.17.2.3 2021-09-09 02:12:10 +02:00
rnhmjoj 67173fba04
monero: 0.17.2.0 -> 0.17.2.3 2021-09-09 02:11:49 +02:00
github-actions[bot] b56a4e5e6e
Merge staging-next into staging 2021-09-09 00:02:15 +00:00
github-actions[bot] 8cd1da2362
Merge master into staging-next 2021-09-09 00:01:35 +00:00
Daniel Olsen 0ad75c87c9 hydrus: 452 -> 454 2021-09-09 00:20:21 +02:00
Luke Granger-Brown 764a52ba7e
Merge pull request #135414 from trofi/fix-imake-vendor
imake: do not skip Linux* vendor definitions
2021-09-08 23:16:41 +01:00
Samuel Ainsworth 9d0e83d6af spotify: add missing xorg.libxshmfence dependency 2021-09-08 15:01:45 -07:00
Artturi 95bfcf1e24
Merge pull request #137128 from Artturin/xineui 2021-09-09 00:19:08 +03:00
Artturin cb1aa865ab xine-ui: remove a unnecessary ; in desktop file 2021-09-08 23:12:48 +03:00
Akshat Agarwal 60ac8a804f cilium-cli: 0.8.6 -> 0.9.0 2021-09-09 01:20:06 +05:30
github-actions[bot] a84ab6724a
Merge staging-next into staging 2021-09-08 18:01:37 +00:00
github-actions[bot] 31efc58eb0
Merge master into staging-next 2021-09-08 18:01:03 +00:00
Artturi dcce24be4a
Merge pull request #137114 from Artturin/vboxrem 2021-09-08 20:40:57 +03:00
Bernardo Meurer df1552c810
Merge pull request #136954 from lovesegfault/lollypop-1.4.23
lollypop: 1.4.17 -> 1.4.23
2021-09-08 10:36:00 -07:00
Artturin e740711cf6 virtualbox: remove components/VBoxREM.so when
hardened or headless is enabled
arch does it as well
1b2aaf4113/trunk/PKGBUILD (L184)
2021-09-08 19:06:33 +03:00
Anthony Cowley 8276a5e677 notmuch: 0.32.3 -> 0.33 2021-09-08 10:54:14 -04:00
markuskowa 13bd2afb65
Merge pull request #136571 from markuskowa/fix-gfortran
treewide: move gfortran to nativeBuildInputs
2021-09-08 14:48:28 +02:00
Romanos Skiadas 5f88ab5044 mopidy-iris: 3.58.0 -> 3.58.2 2021-09-08 15:16:27 +03:00
nixpkgs-upkeep-bot b32e2cfc1d plexamp: 3.5.0 -> 3.7.0 2021-09-08 12:10:31 +00:00
github-actions[bot] 888f8e8ac0
Merge staging-next into staging 2021-09-08 12:02:02 +00:00
github-actions[bot] 5ed67a849a
Merge master into staging-next 2021-09-08 12:01:27 +00:00
Doron Behar 5a65943b93
Merge pull request #137044 from VergeDX/gnome-network-displays 2021-09-08 14:31:30 +03:00
OPNA2608 68178096c6 libopenmpt: 0.5.10 -> 0.5.11 2021-09-08 13:01:15 +02:00
ryneeverett 3e9f6d7e99
exaile: init at 4.1.1 (#120761) 2021-09-08 06:07:28 -04:00
Sascha Grunert c43a2609a3 cni-plugins: 1.0.0 -> 1.0.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-09-08 20:06:37 +10:00
Oleksii Filonenko ce370dfcb6
Merge pull request #137052 from marsam/update-docker-slim
docker-slim: 1.36.2 -> 1.36.4
2021-09-08 11:04:50 +03:00
github-actions[bot] 350e236585
Merge staging-next into staging 2021-09-08 06:01:57 +00:00
github-actions[bot] ad1de317ad
Merge master into staging-next 2021-09-08 06:01:19 +00:00
Justin Bedo c2073fcb1a
singularity: 3.8.2 -> 3.8.3 2021-09-08 15:20:34 +10:00
Mario Rodas 0aedbf2bd9 gallery-dl: add marsam to maintainers 2021-09-08 04:20:00 +00:00
Mario Rodas b77012c1d0 gallery-dl: 1.18.3 -> 1.18.4
https://github.com/mikf/gallery-dl/releases/tag/v1.18.4
2021-09-08 04:20:00 +00:00
Artturin 7df8ba4012 ulauncher: patchShebangs and do not double wrap 2021-09-08 05:26:05 +03:00
Vanilla 4e5fc40fd9
gnome-network-displays: 0.90.4 -> 0.90.5 2021-09-08 08:51:54 +08:00
Sandro Jäckel 76a0ad1833
tauon: init at 6.7.1 2021-09-08 02:27:00 +02:00
Mario Rodas 9b4845fcaf docker-slim: 1.36.2 -> 1.36.4
https://github.com/docker-slim/docker-slim/releases/tag/1.36.4
2021-09-07 18:00:00 -05:00
Sandro 5881fc5a6e
Merge pull request #136181 from NilsIrl/obs27.0.1
obs-studio: 27.0.0 -> 27.0.1
2021-09-08 02:25:47 +02:00
Sandro 894d652ed1
Merge pull request #137027 from Artturin/blackboxdarwintest
blackbox: only doCheck on x86_64-linux
2021-09-08 02:23:19 +02:00
Mario Rodas c00a812252 syncthing: 1.18.1 -> 1.18.2
https://github.com/syncthing/syncthing/releases/tag/v1.18.2
2021-09-07 18:00:00 -05:00
Artturin a47005debe blackbox: only doCheck on x86_64-linux 2021-09-07 23:41:15 +03:00
taku0 ec53294446 thunderbird: 91.0.3 -> 91.1.0 2021-09-08 03:12:38 +09:00
taku0 706f6c57be thunderbird-bin: 91.0.3 -> 91.1.0 2021-09-08 03:12:26 +09:00
Hunter Jones bc19f8dd1e kstars: 3.5.3 -> 3.5.4 2021-09-07 13:04:31 -05:00
github-actions[bot] 230c93623c
Merge staging-next into staging 2021-09-07 18:01:43 +00:00
github-actions[bot] 80cab1d056
Merge master into staging-next 2021-09-07 18:01:08 +00:00
Bart Brouns 6ffa6c67c9
ardour: 6.7 -> 6.9 (#136694) 2021-09-07 13:28:51 -04:00
Luke Granger-Brown 39ddedbc0b Merge remote-tracking branch 'upstream/staging' into staging-fix 2021-09-07 16:27:16 +00:00
Luke Granger-Brown 9094826af8 Merge remote-tracking branch 'upstream/staging-next' into staging-fix 2021-09-07 16:23:11 +00:00
Luke Granger-Brown 9501e5d2fd Merge commit '5b6c2380adb4c4ddb0f87152cef0016333ea5a4d' into staging-fix 2021-09-07 16:21:36 +00:00
Bruno Bigras 0d4dd66d6e obsidian: pin electron 13
fix #136992

Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2021-09-07 11:49:37 -04:00
github-actions[bot] fbefda3466
Merge master into staging-next 2021-09-07 12:01:13 +00:00
Doron Behar 5c0a3345a8
Merge pull request #136720 from alerque/vcsh
vcsh: 1.20170915 → 2.0.2
2021-09-07 13:15:23 +03:00
Arnout Engelen 2e30d4c721
Merge pull request #136583 from Kranzes/bump-nextcloud-client
nextcloud-client: 3.3.2 -> 3.3.3
2021-09-07 10:28:38 +02:00
Bruno Bzeznik 3bd1b0ed0d obitools3: 3.0.0-beta14 -> 3.0.1b11 2021-09-07 09:38:41 +02:00
Vladimír Čunát 09f5763784
Merge branch 'master' into staging-next
Conflicts:
 - pkgs/development/python-modules/pathspec/default.nix
   The hashes are equivalent, so it's not a real conflict.
 - pkgs/top-level/static.nix
   I can't see a solution, deffered redoing this to the later PR:
   https://github.com/NixOS/nixpkgs/pull/136849
2021-09-07 08:43:26 +02:00
Jörg Thalheim dcd4ad24fd
Merge pull request #136953 from AndersonTorres/new-elisp-packages
Elisp packages
2021-09-07 07:06:21 +01:00
Anderson Torres 2be182ab81
Merge pull request #136829 from r-ryantm/auto-update/bibletime
bibletime: 3.0.1 -> 3.0.2
2021-09-07 01:55:24 -03:00
Bernardo Meurer a583c3ddad
nvidia-container-toolkit: 1.3.0 -> 1.5.0 2021-09-06 21:47:35 -07:00
Bernardo Meurer 0f7d54ab97
nvidia-container-runtime: 3.4.0 -> 3.5.0 2021-09-06 21:47:34 -07:00
Bernardo Meurer f77daccd52
libnvidia-container: 1.3.3 -> 1.5.0 2021-09-06 21:47:33 -07:00
Bernardo Meurer aec12877d3
lollypop: 1.4.17 -> 1.4.23 2021-09-06 20:33:03 -07:00
midchildan 21a7695b8a mirakurun: build with yarn2nix 2021-09-07 12:22:59 +09:00
Jörg Thalheim 76491d0c3b
Merge pull request #136746 from r-ryantm/auto-update/worker
worker: 4.8.1 -> 4.9.0
2021-09-07 03:52:12 +01:00
Jörg Thalheim 55f44283e0
Merge pull request #136830 from r-ryantm/auto-update/brave
brave: 1.28.106 -> 1.29.77
2021-09-07 03:48:11 +01:00
Jessica Chen a03dc132a5
sidequest: 0.10.19 -> 0.10.24 2021-09-07 03:31:24 +01:00
Jörg Thalheim bd0914491b
Merge pull request #136878 from r-ryantm/auto-update/hydrogen
hydrogen: 1.0.2 -> 1.1.0
2021-09-07 03:26:08 +01:00
Anderson Torres 674586d428
Merge pull request #136744 from AndersonTorres/new-st
A plethora of ST forks
2021-09-06 23:00:17 -03:00
Jörg Thalheim 0d08e816f9
Merge pull request #136916 from tshaynik/kaidan-long-desc
kaidan: add long description
2021-09-07 02:57:30 +01:00
Jörg Thalheim 63184ef461
Merge pull request #135146 from r-ryantm/auto-update/fluxctl
fluxctl: 1.23.2 -> 1.24.0
2021-09-07 02:52:26 +01:00
AndersonTorres ebd5774d27 Duplicated shell-command-plus - manual fixup 2021-09-06 22:44:28 -03:00
AndersonTorres 1f369b3fe3 elpa-packages 2021-09-06 2021-09-06 22:44:27 -03:00
AndersonTorres 474298bb9b melpa-packages 2021-09-06 2021-09-06 22:44:27 -03:00
AndersonTorres 1169042008 nongnu-packages 2021-09-06 2021-09-06 22:44:27 -03:00
AndersonTorres 45f2cb502b org-packages 2021-09-06 2021-09-06 22:44:26 -03:00
AndersonTorres 1195d52ad7 Update comments about automatic generation of elisp packages 2021-09-06 22:44:26 -03:00
github-actions[bot] 2f5ea43e02
Merge master into staging-next 2021-09-07 00:01:32 +00:00
Izorkin 5df4645b39
gitty: init at 0.3.0 2021-09-07 01:02:24 +03:00
Sandro 84bf8623f7
Merge pull request #136735 from SuperSandro2000/libopenmtp 2021-09-06 20:07:11 +02:00
Sandro 3df6e665fb
Merge pull request #136769 from SuperSandro2000/nvim-ruby 2021-09-06 20:05:43 +02:00
github-actions[bot] b6f0eb9136
Merge master into staging-next 2021-09-06 18:00:57 +00:00
tshaynik e473a73eed kaidan: add long description
Adding a long description based on the about section
at https://www.kaidan.im/
2021-09-06 13:05:17 -04:00
Nikolay Korotkiy ee2a63485d
cudatext: 1.142.0 → 1.143.0 2021-09-06 19:38:23 +03:00
davidak 8e778c6df0
Merge pull request #136906 from bobby285271/fondo
fondo: 1.5.2 -> 1.6.1
2021-09-06 17:26:42 +02:00
André Silva cc939d50ab
rofi-emoji: 2.1.2 -> 2.2.0 2021-09-06 15:41:47 +01:00
Bobby Rong 526f87ebea
fondo: 1.5.2 -> 1.6.1 2021-09-06 22:39:47 +08:00
Stig a1a6b51ca4
Merge pull request #136669 from heph2/update/telescope
telescope: 0.4.1 -> 0.5.1
2021-09-06 16:13:31 +02:00
Dmitry Kalinkin b799f60438
Merge pull request #136438 from jbedo/singularity
singularity: 3.8.1 -> 3.8.2
2021-09-06 09:31:42 -04:00
Jörg Thalheim c733722f93
Merge pull request #136861 from r-ryantm/auto-update/featherpad
featherpad: 0.18.0 -> 1.0.0
2021-09-06 13:39:31 +01:00
Jörg Thalheim 3d83301acd
Merge pull request #136874 from Stunkymonkey/newsflash_1.4.3
newsflash: 1.4.2 -> 1.4.3
2021-09-06 13:36:52 +01:00
R. RyanTM a82ea7eaac kubeconform: 0.4.8 -> 0.4.10 2021-09-06 12:15:12 +00:00
github-actions[bot] 58c8736bdb
Merge master into staging-next 2021-09-06 12:01:09 +00:00
R. RyanTM c6b45fdb96 kitsas: 2.3 -> 3.0 2021-09-06 11:51:21 +00:00
R. RyanTM b597dcf1bc hydrogen: 1.0.2 -> 1.1.0 2021-09-06 10:32:18 +00:00
Caleb Maclennan 074ef76e99 vcsh: 1.20170915 → 2.0.2
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-09-06 12:52:11 +03:00
Felix Buehler 997ad14b0d newsflash: 1.4.2 -> 1.4.3 2021-09-06 11:45:14 +02:00
Gabriel Ebner 8b76d20f66
Merge pull request #136853 from r-ryantm/auto-update/elinks
elinks: 0.14.1 -> 0.14.2
2021-09-06 11:29:14 +02:00
R. RyanTM 1494a69e0c featherpad: 0.18.0 -> 1.0.0 2021-09-06 07:24:15 +00:00
Sergei Trofimovich bace74bbf8 xcruiser: explicitly set LIBDIR and CONFDIR
In preparation to fix long-standing `imake` bug #135337 we need
to set `LIBDIR` and `CONFDIR` away from incorrectly embedded
`xorg-cf-files`. Before #135337 the package worked by chance.

Issue: https://github.com/NixOS/nixpkgs/issues/135337
2021-09-06 07:46:13 +01:00
Sergei Trofimovich 1333bd9ac0 xxkb: explicitly set LIBDIR and CONFDIR
In preparation to fix long-standing `imake` bug #135337 we need
to set `LIBDIR` and `CONFDIR` away from incorrectly embedded
`xorg-cf-files`. Before #135337 the package worked by chance.

Issue: https://github.com/NixOS/nixpkgs/issues/135337
2021-09-06 07:46:12 +01:00