Commit Graph

107881 Commits

Author SHA1 Message Date
github-actions[bot]
e3bb3a1857 terraform-providers.bigip: 1.18.1 -> 1.19.0 2023-08-29 14:12:54 +10:00
Muhammad Falak R Wani
f48708863d git-branchless: 0.7.1 -> 0.8.0
Diff: https://github.com/arxanas/git-branchless/compare/v0.7.1...0.8.0
2023-08-29 09:36:29 +05:30
R. Ryantm
ecf7eb976f ytree: 2.04 -> 2.05 2023-08-29 03:06:30 +00:00
Artturi
aff9f87b8e
Merge pull request #252046 from MaxHearnden/nomad
nomad: use $NIX_BUILD_TOP for build directory
2023-08-29 04:03:44 +03:00
Nick Cao
0c88788db5
Merge pull request #251924 from LudovicoPiero/armcord-update
armcord: 3.2.3 -> 3.2.4
2023-08-29 08:10:15 +08:00
Nick Cao
dbb569b853
Merge pull request #251980 from LudovicoPiero/nwg-panel-bump
nwg-panel: 0.9.11 -> 0.9.12
2023-08-29 08:04:29 +08:00
Artturi
4c229ced52
Merge pull request #251958 from uninsane/pr-cross-tuba
tuba: support cross compilation
2023-08-29 01:24:39 +03:00
Theodore Ni
44ad670fb4
Merge pull request #248932 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.73.1 -> 1.75.0
2023-08-28 15:16:11 -07:00
MaxHearnden
fd2cba036c nomad: use $NIX_BUILD_TOP for build directory
The preCheck step would add /build/go/bin to PATH which is incorrect
when the build directory is somewhere else (e.g. on most mac systems)

fixes https://github.com/NixOS/nixpkgs/issues/251885
2023-08-28 22:39:47 +01:00
Anderson Torres
bea9b4cb72 x16-emulator: 43 -> 44 2023-08-28 20:15:12 +00:00
R. Ryantm
bb58b49f1c x16-rom: 43 -> 44 2023-08-28 20:15:12 +00:00
Matthias Beyer
b63225c946
Merge pull request #251997 from figsoda/glicol
glicol-cli: init at 0.2.0
2023-08-28 21:56:36 +02:00
Matthias Beyer
9aeca0cb8e
Merge pull request #252003 from surfaceflinger/walk-1.6.2
walk: 1.5.2 -> 1.6.2
2023-08-28 21:52:29 +02:00
Matthias Beyer
812899dcf8
Merge pull request #252013 from adamcstephens/squeezelite/1449
squeezelite: 1.9.9.1430 -> 1.9.9.1449
2023-08-28 21:52:08 +02:00
Theodore Ni
336e03c10b
Merge pull request #249575 from chuangzhu/komikku
komikku: 1.22.0 -> 1.23.0
2023-08-28 12:04:04 -07:00
R. Ryantm
cf18421ae0 zoom-us: 5.15.10.6882 -> 5.15.11.7239 2023-08-28 19:00:34 +00:00
figsoda
83ac5b3af2
Merge pull request #251642 from figsoda/vim 2023-08-28 14:15:41 -04:00
Adam Stephens
ab26980675
squeezelite: 1.9.9.1430 -> 1.9.9.1449 2023-08-28 13:47:20 -04:00
Kira Bruneau
074dea1e11
Merge pull request #251077 from kira-bruneau/krane
krane: 3.1.0 -> 3.3.0
2023-08-28 12:42:15 -04:00
K900
b07fffd56e
Merge pull request #252004 from nadimkobeissi/colord-kde
colord-kde: fix missing buildInput
2023-08-28 19:27:19 +03:00
Nadim Kobeissi
e1854055c8 colord-kde: fix missing buildInput
Added a buildInput that is not strictly required for the package
to compile, but without which the package will not actually work at all.
2023-08-28 18:19:18 +02:00
nat
5e3bb2d3f4
walk: 1.5.2 -> 1.6.2 2023-08-28 18:17:56 +02:00
figsoda
7668df9e05 glicol-cli: init at 0.2.0
https://github.com/glicol/glicol-cli
2023-08-28 12:05:43 -04:00
rewine
2cc480a38f vnote: 3.16.0 -> 3.17.0 2023-08-28 16:01:52 +00:00
Lin Jian
7d4ea94d02 emacs: keep the default first writable native-comp-eln-load-path dir
Fixes https://github.com/NixOS/nixpkgs/issues/247804.
2023-08-28 15:46:04 +00:00
Lin Jian
2d324ed8f9 emacs: fix the detection of native compilation for Emacs 29
In Emacs 29, feature comp does not load early enough.  We use
native-compile instead.  This is also what Emacs uses[1].

