Artturi
52f31d531b
Merge pull request #171820 from Artturin/torbrow1
...
tor-browser-bundle-bin: fix unbound variables
2022-05-08 13:51:12 +03:00
Rick van Schijndel
cdb1067df4
Merge pull request #171804 from panicgh/tbb
...
tor-browser-bundle-bin: 11.0.10 -> 11.0.11
2022-05-08 11:55:07 +02:00
Bobby Rong
861e3cecbb
Merge pull request #172039 from alexeyre/change-alexeyre-github
...
maintainers: rename @alex-eyre to @alexeyre
2022-05-08 17:09:17 +08:00
Florian Brandes
dfd3754f61
libreoffice-still: 7.1.8.1 -> 7.2.6.2
...
fixes #171907
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-08 10:47:47 +02:00
Vladimír Čunát
e2d0e574c8
Merge #171997 : cdparanoiaIII: Fix Darwin build after #171046
...
...into staging-next
2022-05-08 10:35:09 +02:00
Sergei Trofimovich
428045f39b
bwa: pull upstream fix for -fno-common tollchains
...
Without the change build fails on -fno-common toolchains like upstream
gcc-10 as:
$ nix build -L --impure --expr 'with import ./. {}; bwa.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
...
ld: ./libbwa.a(rope.o):/build/bwa-0.7.17/rle.h:33:
multiple definition of `rle_auxtab'; ./libbwa.a(bwtindex.o):/build/bwa-0.7.17/rle.h:33: first defined here
ld: ./libbwa.a(rle.o):/build/bwa-0.7.17/rle.h:33:
multiple definition of `rle_auxtab'; ./libbwa.a(bwtindex.o):/build/bwa-0.7.17/rle.h:33: first defined here
2022-05-08 08:56:43 +01:00
Alex Eyre
08085640ee
scli: change maintainer @alex-eyre to @alexeyre
2022-05-08 08:56:30 +01:00
Alex Eyre
f18b66dd98
nimbo: change maintainer @alex-eyre to @alexeyre
2022-05-08 08:55:27 +01:00
7c6f434c
35c8369737
Merge pull request #171945 from trofi/fix-fno-common-for-freetalk
...
freetalk: pull pending fix for -fno-common toolchains
2022-05-08 07:46:04 +00:00
Bobby Rong
ab24753c51
Merge pull request #167052 from r-ryantm/auto-update/scli
...
scli: 0.7.0 -> 0.7.1
2022-05-08 14:22:02 +08:00
github-actions[bot]
7c1e4ffd7f
Merge master into staging-next
2022-05-08 06:01:24 +00:00
Bobby Rong
ac968691e0
Merge pull request #169164 from r-ryantm/auto-update/logseq
...
logseq: 0.6.5 -> 0.6.6
2022-05-08 13:41:26 +08:00
Bobby Rong
e65ee93064
Merge pull request #171472 from r-ryantm/auto-update/brave
...
brave: 1.38.109 -> 1.38.111
2022-05-08 13:38:34 +08:00
Mario Rodas
9d22c5a51a
ledger: add marsam to maintainers
2022-05-08 04:20:00 +00:00
Mario Rodas
1d5f520da8
ledger: install bash completion
2022-05-08 04:20:00 +00:00
Mario Rodas
c88d3ed4bf
ledger: add patch to xdg support
2022-05-08 04:20:00 +00:00
P. R. d. O
37b5883fe6
binance: 1.30.1 -> 1.35.0
2022-05-07 21:55:30 -06:00
Mario Rodas
0f949eb7f1
Merge pull request #172015 from r-ryantm/auto-update/flexget
...
flexget: 3.3.8 -> 3.3.9
2022-05-07 22:45:59 -05:00
Artturi
8500b9de82
Merge pull request #168752 from nicknovitski/minikube-wrap
...
minikube: disable update notifications
2022-05-08 06:40:14 +03:00
R. Ryantm
e77d20ed55
flexget: 3.3.8 -> 3.3.9
2022-05-08 02:17:13 +00:00
Mario Rodas
4d67161fa7
Merge pull request #170651 from magnetophon/airwindows-lv2
...
airwindows-lv2: init at 1.0
2022-05-07 19:05:54 -05:00
github-actions[bot]
d6c9d38363
Merge master into staging-next
2022-05-08 00:02:24 +00:00
Marek Fajkus
ce00fa7b97
Merge pull request #170449 from lilyinstarlight/obs-gstreamer-0.3.3
...
obs-studio-plugins.obs-gstreamer: 0.2.1 -> 0.3.3
2022-05-08 00:44:30 +02:00
S. Nordin Abouzahra
0bafb3baa7
firefox: support JACK and sndio audio backends
...
You can set `media.cubeb.backend` in `about:config` to force a specific
backend.
2022-05-07 18:36:06 -04:00
Anderson Torres
7907a7ac15
Merge pull request #171932 from ebbertd/calibreupdate
...
calibre: 5.37.0 -> 5.42.0
2022-05-07 19:10:42 -03:00
Euan Kemp
527f2375d0
k3s: 1.23.5+k3s1 -> 1.23.6+k3s1
...
This updates k3s.
This one's done by hand rather than via the update bot since the
upstream repo ended up in a state where `go mod download` didn't work,
and we had `proxyVendor` set (which causes a `go mod download`).
Deleting `proxyVendor` works now though, and I didn't actually fully
understand why it was needed before, so I've removed that. Which
unblocks the update.
The actual update was done via `./update.sh` after removing
`proxyVendor` and the `k3sServerVendorSha256` variables.
2022-05-07 14:56:39 -07:00
John Ericson
850c9fea3e
cdparanoiaIII: Fix Darwin build after #171046
...
I shouldn't have been so hasty rearranging things, and also should have
tested Darwin before merging!
Sorry @vcunat!
2022-05-07 17:55:19 -04:00
Marek Fajkus
df45d7da7e
Merge pull request #171860 from ckiee/polyb363
...
polybar: 3.6.2 -> 3.6.3
2022-05-07 23:52:03 +02:00
Anderson Torres
f8a27ed69a
Merge pull request #171955 from SuperSamus/emu-cubeb
...
{citra,duckstation}: fix Cubeb under SDL interface
2022-05-07 17:50:36 -03:00
Michael Weiss
50eb698593
Merge pull request #171852 from primeos/chromiumDev
...
chromiumDev: 103.0.5028.0 -> 103.0.5042.0
2022-05-07 22:04:59 +02:00
Michael Weiss
b7cc539a71
Merge pull request #171851 from primeos/chromiumBeta
...
chromiumBeta: 102.0.5005.27 -> 102.0.5005.40
2022-05-07 22:04:48 +02:00
Anderson Torres
82155becef
Merge pull request #171916 from trofi/fix-fno-common-simh-build
...
simh: add -fcommon workaround
2022-05-07 15:44:56 -03:00
Naïm Favier
863cdf8f09
wrapFirefox: handle binary wrappers
...
We can't just edit binary wrappers in place because of a length
mismatch, so we have to parse the generating makeCWrapper call out of
the binary, extract wrapper arguments from it and add them to the
Firefox wrapper.
All these contortions are needed because Firefox looks for its runtime
in argv0, so the proper argv0 needs to be set by wrappers to always
point to the "final" runtime. I think this could be avoided by wrapping
/lib/$libName/firefox instead of /bin/firefox, and I'd like to look into
that in the future, but for now I'm just fixing the immediate problem.
2022-05-07 20:40:43 +02:00
Doron Behar
44a91b7153
monkeysAudio: Update license
2022-05-07 21:32:13 +03:00
Doron Behar
f8ee62b3dc
monkeysAudio: Add -old suffix to pname - to update URL
2022-05-07 21:32:13 +03:00
Doron Behar
0b084cd7af
monkeysAudio: Fix compilation using an older version of gcc
...
Fixes this issue:
> /nix/store/...-gcc-11.2.0/include/c++/11.2.0/cmath:1930:1: error: expected declaration before '}' token
> 1930 | } // extern "C++"
> | ^
2022-05-07 21:32:04 +03:00
github-actions[bot]
84277e82a5
Merge master into staging-next
2022-05-07 18:01:03 +00:00
Fabian Affolter
a007e91d85
Merge pull request #171966 from r-ryantm/auto-update/snakemake
...
snakemake: 7.6.1 -> 7.6.2
2022-05-07 19:54:52 +02:00
Sergei Trofimovich
2f653769f8
freetalk: pull pending fix for -fno-common toolchains
...
Without the change build on -fno-common toolchains like clamng-13 fails as:
$ nix build --impure --expr 'with import ./. {}; freetalk.override { stdenv = clang13Stdenv; }' -L
...
ld: more.o:src/./more.h:15: multiple definition of `cin'; primitives.o:src/./more.h:15: first defined here
ld: more.o:src/./more.h:14: multiple definition of `initial_settings'; primitives.o:src/./more.h:14: first defined here
2022-05-07 18:32:19 +01:00
Jan Tojnar
e3104e95c5
sublime-merge-dev: 2067 → 2070
...
https://www.sublimemerge.com/dev#changelog
2022-05-07 18:59:06 +02:00
Jan Tojnar
cd9591ccd9
sublime-merge: 2068 → 2071
...
https://www.sublimemerge.com/download#changelog
2022-05-07 18:59:06 +02:00
R. Ryantm
5b55f851ac
snakemake: 7.6.1 -> 7.6.2
2022-05-07 16:16:09 +00:00
Artturi
c7a2979f4c
Merge pull request #151366 from squalus/standardnotes-icon
...
standardnotes: fix icon path
2022-05-07 17:41:49 +03:00
Ahmed Kamal
a00857983e
Nit, remove trailing whitespace
2022-05-07 16:28:00 +02:00
Martino Fontana
a62444153e
duckstation: fix Cubeb under SDL interface
...
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:51 +02:00
Martino Fontana
7699ee4326
citra: fix Cubeb under SDL interface
...
https://github.com/NixOS/nixpkgs/issues/171173
2022-05-07 16:27:23 +02:00
Ahmed Kamal
1cf7a75d80
Fix warning about UPNP letter case
2022-05-07 16:08:54 +02:00
Ahmed Kamal
2032969f0a
Initial port of haven-cli
2022-05-07 15:42:51 +02:00
linsui
dcf8a34e1c
amberol: 0.4.3 -> 0.6.0
2022-05-07 21:13:28 +08:00
hiljusti
f180188828
sigi: 3.2.1 -> 3.3.0
2022-05-07 07:15:41 -05:00
github-actions[bot]
a714337bb2
Merge master into staging-next
2022-05-07 12:01:21 +00:00
Artturi
0e12570a92
Merge pull request #171865 from RamKromberg/fix/catclock
...
catclock: 2015-10-04 -> 2021-11-15
2022-05-07 13:49:22 +03:00
Alexis Hildebrandt
037ec9ab0d
musikcube: fix darwin build
2022-05-07 11:28:59 +02:00
Daniel Ebbert
6c3425e243
calibre: 5.37.0 -> 5.42.0
2022-05-07 11:17:42 +02:00
maxine [they]
076d29a85a
Merge pull request #171809 from maxeaubrey/1password-gui
...
_1password-gui: 8.6.1 -> 8.7.0
2022-05-07 11:12:38 +02:00
Ram Kromberg
d9c321639c
jpegrescan: 2016-06-01 -> 2019-03-27
2022-05-07 11:36:41 +03:00
Sergei Trofimovich
c82c56ba78
bicon: unstable-2018-09-10 -> unstable-2020-06-04
...
Without the update build fails on -fno-common toolchains as:
$ nix build --impure --expr 'with import ./. {}; bicon.override { stdenv = clang13Stdenv; }'
...
ld: bicon_bin-bicon_read.o:/build/source/bicon/bicon_read.c:37:
multiple definition of `bicon_options'; bicon_bin-bicon.o:/build/source/bicon/./bicon_read.h:4: first defined here
While at it pulled in pending fix for clang compatibility.
2022-05-07 08:48:50 +01:00
Aaron Andersen
8100bbdb41
Merge pull request #171096 from r-ryantm/auto-update/kodiPackages.inputstreamhelper
...
kodiPackages.inputstreamhelper: 0.5.8+matrix.1 -> 0.5.10+matrix.1
2022-05-07 03:14:28 -04:00
Ram Kromberg
c00d014a15
catclock: 2015-10-04 -> 2021-11-15
2022-05-07 09:55:48 +03:00
Vladimír Čunát
a87d534668
Merge #171203 : gmime3: 3.2.7 -> 3.2.11 (into staging-next)
2022-05-07 08:52:11 +02:00
Pavol Rusnak
837aaab11e
Merge pull request #171898 from r-ryantm/auto-update/ffmpeg-normalize
...
ffmpeg-normalize: 1.22.10 -> 1.23.0
2022-05-07 08:46:11 +02:00
Sergei Trofimovich
71f10994f2
simh: add -fcommon workaround
...
Without the change -fno-common toolchains like upstream gcc-10
or clang-11+ fail to build simh as:
$ nix build --impure --expr 'with import ~/nm {}; simh.override { stdenv = clang13Stdenv; }'
...
ld: /build/pdp11_io-0c74f0.o:(.bss+0x10c00):
multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
ld: /build/pdp11_io_lib-296a06.o:(.bss+0x8000):
multiple definition of `uc15_memsize'; /build/pdp11_cis-17339e.o:(.bss+0x118): first defined here
2022-05-07 07:36:11 +01:00
github-actions[bot]
78c3adb476
Merge master into staging-next
2022-05-07 06:01:11 +00:00
Artturi
9032f6d99b
Merge pull request #171885 from marsam/update-hstr
...
hstr: 2.3 -> 2.5
2022-05-07 07:33:19 +03:00
Artturi
77b0530b3c
Merge pull request #171879 from SuperSandro2000/python-magic
...
python310Packages.python-magic: normalise attr
2022-05-07 07:23:25 +03:00
Kevin Cox
4206661e5d
firefox: Enable crash reporter by default.
...
This makes it easier to report bugs upstream and ensures that NixOS user crashes are fixed.
Based on my testing these reports weren't automatically submitted anyways so the privacy concern is minimal. For my crashes it both asked my if a crash report should be produced after a crash, and required manual sending. Although possibly the report world eventually be sent automatically.
Fixes https://github.com/NixOS/nixpkgs/issues/107889
2022-05-06 22:24:42 -04:00
R. Ryantm
18c3377993
ffmpeg-normalize: 1.22.10 -> 1.23.0
2022-05-07 02:16:11 +00:00
Hexadecimal
94c5433df2
wolfram-engine: fix wrappers
2022-05-07 10:13:57 +08:00
Jan Tojnar
c70641c8d9
rhythmbox: 3.4.4 → 3.4.5
...
https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.4...v3.4.5
- Switched to Meson, which enabled all features by default.
2022-05-07 03:23:41 +02:00
github-actions[bot]
fa99b3742a
Merge master into staging-next
2022-05-07 00:02:09 +00:00
Sandro Jäckel
115475ff5b
python310Packages.python-magic: normalise attr
2022-05-07 01:18:35 +02:00
Sandro
4c4133e86d
Merge pull request #170726 from WolfangAukang/protonvpn-cli-legacy
2022-05-07 01:15:10 +02:00
Sandro
b59c0841ff
Merge pull request #169175 from sikmir/vis
...
vis: add tre to buildInputs
2022-05-07 01:13:41 +02:00
Sandro
4dbc054800
Merge pull request #171292 from malob/update-signalbackup-tools
...
signalbackup-tools: 20220425 -> 20220430
2022-05-07 01:10:46 +02:00
aszlig
6bdb6ee004
Merge pull request #171834 (charm update)
...
I was approached by @muesli and the nixpkgs maintainer @penguwin about
it and given that basic ofborg checks are successful plus thei're the
upstream authors and the change in nixpkgs is minor I hereby decrided to
merge it despite being not involved in this nor being an expert about
the software in question.
2022-05-07 00:59:49 +02:00
Sandro
da51b0c1b3
Merge pull request #171811 from Kranzes/nc
...
nextcloud-client: Revert "nextcloud-client: remove inkscape from runtime closure"
2022-05-07 00:56:23 +02:00
P. R. d. O
ac247e0885
protonvpn-cli_2: init at 2.2.11
...
Naming as protonvpn-cli_2 as this version uses openvpn to perform connections instead of NetworkManager as on the official version
2022-05-06 15:28:06 -06:00
P. R. d. O
0ffb521ac8
protonvpn-cli: 2.2.6 -> 3.11.1
2022-05-06 15:26:57 -06:00
ckie
8a5fcd583f
polybar: add ckie to maintainers
2022-05-06 23:51:48 +03:00
ckie
e1b3db7d1a
polybar: 3.6.2 -> 3.6.3
2022-05-06 23:50:51 +03:00
Artturi
d2b5cf38f7
Merge pull request #170646 from VirtusLab/chore/pytest
...
git-machete: updates to 3.9.0
2022-05-06 23:42:50 +03:00
Michael Weiss
fdeff96262
chromiumDev: 103.0.5028.0 -> 103.0.5042.0
2022-05-06 21:19:07 +02:00
Michael Weiss
e1ae57055b
chromiumBeta: 102.0.5005.27 -> 102.0.5005.40
2022-05-06 21:17:49 +02:00
Michael Weiss
1234e830e4
Merge pull request #171564 from primeos/chromium
...
chromium: 101.0.4951.41 -> 101.0.4951.54
2022-05-06 21:17:24 +02:00
Sergei Trofimovich
ff9c57fbed
wmfs: fix build on -fno-common toolchain
...
Without the change build fails on -fno-common tollchains as:
$ nix build --impure --expr 'with import ~/nm {}; wmfs.override { stdenv = clang13Stdenv; }'
...
ld: src/log.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
ld: src/wmfs.o:(.bss+0x0): multiple definition of `W'; src/barwin.o:(.bss+0x0): first defined here
ld: src/wmfs.o:(.bss+0x10): multiple definition of `event_handle'; src/client.o:(.bss+0x10): first defined here
2022-05-06 19:02:39 +01:00
github-actions[bot]
6c361fbbd8
Merge master into staging-next
2022-05-06 18:01:18 +00:00
Nikolay Korotkiy
8a9a910255
vis: add tre to buildInputs
2022-05-06 19:46:50 +03:00
Sandro
7278295c36
Merge pull request #103909 from RamKromberg/fix/transgui
...
transgui: patch to circumvent v3 rpc issue
2022-05-06 18:37:04 +02:00
Nicolas M
42a75e1373
charm: 0.12.0 -> 0.12.1
2022-05-06 18:04:41 +02:00
Bobby Rong
206cac7ebd
Merge pull request #171539 from FliegendeWurst/trilium-0.51.2
...
trilium: 0.50.3 -> 0.51.2
2022-05-06 23:35:07 +08:00
R. RyanTM
a4f017b035
nano: 6.2 -> 6.3 ( #171639 )
2022-05-06 10:45:24 -04:00
K900
70b3cbff57
n8n: reenable tests
2022-05-06 14:34:43 +00:00
Sandro Jäckel
004a752f6f
nextcloud-client: replace inkscape with the more light librsvg
2022-05-06 16:19:32 +02:00
Vladimír Čunát
8ad52489e9
Merge branch 'master' into staging-next
2022-05-06 16:07:25 +02:00
Nikolay Korotkiy
c92b0c5c69
lagrange: 1.12.2 → 1.13.3
2022-05-06 16:46:32 +03:00
Jonas Chevalier
bab6710b73
Merge pull request #171221 from zimbatm/numtide-team
...
maintainers: add numtide team
2022-05-06 15:42:16 +02:00
Bobby Rong
1ed2cbda29
Merge pull request #170861 from equirosa/signal-desktop
...
signal-desktop: 5.39.0 -> 5.42.0
2022-05-06 21:41:46 +08:00
Artturin
af3565ce64
tor-browser-bundle-bin: fix unbound variables
2022-05-06 16:21:37 +03:00
Robert Schütz
c767cecaad
rnote: 0.4.0 -> 0.5.0-hotfix-2
...
https://github.com/flxzt/rnote/releases/tag/v0.5.0-hotfix-2
2022-05-06 06:17:17 -07:00
Sandro
f03815b4dd
Merge pull request #170711 from max-niederman/pkg/remnote
...
remnote: init at 1.7.6
2022-05-06 15:08:05 +02:00
github-actions[bot]
6e0aca3c43
Merge master into staging-next
2022-05-06 12:02:02 +00:00
Ilan Joselevich
02479819d6
Revert "nextcloud-client: remove inkscape from runtime closure"
...
This reverts commit 1f70a0a9e0
.
2022-05-06 15:00:13 +03:00
Yaya
defb285c96
gitlab: 14.10.1 -> 14.10.2 ( #171801 )
2022-05-06 13:39:59 +02:00
Pavol Rusnak
cfc3c4efcc
Merge pull request #170362 from r-ryantm/auto-update/ffmpeg-normalize
...
ffmpeg-normalize: 1.22.9 -> 1.22.10
2022-05-06 13:32:47 +02:00
Maxine Aubrey
fa1ea67333
_1password-gui-beta: 8.7.0-49.BETA -> 8.8.0-11.BETA
2022-05-06 13:00:34 +02:00
Maxine Aubrey
02f86f3dbd
_1password-gui: 8.6.1 -> 8.7.0
2022-05-06 13:00:06 +02:00
hexchen
6f33598b7e
alfaview: fix and update
2022-05-06 12:18:13 +02:00
Nicolas Benes
607be2704a
tor-browser-bundle-bin: 11.0.10 -> 11.0.11
2022-05-06 12:09:20 +02:00
Manuel Bärenz
437ebbdb34
Merge pull request #171646 from turion/dev_vscode_bookmarks
...
vscode-extensions: Init alefragnani.bookmarks at 13.0.1
2022-05-06 11:23:39 +02:00
Bobby Rong
d1ad6a8d44
Merge pull request #171661 from jtrees/update-tutanota
...
tutanota-desktop: 3.91.10 -> 3.95.4
2022-05-06 17:14:39 +08:00
Bobby Rong
3d93ea9f5b
Merge pull request #171706 from DarkOnion0/master
...
drawio: 17.4.2 -> 18.0.1
2022-05-06 17:09:56 +08:00
Jan Tojnar
cd1f035c0d
gnome-latex: 3.38.0 → 3.40.0
...
Repo moved to https://gitlab.gnome.org/swilmet/gnome-latex
https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.38.0...3.40.0
2022-05-06 10:52:44 +02:00
maxine [they]
c6d625abc4
Merge pull request #171748 from samuela/upkeep-bot/vscode-1.67.0-1651796606
...
vscode: 1.66.2 -> 1.67.0
2022-05-06 10:48:23 +02:00
Ram Kromberg
3863692d00
deadpixi-sam-unstable: fix remote connection and add icon
2022-05-06 11:03:25 +03:00
maxine [they]
43ac5277bb
Merge pull request #171733 from maxeaubrey/docker_20.10.15
2022-05-06 09:33:23 +02:00
Ram Kromberg
c0de15d581
transgui: patch to circumvent v3 rpc issue
2022-05-06 09:27:19 +03:00
github-actions[bot]
ff5c4d3404
Merge master into staging-next
2022-05-06 06:01:36 +00:00
7c6f434c
7bdbbba683
Merge pull request #171368 from ThibaultLemaire/update-linphone-4-4-1
...
linphone: Cleanup dependencies
2022-05-06 04:27:28 +00:00
Evils
3592ccf6cc
kicad-unstable: 2022-03-19 -> 2022-05-06
2022-05-06 06:20:03 +02:00
Mario Rodas
12c01a01ca
hstr: 2.3 -> 2.5
...
https://github.com/dvorka/hstr/releases/tag/2.4
https://github.com/dvorka/hstr/releases/tag/2.5
2022-05-06 04:20:00 +00:00
Artturi
1324b2b7b3
Merge pull request #169755 from clkamp/radicle-upstream-0.3.0
...
radicle-upstream: 0.2.12 -> 0.3.0
2022-05-06 07:19:44 +03:00
Evils
64436e0df5
kicad: 6.0.4 -> 6.0.5
2022-05-06 04:48:05 +02:00
Artturi
d784d3ca7f
Merge pull request #171693 from ktor/master
...
timeular: 4.7.1 -> 4.8.0
2022-05-06 04:48:29 +03:00
Bernardo Meurer
e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
...
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
Max Niederman
d6881554a4
remnote: init at 1.7.6
2022-05-05 17:45:57 -07:00
nixpkgs-upkeep-bot
98ebce8e1c
vscode: 1.66.2 -> 1.67.0
2022-05-06 00:23:26 +00:00
github-actions[bot]
b962dee3e7
Merge master into staging-next
2022-05-06 00:02:16 +00:00
Maxine Aubrey
6401b21ad3
docker: 20.10.14 -> 20.10.15
...
https://docs.docker.com/engine/release-notes/#201015
https://github.com/moby/moby/releases/tag/v20.10.15
https://github.com/docker/cli/releases/tag/v20.10.15
https://github.com/containerd/containerd/releases/tag/v1.6.4
https://github.com/opencontainers/runc/releases/tag/v1.1.1
2022-05-06 00:49:05 +02:00
Jan Tojnar
1e7cc37ca4
meld: Fix view not rendering with adwaita-icon-theme 42 due to removed icons
2022-05-06 00:48:25 +02:00
Jan Tojnar
1cc16e71e1
Merge pull request #167372 from r-ryantm/auto-update/poppler-glib
...
poppler: 22.03.0 -> 22.04.0
2022-05-06 00:47:20 +02:00
Maxine Aubrey
01b99ebcff
docker-compose_2: 2.4.1 -> 2.5.0
...
https://github.com/docker/compose/releases/tag/v2.5.0
2022-05-06 00:39:57 +02:00
Bernardo Meurer
64e323091f
Merge pull request #171687 from dtzWill/update/verilator-4.222
...
verilator: 4.220 -> 4.222
2022-05-05 15:09:51 -07:00
pacien
cfe0566da1
mercurial: 6.1.1 -> 6.1.2
...
Setting `HGMODULEPOLICY` for the tests is now required for the native
components to be properly detected when testing the already built binary
with `--with-hg`.
This release contains an important bug fix:
"Fix incorrect metadata causing dirstate-v2 data loss in edge case"
Release notes: https://www.mercurial-scm.org/wiki/Release6.1
2022-05-05 23:39:23 +02:00
Sandro
38803a159c
Merge pull request #171700 from K900/upd8n
2022-05-05 23:28:41 +02:00
Sandro
60872be950
Merge pull request #170886 from wineee/libmediainfo
...
libmediainfo{-gui}: 21.09 -> 22.03
2022-05-05 22:43:48 +02:00
DarkOnion0
e06ba92957
drawio: 17.4.2 -> 18.0.1
2022-05-05 22:27:47 +02:00
Sandro
020b061a1a
Merge pull request #171143 from sbruder/swaync-0.5
...
swaynotificationcenter: 0.3 -> 0.5
2022-05-05 21:37:56 +02:00
adisbladis
b0f1f80094
Merge pull request #171697 from adisbladis/ement-2022-04-05
...
emacs.pkgs.ement: unstable-2022-04-22 -> unstable-2022-05-05
2022-05-06 02:28:24 +07:00
K900
50644fd3b1
n8n: 0.175.0 -> 0.175.1, build with Node 16
2022-05-05 22:25:50 +03:00
Rick van Schijndel
aefe9741c8
Merge pull request #171480 from tpwrules/fix-sweethome3d-impurity
...
sweethome3d: fix impurity
2022-05-05 21:15:31 +02:00
adisbladis
162d2d3ac5
emacs.pkgs.ement: unstable-2022-04-22 -> unstable-2022-05-05
2022-05-06 07:01:24 +12:00
Maximilian Bosch
0350935cf4
Merge pull request #171003 from Ma27/bump-neomutt
...
neomutt: 20220415 -> 20220429
2022-05-05 20:53:42 +02:00
Pawel Kruszewski
27194d6afb
timeular: 4.7.1 -> 4.8.0
2022-05-05 20:34:48 +02:00
ajs124
34847d4bf9
Merge pull request #169686 from r-ryantm/auto-update/AusweisApp2
...
AusweisApp2: 1.22.4 -> 1.22.5
2022-05-05 19:27:51 +01:00
github-actions[bot]
aba90d9366
Merge master into staging-next
2022-05-05 18:05:32 +00:00
Artturi
f09f23e9e5
Merge pull request #170831 from wahjava/update-got
...
got: 0.68.1 -> 0.69
2022-05-05 20:41:13 +03:00
Artturi
7896b0526b
Merge pull request #169224 from Shawn8901/update_portfolio_0_57_2
...
portfolio: 0.57.1 -> 0.57.2
2022-05-05 20:39:03 +03:00
Artturi
64b10920f8
Merge pull request #168107 from ktor/master
...
timeular: 3.9.1 -> 4.7.1
2022-05-05 20:27:26 +03:00
Artturi
b0b8435c37
Merge pull request #167987 from oxzi/weechat-otr-fix-build-and-deprecation
...
weechat-otr: Fix build and knownVulnerabilities
2022-05-05 20:24:55 +03:00
Artturi
180879172e
Merge pull request #110168 from corngood/p4
2022-05-05 20:20:24 +03:00
Will Dietz
4b79fa29a6
verilator: 4.220 -> 4.222
2022-05-05 12:15:54 -05:00
squalus
e9f479eca0
librewolf: 100.0-1 -> 100.0-2
2022-05-05 07:19:14 -07:00
Joshua Trees
6eaf63fec7
tutanota-desktop: 3.91.10 -> 3.95.4
2022-05-05 15:45:27 +02:00
ajs124
76b29a4500
Merge pull request #167440 from r-ryantm/auto-update/psi-plus
...
psi-plus: 1.5.1615 -> 1.5.1618
2022-05-05 14:05:45 +01:00
github-actions[bot]
5b965b95d5
Merge master into staging-next
2022-05-05 12:04:22 +00:00
José Romildo Malaquias
21dcccd97d
Merge pull request #171583 from romildo/upd.liferea
...
liferea: 1.12.9 -> 1.13.8
2022-05-05 08:53:16 -03:00
Manuel Bärenz
276402f933
vscode-extensions: Init alefragnani.bookmarks at 13.0.1
2022-05-05 12:52:59 +02:00
ajs124
4bd62b75f7
Merge pull request #169515 from kuwii/microsoft-edge
...
microsoft-edge: 98.0.1108.56 -> 100.0.1185.44
2022-05-05 10:31:41 +01:00
Artturi
a31f247d0b
Merge pull request #171546 from totoroot/update/qownnotes-22.5.0
...
qownnotes: 22.4.1 -> 22.5.0
2022-05-05 10:23:45 +03:00
Artturi
aba4816ffd
Merge pull request #171555 from ShamrockLee/caprine-bin
...
caprine-bin: 2.55.2 -> 2.55.4
2022-05-05 10:15:19 +03:00
Artturi
530845b05c
Merge pull request #171568 from jaen/fix-brave-gpu-acceleration-wayland
...
brave: fix GPU acceleration on Wayland
2022-05-05 10:08:50 +03:00
Artturi
8ce2d6d6fa
Merge pull request #171581 from malte-v/senpai-update
...
senpai: unstable-2021-12-14 -> unstable-2022-04-29
2022-05-05 10:07:18 +03:00
Fabian Affolter
ad619e60da
Merge pull request #171548 from r-ryantm/auto-update/snakemake
...
snakemake: 7.5.0 -> 7.6.1
2022-05-05 09:06:17 +02:00
Weijia Wang
9e24dd0149
codeblocks: fix builds
2022-05-05 09:01:46 +02:00
Artturi
9720f3d781
Merge pull request #171599 from equirosa/tut
...
tut: 0.0.42 -> 0.0.46
2022-05-05 10:01:39 +03:00
Peter Hoeg
5a51d04e45
onedrive: 2.4.16 -> 2.4.17
2022-05-05 14:33:18 +08:00
R. Ryantm
160094c9ec
hydrus: 482 -> 483
2022-05-05 06:03:22 +00:00
github-actions[bot]
375b571b04
Merge master into staging-next
2022-05-05 06:01:10 +00:00
Rick van Schijndel
6a3fa05aa8
Merge pull request #170179 from armeenm/bump-xpdf
...
xpdf: 4.03 -> 4.04
2022-05-05 07:20:05 +02:00
Vincent Laporte
c777cdf5c5
easycrypt-runtest: init at 2022.04
2022-05-05 06:57:50 +02:00
Vincent Laporte
b20934a65c
easycrypt: init at 2022.04
2022-05-05 06:57:50 +02:00
Bobby Rong
602292f93d
Merge pull request #171462 from 7FM/patch-1
...
modem-manager-gui: fix build with meson >= 0.61
2022-05-05 12:33:58 +08:00
Ben Siraphob
1bb17332ab
Merge pull request #171469 from luispedro/static_bioinformatics
2022-05-04 20:36:26 -06:00
Thomas Watson
1dcc140d7f
sweethome3d: fix impurity
...
The sweethome3d program ships pre-compiled shared libraries for graphics that
need to be `patchelf`ed to work properly. Once the libraries are compressed into
the final .jar, Nix can no longer see the path references so they are not
declared a runtime dependency and the program won't run on a system that didn't
build it and doesn't happen to have the right paths already present on it by
chance.
This patch switches to autoPatchelfHook to ensure the libraries get patched
correctly, then scans the libraries to make a plain-text file with the same
paths so that Nix can see the references and account for them. I suspect this
problem might be lurking in other Java programs in nixpkgs.
Fixes #66471 .
2022-05-04 21:23:32 -05:00
Eduardo Quiros
7ffc224e4a
signal-desktop: 5.39.0 -> 5.42.0
2022-05-04 20:11:42 -06:00
Eduardo Quiros
02900c458d
tut: 0.0.42 -> 0.0.46
2022-05-04 19:51:44 -06:00
Anderson Torres
851fd63179
Merge pull request #171487 from dotlambda/udiskie-2.4.2
...
udiskie: 2.4.0 -> 2.4.2
2022-05-04 22:40:30 -03:00
Anderson Torres
31d2b31c11
Merge pull request #171399 from dtzWill/update/vlc-3.0.17.3
...
vlc: 3.0.17 -> 3.0.17.3
2022-05-04 22:25:43 -03:00
Artturi
ed7482faa6
Merge pull request #170440 from armeenm/remove-twister
...
twister: remove
2022-05-05 04:10:05 +03:00
Malo Bourgon
16e15fa68f
treewide: add meta.mainProgram to many packages
2022-05-04 18:08:19 -07:00
github-actions[bot]
ae265ec922
Merge master into staging-next
2022-05-05 00:02:31 +00:00
Mario Rodas
9283129fa0
Merge pull request #171411 from techknowlogick/bcloudflared
...
cloudflared: 2022.4.1 -> 2022.5.0
2022-05-04 18:49:06 -05:00
Mario Rodas
e8fab4e653
Merge pull request #171458 from schmittlauch/seafile-client-8.0.7-1
...
seafile-client: build v8.0.7 from proper commit
2022-05-04 18:47:48 -05:00
Sandro
5060994261
Merge pull request #168473 from erictapen/nbclient
2022-05-05 00:37:19 +02:00
Sandro
6c4bc083e1
Merge pull request #171578 from jtojnar/revert-nm-applet-rename
2022-05-05 00:19:15 +02:00
Sandro
b7e7a04689
Merge pull request #171536 from WolfangAukang/ssm-smp-1.2.312.0
...
ssm-session-manager-plugin: 1.2.54.0 -> 1.2.312.0
2022-05-04 23:51:48 +02:00
Sandro
0366817d00
Merge pull request #171398 from WolfangAukang/upwork-5.6.10.13
...
upwork: 5.6.10.7 -> 5.6.10.13
2022-05-04 23:51:32 +02:00
José Romildo
bf59489fea
liferea: 1.12.9 -> 1.13.8
2022-05-04 18:39:42 -03:00
Malte Voos
5860a9e5e5
senpai: unstable-2021-12-14 -> unstable-2022-04-29
2022-05-04 23:39:29 +02:00
Jan Tojnar
ec0ae174f8
Revert "networkmanager-applet: rename from networkmanagerapplet"
...
network-manager-applet uses differrent naming scheme from the VPN plug-ins.
Let’s revert to the previous state, for now, to fix eval. We can do the rename later.
This reverts commit cecb014d5d
.
2022-05-04 23:29:42 +02:00
Kerstin Humm
60b4f7d8e8
zerobin: raise version bounds for bleach to <6
2022-05-04 22:47:27 +02:00
Vladimír Čunát
453f19bb85
Merge branch 'master' into staging-next
2022-05-04 21:02:39 +02:00
Tomek Mańko
de4a99db5e
brave: fix GPU acceleration on Wayland
2022-05-04 21:01:33 +02:00
Michael Weiss
1c9f439ba2
chromium: 101.0.4951.41 -> 101.0.4951.54
...
https://chromereleases.googleblog.com/2022/05/stable-channel-update-for-desktop.html
2022-05-04 20:58:39 +02:00
Michael Weiss
560e691ffb
Merge pull request #171495 from michaeladler/ungoogled-chromium
...
ungoogled-chromium: 101.0.4951.41 -> 101.0.4951.54
2022-05-04 20:57:47 +02:00
Sandro
7e4329608c
Merge pull request #170952 from SuperSandro2000/firewalld
...
firewalld: init at 1.1.1
2022-05-04 20:51:27 +02:00
Rick van Schijndel
eb4cc648fd
Merge pull request #170175 from armeenm/bump-libosmocore
...
libosmocore: 1.2.0 -> 1.6.0
2022-05-04 20:40:47 +02:00
github-actions[bot]
747719f235
Merge master into staging-next
2022-05-04 18:01:28 +00:00
Shamrock Lee
443e8f6444
caprine-bin: 2.55.2 -> 2.55.4
2022-05-05 00:51:33 +08:00
R. Ryantm
166b1378fe
snakemake: 7.5.0 -> 7.6.1
2022-05-04 16:06:44 +00:00
7c6f434c
36b9c0594c
Merge pull request #170809 from hqurve/libreoffice-dolphin
...
libreoffice: add templates to dolphin "create new" menu
2022-05-04 15:52:02 +00:00
Matthias Thym
b139ab7968
qownnotes: 22.4.1 -> 22.5.0
2022-05-04 17:29:06 +02:00
FliegendeWurst
837b76a25d
trilium: 0.50.3 -> 0.51.2
2022-05-04 16:46:45 +02:00
P. R. d. O
eb8ce99204
ssm-session-manager-plugin: 1.2.54.0 -> 1.2.312.0
2022-05-04 08:23:32 -06:00
superherointj
872280e35a
fluxcd: 0.29.5 -> 0.30.2
2022-05-04 11:21:58 -03:00
superherointj
40d5cb2e83
fluxcd: add superherointj as maintainer
2022-05-04 11:20:49 -03:00
superherointj
4263a21163
fluxcd: fix update script unbound variable
2022-05-04 11:20:49 -03:00
Pawel Lipski
58fb27e4a1
git-machete: add pytest-mock and pytestCheckHook to checkInputs
2022-05-04 15:16:26 +02:00
Bobby Rong
a96011dcac
Merge pull request #171435 from sikmir/kiln
...
kiln: 0.2.1 → 0.3.0
2022-05-04 20:45:03 +08:00
Jan Tojnar
ced814af20
libreoffice-fresh: Fix build with poppler 22.04
2022-05-04 14:42:39 +02:00
Bobby Rong
1759273b80
Merge pull request #171492 from sayanarijit/master
...
xplr: 0.17.3 -> 0.17.6
2022-05-04 20:40:08 +08:00
Sandro
7143d2485e
Merge pull request #162931 from marius851000/skemple134
2022-05-04 14:30:53 +02:00
Sandro
aacb7ef4a6
Merge pull request #169966 from deinferno/vmware-host
2022-05-04 14:13:12 +02:00
github-actions[bot]
16684f8bd3
Merge master into staging-next
2022-05-04 12:01:10 +00:00
Sandro
4f68abccd8
Merge pull request #168391 from danielbarter/android-studio_tiling_wm
...
android-studio: fixing gui on tiling window managers
2022-05-04 13:46:59 +02:00
José Romildo Malaquias
746eb1d341
Merge pull request #170987 from kouyk/update/vivaldi
...
vivaldi: 5.2.2623.39-1 -> 5.2.2623.41-1
2022-05-04 08:33:11 -03:00
Artturi
f0e48dd98b
Merge pull request #119942 from hercules-ci/mkDerivation-overridable-recursive-attributes
2022-05-04 14:31:50 +03:00
7FM
ab09393283
modem-manager-gui: fix build with meson >= 0.61
2022-05-04 11:58:52 +02:00
Sandro
7fb033d27e
Merge pull request #170969 from SuperSandro2000/tusk
2022-05-04 11:52:28 +02:00
Martin Weinelt
a664d2a42c
Merge pull request #171477 from squalus/librewolf
...
librewolf: 99.0.1-4 -> 100.0-1
2022-05-04 10:14:51 +02:00
Vladimír Čunát
aa885f4581
Merge #170702 : fluidsynth: fix build on darwin (into staging)
2022-05-04 08:35:31 +02:00
Vladimír Čunát
eccf2063a7
Merge #170085 : vim: 8.2.4609 -> 8.2.4816 (into staging)
2022-05-04 08:35:29 +02:00
github-actions[bot]
23791ce6d0
Merge staging-next into staging
2022-05-04 06:02:12 +00:00
Michael Adler
29037ae616
ungoogled-chromium: 101.0.4951.41 -> 101.0.4951.54
2022-05-04 08:00:20 +02:00
Arijit Basu
65be503d82
xplr: 0.17.3 -> 0.17.6
2022-05-04 11:08:43 +05:30
Bernardo Meurer
532330778c
Merge pull request #171460 from lovesegfault/hqplayerd-4.31.0
...
treewide: misc updates
2022-05-03 22:12:26 -07:00
Robert Schütz
cc67617dd5
udiskie: 2.4.0 -> 2.4.2
...
https://github.com/coldfix/udiskie/blob/v2.4.2/CHANGES.rst
2022-05-03 21:59:30 -07:00
Thomas Watson
8030981007
qgroundcontrol: fix build
...
Fixes build problems on x86_64 caused by a bug in their vendored version of
gst-plugins-good. Unfortunately I can't `fetchpatch` the fix because it just
changes a submodule pointer. The patch I added was generated from the fix at
https://github.com/mavlink/qgroundcontrol/issues/10140 .
2022-05-03 20:57:46 -05:00
R. Ryantm
e3f9f3a1b0
brave: 1.38.109 -> 1.38.111
2022-05-04 01:29:05 +00:00
squalus
b04e852474
librewolf: 99.0.1-4 -> 100.0-1
2022-05-03 17:56:12 -07:00
Luis Pedro Coelho
596c5e7ea2
Static bwa
...
AR needs to be passed specifically on the command line
2022-05-04 02:20:50 +02:00
Luis Pedro Coelho
4758873378
Static build for samtools
...
Curses is not supported (it may be possible to support it)
2022-05-04 02:16:17 +02:00
Luis Pedro Coelho
0b1c28d5a1
Static build for megahit
2022-05-04 02:13:31 +02:00
Martin Weinelt
ccb9c0e537
Merge pull request #169153 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
...
firefox-devedition-bin-unwrapped: 100.0b6 -> 100.0b7
2022-05-04 02:11:15 +02:00
Martin Weinelt
3382215fd7
firefox-devedition-bin-unwrapped: 100.0b7 -> 101.0b2
2022-05-04 02:07:58 +02:00
github-actions[bot]
ee7e3f30f3
Merge staging-next into staging
2022-05-04 00:02:57 +00:00
Trolli Schmittlauch
342e99a587
seafile-client: build v8.0.7 from proper commit
...
Follow-up to #170730
After release, the v8.0.7 tag had been re-tagged to a newer but broken state.
This commit does not change the built program but only ensures that it continues
to be buildable.
2022-05-04 00:27:31 +02:00
sternenseemann
9089f49024
Merge pull request #171315 from sternenseemann/foot-1.12.1
...
foot: 1.11.0 -> 1.12.1
2022-05-04 00:09:45 +02:00
ajs124
52d66f5647
Merge pull request #167437 from r-ryantm/auto-update/greg
...
greg: 0.4.7 -> 0.4.8
2022-05-03 22:52:51 +01:00
deinferno
e1da7f4d44
vmware-workstation: init at 16.2.3
2022-05-04 01:58:26 +05:00
zowoq
6a415cd37c
containerd: 1.6.3 -> 1.6.4
...
https://github.com/containerd/containerd/releases/tag/v1.6.4
2022-05-04 06:54:03 +10:00
Bernardo Meurer
0ad185694c
opencpn: unstable-2019-11-21 -> 5.6.2
2022-05-03 13:14:13 -07:00
Pascal Bach
c2e533b7f6
Merge pull request #171326 from SuperSandro2000/bottles
...
bottles: 2022.4.28-trento -> 2022.5.2-trento
2022-05-03 21:56:40 +02:00
Matthieu Coudron
27103e676a
Merge pull request #171322 from teto/build-neovim-plugin
...
distinguish between vim/neovim plugins
2022-05-03 21:14:31 +02:00
Nikolay Korotkiy
c5a273b38e
kiln: 0.2.1 → 0.3.0
2022-05-03 22:13:16 +03:00
github-actions[bot]
51a899bdc1
Merge staging-next into staging
2022-05-03 18:10:46 +00:00
Martin Weinelt
25eb166cf5
Merge pull request #171332 from mweinelt/firefox
2022-05-03 18:45:08 +02:00
techknowlogick
bb7bb2433e
cloudflared: 2022.4.1 -> 2022.5.0
2022-05-03 11:52:25 -04:00
Sandro Jäckel
d61d12e356
tusk: fix nix-env version parsing
2022-05-03 17:01:44 +02:00
Patrick Hilhorst
9d8bd5a520
Merge pull request #171176 from samuela/upkeep-bot/plexamp-4.2.1-1651450835
...
plexamp: 4.2.0 -> 4.2.1
2022-05-03 16:55:18 +02:00