github-actions[bot]
39c285eb4f
Merge master into staging-next
2023-02-05 12:01:29 +00:00
Weijia Wang
d840126a08
Merge pull request #214698 from Yarny0/tvbrowser-url
...
tvbrowser: fix source download url
2023-02-05 09:02:38 +01:00
Yarny0
8494b92f76
tvbrowser: fix source download url
...
Sorry, I messed up a rebase conflict in
b2fdba820a
2023-02-05 08:18:15 +01:00
Weijia Wang
583cc8242c
Merge pull request #214675 from wegank/xmrig-proxy-darwin
...
xmrig-proxy: 6.18.0 -> 6.19.0
2023-02-05 07:06:02 +01:00
github-actions[bot]
cb231fb28d
Merge master into staging-next
2023-02-05 06:01:18 +00:00
R. Ryantm
35be4db936
process-compose: 0.40.0 -> 0.40.1
2023-02-05 05:41:50 +00:00
Weijia Wang
2b2a5980e0
xmrig-proxy: 6.18.0 -> 6.19.0
2023-02-05 06:25:30 +01:00
Robert Schütz
977008b756
keepass: 2.52 -> 2.53
...
Changelog: https://keepass.info/news/n230109_2.53.html
2023-02-04 20:53:13 -08:00
Weijia Wang
a426d132aa
Merge pull request #214532 from r-ryantm/auto-update/yewtube
...
yewtube: 2.9.0 -> 2.9.2
2023-02-05 04:47:39 +01:00
Weijia Wang
8f930a7836
Merge pull request #214515 from r-ryantm/auto-update/thedesk
...
thedesk: 24.0.7 -> 24.0.8
2023-02-05 04:46:46 +01:00
Weijia Wang
2068f25e1c
Merge pull request #214486 from r-ryantm/auto-update/klayout
...
klayout: 0.28.3 -> 0.28.4
2023-02-05 04:35:07 +01:00
Nick Cao
97917ab432
Merge pull request #214571 from esclear/update-pgmodeler
...
pgmodeler: Update hash after v1.0.0 was retagged
2023-02-05 08:53:37 +08:00
github-actions[bot]
bc833a50cc
Merge master into staging-next
2023-02-05 00:02:31 +00:00
Anderson Torres
1149f14600
Merge pull request #210902 from Yarny0/tvbrowser
...
tvbrowser: fix, update, build from source, add small test
2023-02-04 16:10:53 -03:00
Alyssa Ross
736acf668f
udiskie: remove obsolete gobject-introspection build input
...
Since b2f9cd34e7
("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.
Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.
Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:58 +00:00
Alyssa Ross
5de3af2d1d
genxword: remove obsolete gobject-introspection build input
...
Since b2f9cd34e7
("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.
Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.
Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:44:45 +00:00
github-actions[bot]
22e94a019f
Merge master into staging-next
2023-02-04 18:01:34 +00:00
Nikolay Korotkiy
524b2a6525
Merge pull request #214562 from r-ryantm/auto-update/gpxsee
...
gpxsee: 11.11 -> 11.12
2023-02-04 21:28:04 +04:00
Yarny0
e2e9dc92d8
tvbrowser: update meta.license and add other meta attributes
...
The file `txt/COPYRIGHT.txt` in the source archive states it as
GPL3+-licensed.
2023-02-04 18:00:14 +01:00
Yarny0
62c02911b9
tvbrowser: use upstream wrapper script
2023-02-04 17:58:29 +01:00
Yarny0
2efdb48f8e
tvbrowser: use upstream desktop file
2023-02-04 17:57:12 +01:00
Yarny0
f530d505d4
tvbrowser: move installation directory to /share/tvbrowser
...
In accordance to the conventions stated in the Nixpkgs manual:
https://nixos.org/manual/nixpkgs/stable/#sec-language-java .
2023-02-04 17:56:54 +01:00
Yarny0
2d8e156a59
tvbrowser: add simple test
...
This test starts tvbrowser with an Xvfb X server
and verifies that all expected windows are created.
2023-02-04 17:56:39 +01:00
Yarny0
b2fdba820a
tvbrowser: build from source
...
This commit changes from a precompiled bundle to
a source file. Accordingly, the expression file is renamed to `default.nix`
and the old attribute name is changed to `tvbrowser`, the old one being now a
throw-message.
The upstream build script tries to download the news plugin; so, we provide
this and pass it as a parameter.
Given that this is still a piece of a precompiled Java bytecode, along with a
main readable source bundle, `meta.sourceProvenance` is updated accordingly.
2023-02-04 17:55:39 +01:00
Yarny0
17abe6d26a
tvbrowser: add {pre,post}Install decoration hooks
2023-02-04 17:55:19 +01:00
Yarny0
8e0c477357
tvbrowser: 4.0.1 -> 4.2.7
...
Fixes tvbrowser, broken since 48978fb
Update the makeWrapper flags according to the `tvbrowser.sh` script provided
by upstream.
Release notes: https://www.tvbrowser.org/index.php?id=news
2023-02-04 17:54:11 +01:00
Yarny0
efc015d28a
tvbrowser: track required JDK version
...
The minimal JDK version required by tvbrowser is encoded in its download
URL. Track it by using a let binding.
2023-02-04 17:53:41 +01:00
Daniel Albert
dcb2a4d680
pgmodeler: Update hash after v1.0.0 was retagged
...
@GGG-KILLER pointed out in https://github.com/NixOS/nixpkgs/pull/213962#issuecomment-1416790289
that the hash changed.
The reason appears to be that the `v1.0.0` tag was retagged to 28c9469203
.
This commit is by @rkhaotix, the maintainer of `pgmodeler` and the change between the revisions tagged `v1.0.0` does not appear to be malicious.
2023-02-04 17:41:05 +01:00
R. Ryantm
b9c9c8b676
gpxsee: 11.11 -> 11.12
2023-02-04 15:38:18 +00:00
Mario Rodas
1a44e0bfaf
Merge pull request #214466 from r-ryantm/auto-update/fetchmail
...
fetchmail: 6.4.35 -> 6.4.36
2023-02-04 10:35:33 -05:00
Artturi
93a2e7d886
Merge pull request #214313 from ElnuDev/stork
...
stork: 1.5.0 -> 1.6.0
2023-02-04 17:10:50 +02:00
Yarny0
4d9eaf89f7
tvbrowser: add myself (Yarny) as maintainer
2023-02-04 15:47:48 +01:00
R. Ryantm
55135f7e99
yewtube: 2.9.0 -> 2.9.2
2023-02-04 11:48:17 +00:00
R. Ryantm
517dff10a2
thedesk: 24.0.7 -> 24.0.8
2023-02-04 09:21:59 +00:00
github-actions[bot]
ae91e9a960
Merge master into staging-next
2023-02-04 06:01:09 +00:00
Anna Aurora
6556ccb8c9
kaufkauflist: 1.0.0 → 2.0.0
2023-02-04 00:20:20 -05:00
R. Ryantm
e5f3bc7a26
klayout: 0.28.3 -> 0.28.4
2023-02-04 05:10:29 +00:00
Nick Cao
a0f97f98e2
Merge pull request #214328 from NickCao/octoprint
...
octoprint: pin flask-babel to 2.0.0
2023-02-04 10:58:18 +08:00
R. Ryantm
fff150e3c1
fetchmail: 6.4.35 -> 6.4.36
2023-02-04 02:55:00 +00:00
Weijia Wang
3b52db07e2
Merge pull request #214418 from k3a/macos-diffuse
...
diffuse: macos support
2023-02-04 01:29:34 +01:00
github-actions[bot]
2e0f3bc57b
Merge master into staging-next
2023-02-04 00:02:11 +00:00
superherointj
95642fb287
Merge pull request #210458 from NickCao/openssl3
...
various: unpin openssl_1_1
2023-02-03 19:27:21 -03:00
Vladimír Čunát
d0d8c15bad
Merge branch 'master' into staging-next
...
pkgs/development/web/nodejs/v18.nix conflict:
the fetched patch was already included in this release.
2023-02-03 23:02:19 +01:00
ElnuDev
7cf57324c6
stork 1.5.0 -> 1.6.0
2023-02-03 13:56:14 -08:00
Weijia Wang
f0df587810
Merge pull request #214366 from ius/obisidian-electron
...
obsidian: make electron version overridable
2023-02-03 22:20:17 +01:00
Mario Hros
5094b5f659
diffuse: macos support
2023-02-03 21:57:20 +01:00
Florian Klink
1aeeffdeaa
Merge pull request #176303 from samhug/pop-launcher
...
pop-launcher: init at 1.2.1
2023-02-03 15:39:01 +01:00
Joerie de Gram
7238b35c40
obsidian: make electron version overridable
2023-02-03 14:13:56 +01:00
Nick Cao
8fa5bbcae7
octoprint: pin flask-babel to 2.0.0
2023-02-03 16:55:13 +08:00
Ulrik Strid
376e9ceead
treewide: add strictDeps = true to most packages depending on ocaml
2023-02-03 08:59:34 +01:00
Ulrik Strid
c53a63adf1
ocamlPackages treewide: strictDeps all packages
2023-02-03 08:59:34 +01:00
github-actions[bot]
41d7ce1517
Merge master into staging-next
2023-02-03 06:01:30 +00:00
Nick Cao
5bcf0aaec0
Merge pull request #213426 from r-ryantm/auto-update/thedesk
...
thedesk: 23.0.5 -> 24.0.7
2023-02-03 10:48:08 +08:00
github-actions[bot]
61687cbd42
Merge master into staging-next
2023-02-03 00:02:29 +00:00
Weijia Wang
6462686d52
Merge pull request #214212 from SuperSandro2000/electrum-cleanuop
...
electrum: use callPackage
2023-02-02 22:23:30 +01:00
Weijia Wang
140bfdd1a4
Merge pull request #214249 from r-ryantm/auto-update/fluidd
...
fluidd: 1.23.0 -> 1.23.1
2023-02-02 22:05:36 +01:00
R. Ryantm
49303f2b5f
fluidd: 1.23.0 -> 1.23.1
2023-02-02 20:28:43 +00:00
Martin Weinelt
01bdbf903f
Merge pull request #213835 from binarin/coursera-dl-fix
...
coursera-dl: fix api version problems
2023-02-02 20:26:43 +00:00
Alexey Lebedeff
fd3d2c33da
coursera-dl: fix api version problems
...
The api was changed in November 2022, so the program no longer works -
https://github.com/coursera-dl/coursera-dl/issues/834
Doesn't look like it's maintained either, but at least there is a
patch that restores the functionality.
2023-02-02 21:13:31 +01:00
github-actions[bot]
6d7be19afb
Merge master into staging-next
2023-02-02 18:01:08 +00:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
...
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
Sandro Jäckel
0d6fc19cdf
electrum: use callPackage
2023-02-02 17:27:36 +01:00
github-actions[bot]
fffb187b8e
Merge master into staging-next
2023-02-02 12:01:33 +00:00
Ryan Horiguchi
1d400a8f63
spicetify-cli: 2.14.3 -> 2.16.1
...
https://github.com/spicetify/spicetify-cli/releases/tag/v2.16.1
https://github.com/spicetify/spicetify-cli/releases/tag/v2.16.0
https://github.com/spicetify/spicetify-cli/releases/tag/v2.15.0
2023-02-02 11:06:33 +01:00
github-actions[bot]
ffbbb55ee2
Merge master into staging-next
2023-02-02 06:01:28 +00:00
Weijia Wang
080f7ce6ee
Merge pull request #205673 from satoqz/master
...
sioyek: link binary on darwin
2023-02-02 06:25:25 +01:00
Robert Schütz
32d143a6f8
iptsd: 0.5.1 -> 1.0.0
...
Diff: https://github.com/linux-surface/iptsd/compare/v0.5.1...v1.0.0
Changelog: https://github.com/linux-surface/iptsd/releases/tag/v1.0.0
2023-02-01 17:19:02 -08:00
Weijia Wang
2bec9c73e5
Merge pull request #214045 from wegank/gdal-override
...
gdal: allow overriding libmysqlclient with mysql80
2023-02-02 02:05:13 +01:00
github-actions[bot]
2cc6469b1d
Merge master into staging-next
2023-02-02 00:02:33 +00:00
Weijia Wang
43f2ae7d87
mysql-workbench: fix build on aarch64-linux
2023-02-01 23:01:41 +01:00
Weijia Wang
873531ab8d
Merge pull request #213958 from r-ryantm/auto-update/keystore-explorer
...
keystore-explorer: 5.5.1 -> 5.5.2
2023-02-01 19:51:53 +01:00
Weijia Wang
7a5c0e7b07
Merge pull request #213967 from r-ryantm/auto-update/overmind
...
overmind: 2.3.0 -> 2.4.0
2023-02-01 19:47:13 +01:00
Weijia Wang
66284cab3e
Merge pull request #213962 from esclear/update-pgmodeler
...
pgmodeler: 1.0.0-beta1 -> 1.0.0
2023-02-01 19:27:35 +01:00
github-actions[bot]
b74764e3d4
Merge master into staging-next
2023-02-01 18:01:25 +00:00
Vladimír Čunát
9e2af38827
Merge branch 'staging' into staging-next
2023-02-01 17:05:25 +01:00
Vladimír Čunát
9287f4461d
Merge #206907 : stdenv: gcc11 -> gcc12
2023-02-01 16:54:44 +01:00
Vladimír Čunát
6930b5bda8
lyx, rr, linuxPackgaes.systemtap: fixup build with gcc12
2023-02-01 16:53:31 +01:00
R. Ryantm
0058cd8e69
gImageReader: 3.4.0 -> 3.4.1
2023-02-01 16:18:15 +01:00
Daniel Albert
ef62649382
pgmodeler: 1.0.0-beta1 -> 1.0.0
...
This commit also changes pgmodeler to qt6, which is now supported since
this release.
Thanks @kilianar for the heads up!
2023-02-01 14:21:24 +01:00
R. Ryantm
ef76e024ba
overmind: 2.3.0 -> 2.4.0
2023-02-01 13:12:48 +00:00
R. Ryantm
9f5aac98ef
keystore-explorer: 5.5.1 -> 5.5.2
2023-02-01 11:41:21 +00:00
R. Ryantm
f1215fc09a
cotp: 1.1.0 -> 1.2.1
2023-01-31 23:39:26 +00:00
OPNA2608
c9b4c7dccd
treewide: Rename libyamlcpp* to yaml-cpp*
2023-01-31 16:22:54 +01:00
Sandro
32af394652
Merge pull request #205057 from LoveIsGrief/logseq-run-appimage
...
logseq: Fix publishing graph
2023-01-31 15:45:51 +01:00
Artturi
856e4d8726
Merge pull request #208148 from wernerb/patch-1
2023-01-31 14:11:24 +02:00
Artturi
32907ff26a
Merge pull request #210492 from zendo/fix/ydict
2023-01-31 13:34:20 +02:00
Weijia Wang
70790a6d69
Merge pull request #213723 from r-ryantm/auto-update/gremlin-console
...
gremlin-console: 3.6.1 -> 3.6.2
2023-01-31 10:09:07 +01:00
Nick Cao
a86f45ae15
Merge pull request #213409 from r-ryantm/auto-update/process-compose
...
process-compose: 0.29.7 -> 0.40.0
2023-01-31 16:44:20 +08:00
Weijia Wang
17cfad589f
Merge pull request #213731 from dritter/update-josm-18646
...
josm: 18622 -> 18646
2023-01-31 09:40:56 +01:00
Weijia Wang
29fb210f82
Merge pull request #213730 from r-ryantm/auto-update/usql
...
usql: 0.13.6 -> 0.13.8
2023-01-31 09:25:58 +01:00
R. Ryantm
89ef9ef295
usql: 0.13.6 -> 0.13.8
2023-01-31 06:31:37 +00:00
R. Ryantm
382cad7adf
gremlin-console: 3.6.1 -> 3.6.2
2023-01-31 05:34:38 +00:00
R. Ryantm
562582ac5f
oxker: 0.1.11 -> 0.2.1
2023-01-31 01:58:28 +00:00
Dominik Ritter
dce54686f3
josm: 18622 -> 18646
2023-01-30 22:24:15 +01:00
1sixth
cb15fbd72e
obsidian: electron_18 -> electron_21
2023-01-30 22:08:29 +08:00
Francesco Gazzetta
942d81e6a2
Merge pull request #208214 from fgaz/yewtube/init
...
yewtube: init at 2.9.0, replace mps-youtube
2023-01-30 10:40:19 +00:00
Weijia Wang
87a55b44b9
Merge pull request #213513 from zendo/update/qpdfview
...
qpdfview: 0.4.18 -> 0.5.0
2023-01-30 08:14:45 +01:00
zendo
a6deb6e951
qpdfview: move to pkgs/applications/office
2023-01-30 14:11:47 +08:00
Weijia Wang
5ba6d03216
Merge pull request #213387 from figsoda/zine
...
zine: 0.9.0 -> 0.10.0
2023-01-30 02:51:04 +01:00
Weijia Wang
36e87e2a48
Merge pull request #213350 from r-ryantm/auto-update/nwg-drawer
...
nwg-drawer: 0.3.7 -> 0.3.8
2023-01-30 02:48:20 +01:00
Weijia Wang
bea4062a62
Merge pull request #213429 from adamcstephens/cheetah/3.6-rc3
...
golden-cheetah: 3.6-DEV2111 -> 3.6-RC3
2023-01-29 23:17:05 +01:00
figsoda
87c5f67254
Merge pull request #213432 from r-ryantm/auto-update/usql
...
usql: 0.13.5 -> 0.13.6
2023-01-29 15:42:59 -05:00
R. Ryantm
002f51e03d
tippecanoe: 2.18.0 -> 2.19.0
2023-01-29 19:52:23 +00:00
R. Ryantm
d060aaf899
usql: 0.13.5 -> 0.13.6
2023-01-29 19:49:23 +00:00
Adam Stephens
133f2623bd
golden-cheetah: 3.6-DEV2111 -> 3.6-RC3
2023-01-29 14:18:48 -05:00
Adam Stephens
0eefa1772b
golden-cheetah: add adamcstephens as maintainer
2023-01-29 14:18:08 -05:00
R. Ryantm
b4720c3bc1
thedesk: 23.0.5 -> 24.0.7
2023-01-29 19:14:10 +00:00
R. Ryantm
77f3d199e2
process-compose: 0.29.7 -> 0.40.0
2023-01-29 17:22:52 +00:00
Sebastian Sellmeier
7e9f255717
nwg-panel: 0.7.11 -> 0.7.16
2023-01-29 17:04:16 +01:00
figsoda
e8fae4764c
zine: 0.9.0 -> 0.10.0
...
Changelog: https://github.com/zineland/zine/releases/tag/v0.10.0
2023-01-29 10:23:39 -05:00
R. Ryantm
f72bc55d7c
nwg-drawer: 0.3.7 -> 0.3.8
2023-01-29 11:32:19 +00:00
Weijia Wang
0ad3950e1b
Merge pull request #213312 from r-ryantm/auto-update/pure-maps
...
pure-maps: 3.1.1 -> 3.2.0
2023-01-29 12:04:08 +01:00
Florian
b9e6189341
Octoprint vcgencmd patch ( #213201 )
...
* octoprint: add tmpfile.d rule for read-access to /dev/vchiq for vcgencmd
fixes #210629
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
* Update pkgs/applications/misc/octoprint/default.nix
---------
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29 16:11:48 +08:00
R. Ryantm
7e88ef7fef
pure-maps: 3.1.1 -> 3.2.0
2023-01-29 06:46:26 +00:00
Florian Brandes
5b3ce4f78f
octoprint: add nixosTests
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29 05:40:28 +01:00
Nick Cao
09ad98302c
Merge pull request #213145 from gador/octoprint-flask-liniter-fix
...
Octoprint: flask limiter fix
2023-01-29 12:27:50 +08:00
Florian Brandes
63f5159ec3
octoprint: pin flask-limiter to 2.6.2
...
fixes startup error with:
`TypeError: Limiter.__init__() got multiple values for argument
'key_func'`
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-29 05:20:40 +01:00
Nick Cao
d70ccf7730
Merge pull request #213237 from r-ryantm/auto-update/crow-translate
...
crow-translate: 2.10.1 -> 2.10.3
2023-01-29 09:57:47 +08:00
R. Ryantm
0b9018f9b6
crow-translate: 2.10.1 -> 2.10.3
2023-01-28 22:11:47 +00:00
Mario Rodas
2d85735ad0
Merge pull request #213225 from marsam/update-gallery-dl
...
gallery-dl: 1.24.4 -> 1.24.5
2023-01-28 17:02:43 -05:00
Robert Scott
96a95c408e
qt-box-editor: unstable-2019-07-12 -> unstable-2019-07-14, fix build with leptonica 1.83
2023-01-28 21:17:59 +00:00
Pavol Rusnak
0fa1ff5ce8
electrum: 4.3.3 -> 4.3.4
2023-01-28 20:44:08 +00:00
Anna Aurora
379dfe6a9f
kaufkauflist: init at 1.0.0
2023-01-28 11:31:49 -05:00
Jan Tojnar
67e3a88fa5
Merge pull request #213091 from bobby285271/upd/gnome
...
GNOME updates
2023-01-28 10:51:12 +01:00
Bobby Rong
ee2109e912
gnome-firmware: 42.2 → 43.1
...
https://gitlab.gnome.org/World/gnome-firmware/-/compare/42.2...43.1
2023-01-28 12:38:53 +08:00
Bobby Rong
ca22ad48eb
orca: 43.0 → 43.1
...
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_43_0...a71ad7c6
2023-01-28 12:08:58 +08:00
Martin Weinelt
6cc003a4c9
Merge pull request #202013 from r-ryantm/auto-update/system76-keyboard-configurator
...
system76-keyboard-configurator: 1.2.0 -> 1.3.0
2023-01-27 23:16:50 +00:00
Weijia Wang
2f04e50705
Merge pull request #212950 from marsam/update-1password
...
_1password: 2.13.0 -> 2.13.1
2023-01-27 20:58:33 +01:00
squalus
e66e9c8cba
glom: switch to postgresql_11
...
Glom doesn't support versions above postgres11: https://gitlab.gnome.org/GNOME/glom/-/issues/9
Fixes #212991
2023-01-27 09:52:28 -08:00
Nick Cao
3127d46991
Merge pull request #211084 from Kidsan/kord-init
...
kord: init at 0.4.2
2023-01-27 18:36:24 +08:00
Francesco Gazzetta
9aac134336
openrgb: add withPlugins
2023-01-27 11:34:10 +01:00
LoveIsGrief
7db6808335
logseq: Fix publishing graph
...
Related to https://github.com/logseq/logseq/issues/6880
Logseq publishes graphs by copying application assets into a folder and then the graph files (+/- some operations).
In a normal linux distribution the application asset directories are rw but only by root.
On nix, the directories are read-only, which leads to the copied directories also being ro and logseq failing
to copy the graph files into the target.
A fix from the logseq team isn't forthcoming (yet?), so we circumvent the entire ro issue by using
run-appimage, which extracts the appimage into a user-writeable directory.
2023-01-27 11:05:20 +01:00
Mario Rodas
d89c799696
gallery-dl: 1.24.4 -> 1.24.5
...
https://github.com/mikf/gallery-dl/releases/tag/v1.24.5
2023-01-27 04:20:00 +00:00
Mario Rodas
8225ecd061
_1password: 2.13.0 -> 2.13.1
2023-01-27 04:20:00 +00:00
Weijia Wang
1368693a8c
Merge pull request #209625 from r-ryantm/auto-update/remnote
...
remnote: 1.7.6 -> 1.8.52
2023-01-27 04:23:31 +01:00
Nick Cao
b4c83ad9c1
Merge pull request #212866 from equirosa/tut-2.0.1
...
tut: 2.0.0 -> 2.0.1
2023-01-27 09:11:33 +08:00
Nick Cao
edab25750d
Merge pull request #211759 from fleaz/update_nwg-bar
...
nwg-bar: unstable-2021-09-23 -> 0.1.0
2023-01-27 08:39:37 +08:00
Nick Cao
7bbcf7fa0f
Merge pull request #211946 from bobvanderlinden/pr-neo4j-desktop-1.5.6
...
neo4j-desktop: 1.4.12 -> 1.5.6
2023-01-27 08:37:09 +08:00
Eduardo Quiros
b5feb73795
tut: 2.0.0 -> 2.0.1
...
Diff: https://github.com/RasmusLindroth/tut/compare/2.0.0...2.0.1
2023-01-26 18:30:14 -06:00
Francesco Gazzetta
2e03c5e81d
openrgb-plugin-hardwaresync: init at 0.8
2023-01-26 16:27:15 +01:00
Nick Cao
124946330f
Merge pull request #212541 from equirosa/tut-2.0.0
...
tut: 1.0.34 -> 2.0.0
2023-01-26 13:58:42 +08:00
Nick Cao
1f404bd456
Merge pull request #212626 from fgaz/organicmaps/2023.01.25-3
...
organicmaps: 2022.11.24-3 -> 2023.01.25-3
2023-01-26 10:45:10 +08:00
Weijia Wang
d7abeca878
Merge pull request #212649 from r-ryantm/auto-update/cubiomes-viewer
...
cubiomes-viewer: 3.0.0 -> 3.0.1
2023-01-26 01:59:10 +01:00
R. Ryantm
63d6206439
cubiomes-viewer: 3.0.0 -> 3.0.1
2023-01-25 18:29:41 +00:00
Francesco Gazzetta
3b628e860c
organicmaps: 2022.11.24-3 -> 2023.01.25-3
2023-01-25 16:19:09 +01:00
Francesco Gazzetta
764937af82
Merge pull request #211557 from fgaz/faircamp/2022-12-28
...
faircamp: unstable-2022-10-08 -> unstable-2022-12-28
2023-01-25 14:29:15 +00:00
Eduardo Quiros
730163b3ed
tut: 1.0.34 -> 2.0.0
2023-01-25 00:22:01 -06:00
Nick Cao
6cd1bf5330
Merge pull request #211681 from 0x4A6F/master-dasel
...
dasel: 2.1.0 -> 2.1.1
2023-01-25 13:09:05 +08:00
Nick Cao
0f0d5f7190
Merge pull request #212489 from arcnmx/parsec-150_86e
...
parsec-bin: 150_28 -> 150_86e
2023-01-25 13:01:49 +08:00
Nick Cao
c5f7e1ea44
Merge pull request #211657 from kilianar/AusweisApp2-1.26.2
...
AusweisApp2: 1.26.1 -> 1.26.2
2023-01-25 08:24:57 +08:00
arcnmx
18616e4869
parsec-bin: 150_28 -> 150_86e
2023-01-24 13:13:02 -08:00
Thiago Kenji Okada
464de79400
Merge pull request #205513 from edrex/river-tag-overlay
...
river-tag-overlay: init at 1.0.0
2023-01-24 18:18:50 +00:00
Weijia Wang
451268faaf
Merge pull request #212454 from Shawn8901/remove_with_lib_2
...
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 18:33:34 +01:00
Weijia Wang
bdf53b6257
Merge pull request #212360 from dotlambda/metadata-cleaner-2.4.0
...
metadata-cleaner: 2.3.1 -> 2.4.0
2023-01-24 18:22:09 +01:00
Shawn8901
0a1dd3ced1
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 17:29:20 +01:00
Weijia Wang
b296ddd494
Merge pull request #212422 from aaronjheng/hash
...
treewide: use hash instead of sha256
2023-01-24 16:45:10 +01:00
Martin Weinelt
eb45a61674
Merge pull request #212437 from wesleyjrz/add-pokemon-colorscripts-mac
...
pokemon-colorscrips-mac: fix version name
2023-01-24 14:50:41 +00:00
Wesley Jr
cda9a804aa
pokemon-colorscrips-mac: fix version name
2023-01-24 11:38:07 -03:00
Wesley Jr
bbcbc2529c
lukesmithxyz-bible-kjv: move to misc/kjv
2023-01-24 11:12:23 -03:00
R. Ryantm
bb2097d7c8
osmium-tool: 1.14.0 -> 1.15.0
2023-01-24 22:01:30 +08:00
Aaron Jheng
3c5425bf93
treewide: use hash instead of sha256
2023-01-24 12:55:52 +00:00
Anna Aurora
110213c871
pomodoro: init at 0.1.0 ( #182212 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-24 11:08:31 +01:00
Weijia Wang
294088ac53
Merge pull request #211393 from r-ryantm/auto-update/kanboard
...
kanboard: 1.2.25 -> 1.2.26
2023-01-24 05:31:20 +01:00
Mario Rodas
ecc96fa8ce
_1password: 2.12.0 -> 2.13.0
2023-01-24 04:20:00 +00:00
Robert Schütz
f24209fa90
metadata-cleaner: 2.3.1 -> 2.4.0
...
https://gitlab.com/rmnvgr/metadata-cleaner/-/tags/v2.4.0
2023-01-23 19:24:25 -08:00
Eric Drechsel
aba66717cf
river-tag-overlay: mark as broken on Aarch64, pending upstream fix
2023-01-23 16:44:14 -08:00
Eric Drechsel
d7c97732d5
river-tag-overlay: init at 1.0.0
2023-01-23 16:44:14 -08:00
Joshua Giacone
42e555e65b
polychromatic: 0.7.3 -> 0.8.0 ( #206347 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-24 00:11:24 +01:00
Sandro
f67a4729f6
Merge pull request #211035 from sayanarijit/master
2023-01-23 23:30:35 +01:00
Weijia Wang
7686cc8166
Merge pull request #210584 from r-ryantm/auto-update/qcad
...
qcad: 3.27.6.11 -> 3.27.8.7
2023-01-23 21:12:45 +01:00
Luke Granger-Brown
4988397b32
Merge pull request #212209 from lukegb/yubioath-flutter-lite
...
yubioath-flutter: flutter itself should not be in the closure
2023-01-23 20:08:27 +00:00
Weijia Wang
76272386bd
Merge pull request #208234 from r-ryantm/auto-update/batsignal
...
batsignal: 1.6.2 -> 1.6.4
2023-01-23 16:07:50 +01:00
Weijia Wang
2751293943
Merge pull request #204717 from r-ryantm/auto-update/fluidd
...
fluidd: 1.21.1 -> 1.23.0
2023-01-23 08:01:56 +01:00
Weijia Wang
dc848f0afb
Merge pull request #204920 from r-ryantm/auto-update/tofi
...
tofi: 0.7.0 -> 0.8.1
2023-01-23 07:54:31 +01:00
Weijia Wang
0c0ea10734
Merge pull request #203577 from r-ryantm/auto-update/moolticute
...
moolticute: 0.55.0 -> 1.00.1
2023-01-23 07:33:59 +01:00
Weijia Wang
38c0761fb3
Merge pull request #200993 from r-ryantm/auto-update/writefreely
...
writefreely: 0.13.1 -> 0.13.2
2023-01-23 06:51:15 +01:00
Weijia Wang
216fbe0999
Merge pull request #201480 from r-ryantm/auto-update/ablog
...
ablog: 0.10.29 -> 0.10.33
2023-01-23 06:32:18 +01:00
Weijia Wang
d3f8f28077
Merge pull request #201690 from r-ryantm/auto-update/clight
...
clight: 4.8 -> 4.9
2023-01-23 06:29:11 +01:00
Weijia Wang
5f2a064b9b
Merge pull request #201691 from r-ryantm/auto-update/clightd
...
clightd: 5.6 -> 5.7
2023-01-23 06:28:59 +01:00
Weijia Wang
42d1375944
Merge pull request #212214 from wegank/p2pool-darwin
...
p2pool: 2.4 -> 2.7
2023-01-23 06:23:00 +01:00
Weijia Wang
8e51fe0bc6
Merge pull request #199362 from r-ryantm/auto-update/klayout
...
klayout: 0.27.11 -> 0.28.3
2023-01-23 06:19:18 +01:00
Weijia Wang
0aeadf53d3
p2pool: 2.4 -> 2.7
2023-01-23 05:38:09 +01:00
Weijia Wang
f046d3a5c4
Merge pull request #197485 from r-ryantm/auto-update/xmrig-mo
...
xmrig-mo: 6.18.0-mo1 -> 6.18.1-mo1
2023-01-23 05:25:25 +01:00
Luke Granger-Brown
9a1a1f1faa
yubioath-flutter: flutter itself should not be in the closure for yubioath-flutter
2023-01-23 03:55:02 +00:00
Nick Cao
d22575be49
imag: drop
2023-01-23 10:36:50 +08:00
Weijia Wang
77e5d21548
Merge pull request #197440 from r-ryantm/auto-update/nwg-launchers
...
nwg-launchers: 0.6.3 -> 0.7.1.1
2023-01-22 23:51:53 +01:00
Weijia Wang
8975b172d4
Merge pull request #196206 from r-ryantm/auto-update/surface-control
...
surface-control: 0.4.3-1 -> 0.4.3-2
2023-01-22 22:48:23 +01:00
Weijia Wang
6d35bb8ad8
Merge pull request #193220 from r-ryantm/auto-update/nwg-drawer
...
nwg-drawer: 0.3.0 -> 0.3.7
2023-01-22 22:18:18 +01:00
Weijia Wang
ef82bc56d2
Merge pull request #193001 from r-ryantm/auto-update/remarkable-mouse
...
remarkable-mouse: 7.0.3 -> 7.1.1
2023-01-22 22:09:32 +01:00
Weijia Wang
fbcb61ba47
Merge pull request #192795 from r-ryantm/auto-update/moonlight-embedded
...
moonlight-embedded: 2.5.2 -> 2.5.3
2023-01-22 15:58:51 +01:00
Weijia Wang
70ed04c903
Merge pull request #192537 from r-ryantm/auto-update/phockup
...
phockup: 1.7.1 -> 1.9.2
2023-01-22 15:55:21 +01:00
Artturi
8308b25bb7
Merge pull request #212082 from QuantMint/copyq-qt6
2023-01-22 13:44:18 +02:00
QuantMint
7b61a2bf69
copyq: build with qt6
2023-01-22 11:46:51 +01:00
Adam Joseph
42815b4a0c
treewide: systemdSupport: use lib.meta.availableOn
...
Many packages have some kind of flag indicating whether or not to build with
systemd support. Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`. Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.
This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.
This provides three benefits:
1. The default values are set correctly (i.e. including `&& isStatic`)
2. The default values are set consistently
3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Nikolay Korotkiy
54b89f8b4a
Merge pull request #212041 from r-ryantm/auto-update/tippecanoe
...
tippecanoe: 2.17.0 -> 2.18.0
2023-01-22 10:50:30 +04:00
Jonas Heinrich
4c30ced487
Merge pull request #211945 from r-ryantm/auto-update/ticker
...
ticker: 4.5.4 -> 4.5.5
2023-01-22 07:13:31 +01:00
R. Ryantm
450f6497c7
tippecanoe: 2.17.0 -> 2.18.0
2023-01-22 04:12:29 +00:00
Robert Schütz
d14807ef9a
Merge pull request #212003 from austinbutler/authenticator-fix-pipewire
...
authenticator: fix incompatibility with pipewire 0.3.64
2023-01-21 20:05:10 -08:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
...
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Austin Butler
1c7e798277
authenticator: remove dotlambda as maintainer, add austinbutler
2023-01-21 18:03:43 -08:00