[1]: https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/startup.el?id=3685387e609753293c4518be75e77c659c3b2d8d#n586
2023-08-28 15:46:04 +00:00
Lin Jian
1506ab49e3 emacs: correct the order of profiles and their sub dirs in load-path
This patch does two things:
1. making user profiles preferred over system profiles
2. putting sub dirs of one profile to the right place
  - before this patch, they are appended to the end of load-path
  - after this patch, they are inserted right after the profile

Example value of load-path before this patch:

  /run/current-system/sw/share/emacs/site-lisp/
  /etc/profiles/per-user/user/share/emacs/site-lisp/
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3

after this patch:

  /etc/profiles/per-user/user/share/emacs/site-lisp
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa
  /etc/profiles/per-user/user/share/emacs/site-lisp/elpa/jinx-20230730.1200
  /run/current-system/sw/share/emacs/site-lisp
  /run/current-system/sw/share/emacs/site-lisp/elpa
  /run/current-system/sw/share/emacs/site-lisp/elpa/repology-1.2.3
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa
  /nix/store/hash1-emacs-packages-deps/share/emacs/site-lisp/elpa/wgrep-20230203.1214
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/site-lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp
  /nix/store/hash2-emacs-29.1-rc1/share/emacs/29.1/lisp/vc
  ...
2023-08-28 15:46:04 +00:00
Janik H
5ae06f97c7
neosay: init at 1.0.0 2023-08-28 16:53:56 +02:00
Emily
70508e024e
Merge pull request #251613 from pschmitt/obs-freeze-filter
obs-studio-plugins.obs-freeze-filter: init at 0.3.3
2023-08-28 16:26:36 +02:00
Ludovico Piero
676525be5f
nwg-panel: 0.9.11 -> 0.9.12 2023-08-29 00:22:47 +10:00
Ludovico Piero
f6c5130ce5
armcord: add ludovicopiero as a maintainer 2023-08-29 00:16:07 +10:00
R. Ryantm
2cf01b0450 linkerd: 2.13.6 -> 2.14.0 2023-08-28 13:57:29 +00:00
Marcus Ramberg
ae60b3da6b nimdow: 0.7.36->0.7.37 2023-08-28 15:51:09 +02:00
Sandro Jäckel
0944e19139 betterbird: 102.12.0-bb37 → 102.14.0-bb39 2023-08-28 15:28:57 +02:00
Philipp Schmitt
fc0e6da378
obs-studio-plugins.obs-freeze-filter: init at 0.3.3 2023-08-28 15:26:10 +02:00
Pol Dellaiera
38e7c600ad
Merge pull request #218394 from xyven1/master
spotify-player: make build options configurable
2023-08-28 15:24:03 +02:00
Colin
fc1121488c tuba: support cross compilation
gobject-introspection is needed in nativeBuildInputs to fix
"error: Package <...> not found in specified Vala API directories
or GObject-Introspection GIR directories".
2023-08-28 11:37:11 +00:00
Paul Zeinlinger
838fea9a55 pdfcpu: 0.4.1 -> 0.5.0 2023-08-28 12:32:41 +02:00
Florian Klink
c6228eda46
Merge pull request #251862 from r-ryantm/auto-update/talosctl
talosctl: 1.4.7 -> 1.5.0
2023-08-28 11:39:29 +03:00
Anthony Roussel
65fe58d067
commitizen: 3.5.2 -> 3.7.0
https://github.com/commitizen-tools/commitizen/compare/v3.5.2...3.7.0

