Aaron Andersen
565d632952
devilutionx: 1.2.1 -> 1.3.0
2021-11-07 07:49:59 -05:00
Aaron Andersen
573849ce89
smpq: init at 1.6
2021-11-07 07:49:19 -05:00
Aaron Andersen
beed35c417
StormLib: init at 9.22
2021-11-07 07:48:37 -05:00
Thomas Tuegel
7ec64f0a40
Merge pull request #144923 from nashamri/master
...
dropbox: Fix missing icon from the desktop item
2021-11-07 06:31:16 -06:00
Thomas Tuegel
55475be41a
Merge pull request #143842 from oxalica/fix/kwin-envvar
...
kwin: bypass environment variables from ld.so
2021-11-07 06:29:15 -06:00
Maximilian Bosch
5e69f0f479
Merge pull request #144921 from TredwellGit/linux
...
Kernels 2021-11-06
2021-11-07 13:11:48 +01:00
github-actions[bot]
e0cac44f90
Merge master into staging-next
2021-11-07 12:01:18 +00:00
Zhong Jianxin
056d880f90
helmfile: Stop prefixing PATH with kubernetes-helm
...
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
2021-11-07 19:53:32 +08:00
Michele Guerini Rocco
d631a73345
Merge pull request #144881 from vs49688/wtfix
...
winetricks: remove wine dependency
2021-11-07 12:33:09 +01:00
Antoine Eiche
dc5e6713e4
rspamd: add lewo as maintainer
2021-11-07 12:21:20 +01:00
Antoine Eiche
db20747d36
rpsamd: 3.0 -> 3.1
2021-11-07 12:18:33 +01:00
Izorkin
d1a8806e39
nixos/mastodon: allow '@resources' filter to mastodon-web service
2021-11-07 11:59:36 +01:00
Luflosi
6661cb0887
kakoune: 2021.10.28 -> 2021.11.08
...
https://github.com/mawww/kakoune/releases/tag/v2021.11.08
2021-11-07 11:58:41 +01:00
Sergei Trofimovich
5e2b2752da
diffoscope: drop upstreamed fix-uimage-on-file-5.41.patch patch
...
diffoscope-190 already contains the fix:
applying patch /nix/store/icfygfs9d249x7if0w7004vimzkj4082-fix-uimage-on-file-5.41.patch
patching file tests/comparators/test_uimage.py
Hunk #1 FAILED at 98.
1 out of 1 hunk FAILED -- saving rejects to file tests/comparators/test_uimage.py.re
2021-11-07 10:41:32 +00:00
Mario Rodas
f6a3eba587
Merge pull request #144887 from LibreCybernetics/update-coconut
...
coconut: 1.5.0 → 1.6.0
2021-11-07 05:38:29 -05:00
Mario Rodas
412a725390
Merge pull request #144937 from lostnet/couch321
...
couchdb3: 3.2.0 -> 3.2.1
2021-11-07 05:36:36 -05:00
Mario Rodas
8435e4c9f4
Merge pull request #144940 from marsam/update-lxd
...
lxd: 4.19 -> 4.20
2021-11-07 05:32:55 -05:00
Janne Heß
1a368ff3f9
Merge pull request #144952 from fabaff/bump-msmtp
...
msmtp: 1.8.18 -> 1.8.19
2021-11-07 11:32:32 +01:00
Janne Heß
666ab8ab67
Merge pull request #141056 from helsinki-systems/upd/spidermonkey
...
spidermonkey_*: updates and cleanup
2021-11-07 11:31:53 +01:00
Lassulus
a8ba6e8b06
Merge pull request #144712 from endgame/ultimate-oldschool-pc-font-pack-2.2
...
ultimate-oldschool-pc-font-pack: 2.0 -> 2.2
2021-11-07 11:18:29 +01:00
Damien Cassou
024f518e65
yarn: 1.22.15 -> 1.22.17 ( #144974 )
2021-11-07 11:16:30 +01:00
Fabian Affolter
54ef803bf8
Merge pull request #142255 from p-h/metasploit-fix-python-modules
...
metasploit: Fix python modules
2021-11-07 11:04:53 +01:00
Fabian Affolter
d7215a7c03
Merge pull request #144487 from r-ryantm/auto-update/nosqli
...
nosqli: 0.5.2 -> 0.5.4
2021-11-07 11:03:42 +01:00
misuzu
f3e1b3194b
python3Packages.slackclient: disable broken tests on darwin
2021-11-07 11:55:23 +02:00
Fabian Affolter
57b70fe010
Merge pull request #144766 from rb2k/et_update_6.1.9
...
eternal-terminal: 6.1.8 -> 6.1.9
2021-11-07 10:54:20 +01:00
happysalada
db34ebb557
loki: 2.3.0 -> 2.4.0
2021-11-07 18:40:42 +09:00
Fabian Affolter
9bb6998017
Merge pull request #144901 from fabaff/bump-cpuid
...
cpuid: 20201006 -> 20211031
2021-11-07 10:36:30 +01:00
Fabian Affolter
89ec1a5654
Merge pull request #144942 from fabaff/bump-fastecdsa
...
python3Packages.fastecdsa: migrate to disabledTestPaths
2021-11-07 10:36:10 +01:00
Michele Guerini Rocco
e7b04d0e42
Merge pull request #144962 from vs49688/ffmpeg2no
...
ffmpeg_2{,_8}: remove
2021-11-07 10:35:39 +01:00
Fabian Affolter
bfd8ca6522
Merge pull request #144945 from fabaff/bump-solo-python
...
python3Packages.solo-python: 0.0.30 -> 0.0.31
2021-11-07 10:35:13 +01:00
Bobby Rong
a38b0a22fd
Merge pull request #144873 from samuela/upkeep-bot/vscodium-1.62.0-1636200499
...
vscodium: 1.61.2 -> 1.62.0
2021-11-07 17:25:37 +08:00
Bobby Rong
a203f0ad48
Merge pull request #143046 from hardselius/yubikey-manager-4.0.7
...
yubikey-manager: 4.0.5 -> 4.0.7
2021-11-07 17:22:31 +08:00
Bobby Rong
031c605049
Merge pull request #144677 from samuela/upkeep-bot/vscode-1.62.0-1636070977
...
vscode: 1.61.2 -> 1.62.0
2021-11-07 16:51:45 +08:00
Maciej Krüger
c69c6533c8
Merge pull request #103127 from Magicloud/vboxwebsrv
2021-11-07 09:16:47 +01:00
Magicloud
40c83d1e0a
virtualbox: Add option to build vboxwebsrv tool
...
`vboxwebsrv`, a.k.a, Virtualbox Web Service, provides a way to manage VMs via SOAP interface. This is very useful on headless servers.
2021-11-07 08:34:47 +01:00
Maciej Krüger
83c93c8e1c
Merge pull request #141076 from CajuM/waydroid-module
2021-11-07 08:14:45 +01:00
Robert Schütz
7e0f6ddda2
python3Packages.hbmqtt: drop
...
It is broken and no longer maintained upstream.
See https://github.com/beerfactory/hbmqtt/issues/235
2021-11-07 00:08:10 -07:00
Ryan Burns
c935f5e0ad
Merge pull request #144929 from trofi/fix-smemstat-for-ncurses-6.3
...
smemstat: pull pending upstream inclusion fix for ncurses-6.3
2021-11-06 23:40:12 -07:00
Zane van Iperen
4c6d0451b2
ffmpeg_2{,_8}: remove
...
Is ancient and insecure - nothing more should depend on it.
2021-11-07 16:03:14 +10:00
github-actions[bot]
1093ddf273
Merge master into staging-next
2021-11-07 06:01:02 +00:00
Zane van Iperen
1d177d5a70
stepmania: build with newer ffmpeg
2021-11-07 15:56:45 +10:00
Zane van Iperen
1777da08a3
gnash: build with newer ffmpeg
2021-11-07 15:56:45 +10:00
Zane van Iperen
960eb082f1
pcsxr: build with newer ffmpeg
2021-11-07 15:56:44 +10:00
Thiago Kenji Okada
424d276cb7
Merge pull request #144481 from ericdallo/bump-clojure-lsp
...
clojure-lsp: 2021.09.30-15.28.01 -> 2021.11.02-15.24.47
2021-11-07 02:04:24 -03:00
Mario Rodas
f55376e875
tiny: 0.9.0 -> 0.10.0
...
https://github.com/osa1/tiny/releases/tag/v0.10.0
2021-11-07 04:20:00 +00:00
Mario Rodas
2ef3df9e93
notmuch: 0.34 -> 0.34.1
2021-11-07 04:20:00 +00:00
Randy Eckenrode
4dcf909d04
pngout: 20150319 -> 20200115
...
- Also include support for additional architectures: aarch64-linux,
armv7l-linux, and x86_64-darwin; and
- Change license to `unfreeRedistributable` per the 2021-01-16
update on Ken’s utility page allowing non-commercial redistribution.
2021-11-06 23:19:58 -04:00
Bobby Rong
81d1568262
Merge pull request #144926 from trofi/update-fheroes2
...
fheroes2: 0.9.8 -> 0.9.9
2021-11-07 11:05:56 +08:00
figsoda
df02fb66e0
Merge pull request #144856 from Stunkymonkey/newsflash-1.5.1
...
newsflash: 1.4.3 -> 1.5.1
2021-11-06 22:57:45 -04:00
figsoda
56cb753dcf
Merge pull request #144916 from flexagoon/osu-lazer-update
...
osu-lazer: 2021.1028.0 -> 2021.1105.0
2021-11-06 22:45:21 -04:00