https://github.com/commitizen-tools/commitizen/releases/tag/3.7.0
https://github.com/commitizen-tools/commitizen/releases/tag/3.6.0
2023-08-28 10:20:32 +02:00
Ludovico Piero
c9b9a3a38f
armcord: 3.2.3 -> 3.2.4 2023-08-28 17:45:31 +10:00
Alexandre Acebedo
b86adcb628
swaynotificationcenter: backport PR 296 2023-08-28 08:33:54 +02:00
R. Ryantm
ed59f79bef kubeseal: 0.23.0 -> 0.23.1 2023-08-28 06:26:27 +00:00
R. Ryantm
e6f84c74b3 grsync: 1.3.0 -> 1.3.1 2023-08-28 06:26:17 +00:00
Lassulus
40c205bbeb
Merge pull request #251565 from hellwolf/insync-issue-244813
insync: fix bwrap namespaces
2023-08-28 07:59:02 +02:00
R. Ryantm
116480d33f kstars: 3.6.4 -> 3.6.6 2023-08-28 05:48:08 +00:00
OTABI Tomoya
00a6142d86
Merge pull request #251193 from lopsided98/pymavlink-update
mavproxy, python3Packages.pymavlink: update
2023-08-28 14:29:03 +09:00
github-actions[bot]
b499f97cf5 terraform-providers.ucloud: 1.36.1 -> 1.37.0 2023-08-28 14:43:34 +10:00
Mario Rodas
28d93b854b sioyek: fix build 2023-08-28 04:20:00 +00:00
R. Ryantm
9824764bf1 open-stage-control: 1.25.2 -> 1.25.3 2023-08-28 02:58:50 +00:00
R. Ryantm
7f90f3b57c nixpacks: 1.12.0 -> 1.13.0 2023-08-28 01:48:49 +00:00
Nick Cao
48516a891d
Merge pull request #251861 from r-ryantm/auto-update/mympd
mympd: 11.0.3 -> 11.0.4
2023-08-28 09:05:07 +08:00
Nick Cao
34f3dbd2ef
Merge pull request #251798 from wineee/pineapple-pictures
pineapple-pictures: 0.7.1 -> 0.7.2
2023-08-28 08:50:07 +08:00
R. Ryantm
d25e1e766a talosctl: 1.4.7 -> 1.5.0 2023-08-27 23:59:55 +00:00
R. Ryantm
97357247c9 mympd: 11.0.3 -> 11.0.4 2023-08-27 23:47:59 +00:00
7c6f434c
81eeee0174
Merge pull request #251357 from r-ryantm/auto-update/wine64Packages.unstable
wine64Packages.unstable: 8.13 -> 8.14
2023-08-27 23:37:55 +00:00
R. Ryantm
a8fd3d603c fluidd: 1.25.0 -> 1.25.2 2023-08-27 23:24:44 +00:00
Michael Raskin
7c6847bfc9 winePackages: add reckenrode as a maintainer 2023-08-28 00:43:57 +02:00
Maciej Krüger
e0b74ead2d
odoo15: remove updatescript 2023-08-28 00:12:36 +02:00
Maciej Krüger
b0ace70d46
odoo: use fetchzip 2023-08-28 00:12:36 +02:00
Maciej Krüger
9fa3a8b629
odoo15: 15.0.20230317->15.020230816 fix broken fetcher
Upstream seems to publish and retain `.zip` more consistently than `.tar.gz`, which caused the previous expression to break. This modifies the odoo package and updater script to use the `zip` sources.
2023-08-28 00:12:27 +02:00
Theodore Ni
c68a6a21ca
Merge pull request #247909 from Sigmanificient/ragnarwm
ragnarwm: init at 1.3.1
2023-08-27 13:41:04 -07:00
Michael Weiss
35dc9499c7
Merge pull request #251760 from primeos/chromium-chromedriver
chromium: Fix the chromedriver version
2023-08-27 22:29:08 +02:00
Michael Weiss
6bee469fa1
Merge pull request #251762 from primeos/chromiumBeta
chromiumBeta: 116.0.5845.50 -> 117.0.5938.22
2023-08-27 22:09:17 +02:00
Michael Weiss
dc210be2a3
Merge pull request #251761 from primeos/chromiumDev
chromiumDev: 117.0.5897.3 -> 118.0.5966.0
2023-08-27 22:09:00 +02:00
K900
f900e733c1
Merge pull request #250778 from NixOS/staging-next
staging-next 2023-08-22
2023-08-27 20:22:51 +03:00
rewine
05b53f830e mediainfo-gui: 23.06 -> 23.07 2023-08-28 01:20:45 +08:00
rewine
4ea7276469 mediainfo: 23.06 -> 23.07 2023-08-28 01:19:19 +08:00
figsoda
1792924a76 rust-traverse: init at 2.0.0
https://github.com/dmcg310/Rust-Traverse
2023-08-27 12:40:56 -04:00
rewine
6eef340c21 pineapple-pictures: 0.7.1 -> 0.7.2 2023-08-27 23:55:28 +08:00
Doron Behar
d189406ad2 hal-hardware-analyzer: 3.3.0 -> 4.2.0
Diff: https://github.com/emsec/hal/compare/v3.3.0...v4.2.0
2023-08-27 16:25:38 +01:00
Ryan Lahfa
af32e3f251
Merge pull request #251779 from r-ryantm/auto-update/gitRepo 2023-08-27 17:16:44 +02:00
Mario Rodas
a44ca32fdc
Merge pull request #251777 from kilianar/logseq-0.9.15
logseq: 0.9.14 -> 0.9.15
2023-08-27 10:10:14 -05:00
R. Ryantm
1496732e75 gitRepo: 2.35 -> 2.36 2023-08-27 13:50:26 +00:00
kilianar
a112af674d logseq: 0.9.14 -> 0.9.15
https://github.com/logseq/logseq/releases/tag/0.9.15
2023-08-27 15:27:28 +02:00
Mario Rodas
f814e24fc1
Merge pull request #251735 from liff/notmuch-emacs-check
notmuch: don’t check with emacs when withEmacs=false
2023-08-27 08:18:43 -05:00
Mario Rodas
009cd1ea77
Merge pull request #251742 from matthiasbeyer/update-taskwarrior-tui
taskwarrior-tui: 0.25.1 -> 0.25.2
2023-08-27 08:18:00 -05:00
Mario Rodas
062aaf9220
Merge pull request #245434 from nagy/emacs-pikchr
emacsPackages.pikchr-mode: replace program
2023-08-27 08:12:56 -05:00
Maciej Krüger
c3ed95307e
Merge pull request #251413 from karolinschlegel/init-odoo-v15
odoo15: init at 15.0-20230720
2023-08-27 14:10:04 +02:00
github-actions[bot]
859a8f3bfa
Merge master into staging-next 2023-08-27 12:01:03 +00:00
Michael Weiss
6f74163d4a
chromiumBeta: 116.0.5845.50 -> 117.0.5938.22 2023-08-27 12:32:00 +02:00
Michael Weiss
7ce7e093e8
chromiumDev: 117.0.5897.3 -> 118.0.5966.0 2023-08-27 12:31:37 +02:00
Michael Weiss
ed9c38b3fa
chromium: Fix the chromedriver version
Chromium was updated to M116 but the ChromeDriver version wasn't.
2023-08-27 12:28:36 +02:00
Thomas Gerbet
f01d3e2b73
Merge pull request #248716 from LeSuisse/ssm-agent-3.2.1297.0
ssm-agent: 3.0.755.0 -> 3.2.1297.0
2023-08-27 11:58:26 +02:00
Thomas Gerbet
88d154fed5
Merge pull request #251025 from buckley310/2023-08-23-brave
brave: 1.57.47 -> 1.57.53
2023-08-27 11:49:24 +02:00
Matthias Beyer
b1fa4e7472
taskwarrior-tui: 0.25.1 -> 0.25.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-08-27 11:10:35 +02:00
Randy Eckenrode
bdf47492d4 wine64Packages.unstable: Darwin compatibility fixes
- Wine 8.12 changed the implementation of `macdrv_get_gpus_from_metal`,
  causing the patch used by nixpkgs to break. This patch splits that
  patch up to apply cleanly depending on the version;
- Silence an implicit pointer to integer conversion warning due to the
  above patch (required by the Clang 16 stdenv bump);
- Add the PCSC framework on Darwin, which is required as of Wine 8.14.

Wine 8.14 changes the implementation of `macdrv_get_gpus_from_metal`,
causing the patch to no longer apply cleanly. Splitting the patch allows
only the parts that are still needed to apply cleanly dependin gon the
Wine version being built.
2023-08-27 10:58:27 +02:00
K900
a4f237ccbc yuzu: 1522 -> 1538, yuzu-ea: 3805 -> 3838 2023-08-27 11:52:41 +03:00
Olli Helenius
1f28d8b6cc
notmuch: don’t check with emacs when withEmacs=false 2023-08-27 11:31:53 +03:00
Matthias Beyer
3641ad58b3
Merge pull request #250946 from SuperSamus/bottles-update
bottles: 51.6 -> 51.9
2023-08-27 10:17:08 +02:00
K900
43e3435a90 AusweisApp2: fix build 2023-08-27 10:54:58 +03:00
Karolin Schlegel
4eee509d25 odoo15: init at 15.0-20230720
This contribution adds `odoo15` as a fixed version. To allow reusing the
existing test for Odoo, I made the package attribute configurable. To
reference the test for `odoo15` in `passthru` I added it to
`all-tests.nix`.
2023-08-27 09:52:43 +02:00
Daniel Nagy
1159c64f58
emacsPackages.pikchr-mode: replace program 2023-08-27 09:15:00 +02:00
R. Ryantm
89c4fdc1ab webex: 43.5.0.26155 -> 43.8.0.26955 2023-08-27 07:12:04 +00:00
github-actions[bot]
d78f502c6b
Merge master into staging-next 2023-08-27 06:00:58 +00:00
Mario Rodas
a2028f6033 flexget: 3.9.4 -> 3.9.5
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.4...v3.9.5

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.5
2023-08-27 04:20:00 +00:00
Robert Schütz
745de518cd asar: use buildNpmPackage 2023-08-26 20:27:43 -07:00
laura
688ab6699b harsh: init at 0.8.28 2023-08-27 05:16:21 +02:00
R. Ryantm
26c4dcb794 firefly-desktop: 1.3.3 -> 2.1.5 2023-08-27 02:22:45 +00:00
Theodore Ni
c173b99c6c
Merge branch 'master' into staging-next
Resolve correctly the three-way merge between https://github.com/NixOS/nixpkgs/pull/251681,
https://github.com/NixOS/nixpkgs/pull/227900, and https://github.com/NixOS/nixpkgs/pull/246022
2023-08-26 19:00:58 -07:00
Nick Cao
cf2004afe4
Merge pull request #249053 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.7.9 -> 3.8.0
2023-08-27 09:19:47 +08:00
Nick Cao
669985852a
Merge pull request #250952 from pinpox/update-morgen-3.0.0
morgen: 2.7.5 -> 3.0.0
2023-08-27 09:18:16 +08:00
Nick Cao
b705fcf9f1
Merge pull request #250924 from PowerUser64/lsp-plugins
lsp-plugins: 1.2.8 -> 1.2.10
2023-08-27 09:16:52 +08:00
tomberek
87ef861f43
Merge pull request #246985 from hannesbraun/airwindows-lv2-22.0
airwindows-lv2: 20.0 -> 22.0
2023-08-26 21:11:37 -04:00
Bobby Rong
9980d249ad
Merge pull request #251495 from bobby285271/upd/planify
planify: 4.1 -> 4.1.1
2023-08-27 09:08:36 +08:00
tomberek
f3a2dd53ff
Merge pull request #250756 from dinkypumpkin/get_iplayer
get_iplayer: removed unnecessary dependencies
2023-08-26 21:01:39 -04:00
Nick Cao
fe13c03665
Merge pull request #251528 from r-ryantm/auto-update/nwg-dock-hyprland
nwg-dock-hyprland: 0.1.4 -> 0.1.5
2023-08-27 08:49:55 +08:00
github-actions[bot]
47ae3f6c28
Merge master into staging-next 2023-08-27 00:02:24 +00:00
Theodore Ni
dfbd88a730
Merge pull request #200202 from kyren/aseprite-update
aseprite-unfree: 1.2.16.3 -> 1.2.40 and drop the free version
2023-08-26 16:53:25 -07:00
R. Ryantm
061b238aaf furnace: 0.6pre8 -> 0.6pre9 2023-08-26 23:26:03 +00:00
Theodore Ni
80a74ec050
Merge branch 'master' into staging-next
Manually fixed a merge conflict between https://github.com/NixOS/nixpkgs/pull/227900
and https://github.com/NixOS/nixpkgs/pull/246022.
2023-08-26 16:08:02 -07:00
kyren
7c2a459244 aseprite: drop free version and alias to unfree version
The free version of Aseprite has a maintained fork, LibreSprite which is
already packaged in nixpkgs. The only really useful version of Aseprite
vs LibreSprite is the unfree version, and the free version will never
receive updates.
2023-08-26 19:03:38 -04:00
kyren
eeaa0526a3 aseprite-unfree: 1.2.16.3 -> 1.2.40
Also updates aseprite skia fork and skia deps, includes the following
patches from AUR:

- shared-libwebp.patch
- shared-skia-deps.patch
2023-08-26 19:03:31 -04:00
Franz Pletz
855af023c9
Merge pull request #251606 from marsam/update-docker-slim 2023-08-27 00:49:57 +02:00
Franz Pletz
cd153e8b48
Merge pull request #251672 from tjni/kitty 2023-08-27 00:40:50 +02:00
Theodore Ni
b48037703b
kitty: no need to disable strictoverflow hardening 2023-08-26 14:08:52 -07:00
Robert Schütz
f1ca6257dc
Revert "Revert "qutebrowser: 2.5.4 -> 3.0.0"" 2023-08-26 13:50:56 -07:00
Adam Joseph
a6f3b53fd5
Merge pull request #251660 from amjoseph-nixpkgs/pr/revert/250171
Revert "qutebrowser: 2.5.4 -> 3.0.0"
2023-08-26 20:49:22 +00:00
Adam Joseph
fa688259bd Revert "qutebrowser: 2.5.4 -> 3.0.0"
This reverts commit 180f7932cd.
2023-08-26 13:07:03 -07:00
Mario Rodas
d2d134fd8e
Merge pull request #249465 from anthonyroussel/vscode-devcontainers
vscode-extensions.ms-vscode-remote.remote-containers: init at 0.305.0
2023-08-26 14:54:37 -05:00
Mario Rodas
28dd7c5848
Merge pull request #251103 from saschagrunert/cri-o
cri-o: 1.27.1 -> 1.28.0
2023-08-26 14:39:41 -05:00
Matthias Beyer
106b717083
Merge pull request #251589 from babeuh/bump_multiviewer-for-f1_1.26.2
multiviewer-for-f1: 1.26.1 -> 1.26.2
2023-08-26 21:37:07 +02:00
Maciej Krüger
ebdd6efe6c
Merge pull request #251412 from karolinschlegel/update-odoo 2023-08-26 21:32:48 +02:00
Maciej Krüger
ca3d16b948
Merge pull request #249056 from NickCao/fluffychat 2023-08-26 21:32:15 +02:00
Mario Rodas
7b2d91f548
Merge pull request #246651 from kirillrdy/kuma2
kuma,kuma-cp,kuma-dp,kuma-experimental,kumactl: 1.8.1 → 2.3.1
2023-08-26 13:49:46 -05:00
github-actions[bot]
3503eea847
Merge master into staging-next 2023-08-26 18:00:55 +00:00
figsoda
c41a8609ed vimPlugins.nvim-treesitter: update grammars 2023-08-26 13:19:20 -04:00
figsoda
be3af7fed0 vimPlugins: update 2023-08-26 13:18:09 -04:00
figsoda
a3a07b08d6
Merge pull request #251631 from Jack77793/adwaita.nvim 2023-08-26 13:15:01 -04:00
figsoda
dd49f5eea4
Merge pull request #251629 from Jack77793/nvim-lilypond-suite 2023-08-26 13:14:29 -04:00
Ivan Mincik
a791f731e3 qgis-ltr: disable building tests
No tests are currently executed during the build process. Disable
building them to save significant amount of time and resources.
2023-08-26 19:11:05 +02:00
Ivan Mincik
0e82f77a33 qgis-ltr: alphabetical sorting of dependencies 2023-08-26 19:10:58 +02:00
Matthias Beyer
13a06fddfb
Merge pull request #251630 from figsoda/egglog
egglog: unstable-2023-08-19 -> unstable-2023-08-23
2023-08-26 19:09:12 +02:00
Ivan Mincik
09f9749a09 qgis: alphabetical sorting of dependencies 2023-08-26 19:08:59 +02:00
Ivan Mincik
2cf9345708 qgis-ltr: 3.28.7 -> 3.28.10 2023-08-26 18:52:56 +02:00
Mario Rodas
a153adf6cc
Merge pull request #251201 from nagy/emacs-typst-mode
emacsPackages.typst-mode: replace program
2023-08-26 11:35:19 -05:00
Anderson Torres
f6a6dc801f emacs: refactor
- Remove the excessive repetition of inherited packages
- Factor the excessive repetition of metadata in sources.nix
2023-08-26 16:21:58 +00:00
"Jack77793"
906836a6ac vimPlugins.adwaita-nvim: init at 2023-06-22 2023-08-27 00:02:07 +08:00
figsoda
b424933ae6 egglog: unstable-2023-08-19 -> unstable-2023-08-23
Diff: a4768b1751...9e53038196
2023-08-26 12:00:55 -04:00
"Jack77793"
9f698f54ab vimPlugins.nvim-lilypond-suite: init at 2023-08-18 2023-08-27 00:00:09 +08:00
Daniel Nagy
faeb7ac63a
emacsPackages.typst-mode: replace program 2023-08-26 16:30:00 +02:00
figsoda
3cea145491
Merge pull request #251500 from bobby285271/upd/minder
minder: 1.15.2 -> 1.15.6
2023-08-26 10:20:44 -04:00
R. Ryantm
cf2aba5eea nwg-dock: 0.3.6 -> 0.3.7 2023-08-26 13:58:34 +00:00
Ivan Mincik
b2a14fc0e4 qgis: disable building tests
No tests are currently executed during the build process. Disable
building them to save significant amount of time and resources.
2023-08-26 15:15:51 +02:00
Babeuh
c09b601800
multiviewer-for-f1: 1.26.1 -> 1.26.2
Also sets meta.mainProgram
2023-08-26 14:49:48 +02:00
Austin Horstman
8f1e764551
treewide: add meta.mainProgram (#251487)
* skhd: add meta.mainProgram

* yabai: add meta.mainProgram

* kitty: add meta.mainProgram

* alacritty: add meta.mainProgram

* thunar: add meta.mainProgram

* looking-glass-client: add meta.mainProgram

* thunderbird: add meta.mainProgram

* ckb-next: add meta.mainProgram

* virt-manager: add meta.mainProgram

* gh: add meta.mainProgram
2023-08-26 15:03:52 +03:00
github-actions[bot]
4cdbb53d13
Merge master into staging-next 2023-08-26 12:01:05 +00:00
Matthias Beyer
0f5179b591
Merge pull request #250717 from imincik/qgis-3.32.2
qgis: 3.28.3 -> 3.32.2
2023-08-26 13:16:35 +02:00
Ryan Lahfa
fcbcedcca5
Merge pull request #250565 from GaetanLepage/mission-center 2023-08-26 12:35:08 +02:00
Miao, ZhiCheng
e96a0b3c8b
insync: fix bwrap namespaces
- share bwrap namespaces as possible with the user
2023-08-26 13:31:37 +03:00
markuskowa
212d454c2a
Merge pull request #246867 from markuskowa/add-mpi-hook
add mpiCheckPhaseHook
2023-08-26 11:54:56 +02:00
Matthias Beyer
6ef34e8dc6
Merge pull request #251498 from r-ryantm/auto-update/librewolf-unwrapped
librewolf-unwrapped: 116.0.2-1 -> 116.0.3-1
2023-08-26 11:23:52 +02:00
Karolin Schlegel
19d7454123 odoo: 15.20230317 -> 16.20230722 2023-08-26 10:22:57 +02:00
K900
2184fbdba5
Merge pull request #251380 from K900/haruna-0.12.0
haruna: 0.11.1 -> 0.12.0
2023-08-26 11:07:21 +03:00
Matthias Beyer
6b4a8998a2
Merge pull request #251520 from zzzsyyy/flaca
flaca: 2.2.1 -> 2.2.2
2023-08-26 09:39:52 +02:00
R. Ryantm
1ebb37fbe8 nwg-dock-hyprland: 0.1.4 -> 0.1.5 2023-08-26 06:57:05 +00:00
zzzsyyy
52598b86d1
flaca: 2.2.1 -> 2.2.2 2023-08-26 14:04:01 +08:00
github-actions[bot]
7acb56e802
Merge master into staging-next 2023-08-26 06:00:59 +00:00
Nick Cao
8c71a46a8c
Merge pull request #251416 from chuangzhu/denaro
denaro: 2023.6.2 -> 2023.8.1
2023-08-26 13:47:53 +08:00
Nick Cao
53d37522d2
Merge pull request #251352 from babeuh/bump_multiviewer-for-f1
multiviewer-for-f1: 1.24.2 -> 1.26.1
2023-08-26 13:44:52 +08:00
github-actions[bot]
e61ea96d43 terraform-providers.tencentcloud: 1.81.21 -> 1.81.22 2023-08-26 15:43:56 +10:00
R. Ryantm
0e67341785 vnstat: 2.10 -> 2.11 2023-08-26 05:26:21 +00:00
Mario Rodas
7562fa6e1c docker-slim: 1.40.3 -> 1.40.4
Diff: https://github.com/slimtoolkit/slim/compare/1.40.3...1.40.4

Changelog: https://github.com/slimtoolkit/slim/raw/1.40.4/CHANGELOG.md
2023-08-26 04:20:00 +00:00
Bobby Rong
80cc2d9317
minder: 1.15.2 -> 1.15.6
https://github.com/phase1geo/Minder/compare/1.15.2...1.15.6
2023-08-26 10:22:20 +08:00
R. Ryantm
70a4b9e25b librewolf-unwrapped: 116.0.2-1 -> 116.0.3-1 2023-08-26 02:02:14 +00:00
Bobby Rong
832412e600
planify: 4.1 -> 4.1.1
https://github.com/alainm23/planify/compare/4.1...adf3629bcacfc9978f6dde5b87eff0278533ab3e
2023-08-26 09:30:20 +08:00
Franz Pletz
26d812a09d
Merge pull request #251338 from leona-ya/paperless-ngx-1-17-2
paperless-ngx: 1.17.0 -> 1.17.2
2023-08-26 03:22:19 +02:00
Mario Rodas
3da74f784a
Merge pull request #251228 from r-ryantm/auto-update/minikube
minikube: 1.31.1 -> 1.31.2
2023-08-25 20:19:19 -05:00
Mario Rodas
2e83dae052
Merge pull request #251376 from figsoda/felix
felix-fm: 2.8.0 -> 2.8.1
2023-08-25 20:15:12 -05:00
Mario Rodas
606527ab62
Merge pull request #251268 from marsam/update-storj-uplink
storj-uplink: 1.85.1 -> 1.86.2
2023-08-25 19:56:48 -05:00
Franz Pletz
6f147903e9
Merge pull request #251466 from markuskowa/upd-abracadabra
abracadabra: 2.2.2 -> 2.2.4
2023-08-26 02:42:52 +02:00
Emily
c02b798af9
Merge pull request #251401 from networkException/update-ungoogled-chromium
ungoogled-chromium: 116.0.5845.96 -> 116.0.5845.110
2023-08-26 02:38:14 +02:00
Emily
9944ecf43a
Merge pull request #251400 from networkException/update-chromium
chromium: 116.0.5845.96 -> 116.0.5845.110
2023-08-26 02:37:36 +02:00
Pablo Ovelleiro Corral
6062d16573
workstyle: unstable-2021-05-09 -> unstable-2023-08-23 (#250962)
* workstyle: unstable-2021-05-09 -> 8bde72d9a9dd67e0fc7c0545faca53df23ed3753

Diff: f2023750d8...8bde72d9a9

* Add cargo hash, fix rev and hash

* Update pkgs/applications/window-managers/i3/workstyle.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Update pkgs/applications/window-managers/i3/workstyle.nix

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>

* Move Cargo.lock file

---------

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-26 09:30:51 +09:00
github-actions[bot]
a23616289b
Merge master into staging-next 2023-08-26 00:01:43 +00:00
R. Ryantm
f0ac17b985 pulsar: 1.107.1 -> 1.108.0 2023-08-25 22:54:53 +00:00
Markus Kowalewski
3f43fe1c2a
abracadabra: 2.2.2 -> 2.2.4 2023-08-26 00:41:05 +02:00
R. Ryantm
c99f6eae3f kaniko: 1.13.0 -> 1.14.0 2023-08-25 22:39:53 +00:00
Ilan Joselevich
94c1a6ca28
Merge pull request #249347 from greizgh/seahub-fix-pil-compat
seahub: fix PIL compatibility
2023-08-26 01:07:29 +03:00
Ilan Joselevich
9e220ea00c
Merge pull request #247837 from adamcstephens/golden-cheetah/3.6
golden-cheetah*: 3.6-RC4 -> 3.6
2023-08-26 01:05:50 +03:00
"Phillip Cloud"
94bd8489e9 vimPlugins: resolve github repository redirects 2023-08-25 16:25:15 -04:00
"Phillip Cloud"
b6eae406a8 vimPlugins: update 2023-08-25 16:24:34 -04:00
Franz Pletz
94d494b2f6
Merge pull request #246851 from anund/noson-pulse
noson: fix pulse audio streaming support
2023-08-25 20:14:46 +02:00
Franz Pletz
fb6f1934a2
Merge pull request #248040 from felschr/tor-browser-malloc
tor-browser-bundle-bin: deprecate useHardenedMalloc
2023-08-25 20:12:38 +02:00
Franz Pletz
4df994d359
Merge pull request #248486 from S-NA/updates/deadd-notification-center
deadd-notification-center: 2.0.4 -> 2.1.1
2023-08-25 20:02:43 +02:00
github-actions[bot]
e79f8fd118
Merge master into staging-next 2023-08-25 18:00:58 +00:00
Pol Dellaiera
5cf3fa6186
Merge pull request #251266 from marsam/update-1password
_1password: 2.19.0 -> 2.20.0
2023-08-25 19:57:00 +02:00
Chuang Zhu
db6761e5a9 denaro: 2023.6.2 -> 2023.8.1 2023-08-26 01:25:30 +08:00
Matthias Beyer
697d179231
Merge pull request #251399 from r-ryantm/auto-update/k3sup
k3sup: 0.12.14 -> 0.12.15
2023-08-25 19:02:32 +02:00
figsoda
6bc39510ae
Merge pull request #251317 from GaetanLepage/rainbow-delimiters
vimPlugins.rainbow-delimiters-nvim: init at 2023-08-25
2023-08-25 12:55:19 -04:00
Franz Pletz
72631d762f
Merge pull request #251055 from lheckemann/virt-manager-osx
virt-manager: produce a macos application
2023-08-25 18:33:26 +02:00
Franz Pletz
31d331e7ce
Merge pull request #251186 from skorpy2009/zoom
zoom-us: 5.15.5.5603 -> 5.15.10.6882
2023-08-25 18:31:40 +02:00
figsoda
b07e62ccf1
Merge pull request #251381 from MoritzBoehme/gum-add-main-program 2023-08-25 12:28:25 -04:00
networkException
dd42af6b86
chromium: 116.0.5845.96 -> 116.0.5845.110
https://chromereleases.googleblog.com/2023/08/chrome-desktop-stable-update.html

This update includes 5 security fixes.

CVEs:
CVE-2023-4430 CVE-2023-4429 CVE-2023-4428 CVE-2023-4427 CVE-2023-4431
2023-08-25 18:17:08 +02:00
networkException
562f87433b
ungoogled-chromium: 116.0.5845.96 -> 116.0.5845.110
https://chromereleases.googleblog.com/2023/08/chrome-desktop-stable-update.html

This update includes 5 security fixes.

CVEs:
CVE-2023-4430 CVE-2023-4429 CVE-2023-4428 CVE-2023-4427 CVE-2023-4431
2023-08-25 18:15:59 +02:00
R. Ryantm
dafab32a63 k3sup: 0.12.14 -> 0.12.15 2023-08-25 16:06:02 +00:00
Matthias Beyer
103bbccbf6
Merge pull request #251359 from r-ryantm/auto-update/iqtree
iqtree: 2.2.2.6 -> 2.2.2.7
2023-08-25 17:53:42 +02:00
Gaetan Lepage
c7cf24c527 vimPlugins.nvim-treesitter: update grammars 2023-08-25 17:43:26 +02:00
Gaetan Lepage
b4c1f7d724 vimPlugins: update 2023-08-25 17:43:26 +02:00
Gaetan Lepage
dc157dc2ee vimPlugins.nvim-treesitter-context: update URL 2023-08-25 17:37:06 +02:00