Commit Graph
258680 Commits
Author SHA1 Message Date
Markus Kowalewski f074e879fd slurm: 20.02.6.1 -> 20.11.0.1 2020-12-16 20:22:11 +01:00
R. RyanTMandJonathan Ringer efd12f906b python37Packages.django-cors-headers: 3.5.0 -> 3.6.0 2020-12-16 11:18:07 -08:00
R. RyanTMandJonathan Ringer ae47094b39 python37Packages.bids-validator: 1.5.7 -> 1.5.8 2020-12-16 11:16:48 -08:00
R. RyanTMandJonathan Ringer b568bcf001 python37Packages.influxdb-client: 1.12.0 -> 1.13.0 2020-12-16 10:46:37 -08:00
R. RyanTMandJonathan Ringer 2349645a7d python37Packages.howdoi: 2.0.7 -> 2.0.8 2020-12-16 10:46:25 -08:00
Joachim FandGitHub 8d957d7594 Merge pull request #106930 from samb96/tor-browser-bundle-bin-10.0.6
tor-browser-bundle-bin: 10.0.5 -> 10.0.7
2020-12-16 19:46:04 +01:00
Vladimír Čunát 84bc4d25fe Merge #107007: thunderbird*: 78.5.1 -> 78.6.0 (security)
https://www.thunderbird.net/en-US/thunderbird/78.6.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2020-56/
2020-12-16 18:15:31 +01:00
Tim Steinbach fc3926ea2d Revert "minecraft: 2.2.909 → 2.2.741"
This reverts commit 8d4d8ef274.

The update script pulls the version info from AUR and they still use the old version.
Sorry...
2020-12-16 11:31:33 -05:00
Tim Steinbach 78c036ced3 linux_latest-libre: 17788 -> 17812 2020-12-16 11:25:40 -05:00
Tim Steinbach ca0e3d9c64 linux: 5.9.14 -> 5.9.15 2020-12-16 11:25:29 -05:00
Tim Steinbach d1a0eb7f0b linux: 5.4.83 -> 5.4.84 2020-12-16 11:25:17 -05:00
Tim Steinbach 8d4d8ef274 minecraft: 2.2.909 → 2.2.741 2020-12-16 10:43:39 -05:00
Tim Steinbach 198003cb9f oh-my-zsh: 2020-11-26 → 2020-12-14 2020-12-16 10:43:38 -05:00
Tim Steinbach 091583f47c awscli: 1.18.195 -> 1.18.197 2020-12-16 10:20:34 -05:00
Tim Steinbach 8592b6332f python3Packages.boto3: 1.16.35 -> 1.16.37 2020-12-16 10:19:23 -05:00
Tim Steinbach c3ac916a61 python3Packages.botocore: 1.19.35 -> 1.19.37 2020-12-16 10:19:12 -05:00
Andreas RammholdandGitHub 3bc15cbb55 Merge pull request #106996 from andir/ml2pr/PATCH-wireshark-Do-PATH-lookup-in-wireshark-desktop-instead-of-hardcoding-derivation
wireshark: Do $PATH lookup in wireshark.desktop instead of hardcoding derivation
2020-12-16 15:07:02 +01:00
adisbladis 906b4d420e maintainers: Update my email address 2020-12-16 14:56:05 +01:00
Jan TojnarandGitHub 31ded1888e Merge pull request #107014 from jtojnar/update-script-no-lists
maintainers/scripts/update.nix: Do not traverse lists
2020-12-16 14:35:15 +01:00
Daniël de KokandGitHub 00941cd747 Merge pull request #105787 from danieldk/build-rust-crate-njobs
buildRustCrate: set NUM_JOBS to NIX_BUILD_CORES
2020-12-16 13:38:43 +01:00
Daniël de KokandGitHub e6c42f6405 Merge pull request #106585 from danieldk/pytorch-bin-1.7.1
python3Packages.pytorch-bin: 1.7.0 -> 1.7.1
2020-12-16 13:38:11 +01:00
José Romildo MalaquiasandGitHub c1be42a1df Merge pull request #106408 from badmutex/badi/update-vivaldi
vivaldi: 3.4.2066.90-1 -> 3.5.2115.73-1
2020-12-16 09:38:03 -03:00
Alyssa Ross e17d4b05a1 nixos/tor: don't do privoxy stuff by default
It's very surprising that services.tor.client.enable would set
services.privoxy.enable.  This violates the principle of least
astonishment, because it's Privoxy that can integrate with Tor, rather
than the other way around.

So this patch moves the Privoxy Tor integration to the Privoxy module,
and it also disables it by default.  This change is documented in the
release notes.

Reported-by: V <v@anomalous.eu>
2020-12-16 12:20:03 +00:00
Gabriel EbnerandGitHub cd75006f1a Merge pull request #106990 from jansol/pipewire
pipewire: 0.3.17 -> 0.3.18
2020-12-16 12:53:22 +01:00
Timo KaufmannandGitHub 6dc8af7469 Merge pull request #105857 from Atemu/tarball-json-backport-nixos-search-subsets
tarball: backport nixos-search's subsets for JSON generation
2020-12-16 12:51:23 +01:00
Michael Weiss bb78df4b27 inxi: 3.1.09-1 -> 3.2.00-1 2020-12-16 12:27:58 +01:00
Jan Tojnar c485a932d9 maintainers/scripts/update.nix: Do not traverse lists
Lists items are not directly accessible like attributes in attrsets are.
This makes it hard to represent their address in `UPDATE_NIX_ATTR_PATH`
environment variable passed to update scripts.

Given that I only introduced list support for `gnome3` attribute set
and we stopped using them there, let’s remove the list support again.
NixOS modules are better place for package collections anyway.

This was meant to go in with https://github.com/NixOS/nixpkgs/pull/98304
but got accidentally omitted somehow.
2020-12-16 10:14:59 +01:00
Jan Tojnar f79dfa8151 lxqt: do not use alias
Otherwise it does not evaluate with allowAliases = false.

Discovered when evaluating https://github.com/NixOS/nixpkgs/issues/106935.
2020-12-16 10:02:54 +01:00
R. RyanTMandJan Tojnar e447887866 gnome3.gnome-disk-utility: 3.38.0 -> 3.38.1 2020-12-16 09:51:53 +01:00
Daniël de KokandGitHub 77b7d8b4d6 Merge pull request #106999 from TimothyKlim/master
nvidia-x11: 455.45.01 -> 460.27.04
2020-12-16 08:31:40 +01:00
Daniël de KokandGitHub 9631eb8d0c Merge pull request #106731 from danieldk/spacy-2.3.5
python3Packages.spacy: 2.3.4 -> 2.3.5
2020-12-16 08:21:55 +01:00
Wael NasreddineandJonathan Ringer 30c312db55 python3Packages.pre-commit-hooks: init at 3.3.0 2020-12-15 23:07:02 -08:00
R. RyanTMandJonathan Ringer 47d5dc7e51 python37Packages.casbin: 0.12.0 -> 0.13.0 2020-12-15 23:05:15 -08:00
Vincent LaporteandVincent Laporte c5556b7454 coq_8_12: 8.12.1 → 8.12.2 2020-12-16 07:45:54 +01:00
Andrey KuznetsovandJonathan Ringer a3428b6470 vimPlugins.vim-lightline-coc: init at 2020-11-15 2020-12-15 22:36:45 -08:00
Andrey KuznetsovandJonathan Ringer 8b8de560a9 vimPlugins: update 2020-12-15 22:36:45 -08:00
R. RyanTMandJonathan Ringer 51c639bd28 python37Packages.bugwarrior: 1.7.0 -> 1.8.0 2020-12-15 22:22:35 -08:00
Timothy Klim 784df0764f nvidia-x11: 455.45.01 -> 460.27.04 2020-12-16 10:25:03 +07:00
Klemens NanniandAndreas Rammhold 251349dac3 wireshark: Do $PATH lookup in wireshark.desktop instead of hardcoding derivation
See db236e588d "steam: Do $PATH lookup in steam.desktop [...]".
tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.

As upstream's .desktop file does not contain any executable paths,
simply avoid substitution.

Message-Id: <97c3e797-d844-4d0a-9ccf-397745f83aeb@siticom.de>
2020-12-16 03:42:19 +01:00
Jan Solanti 63889b0267 pipewire: 0.3.17 -> 0.3.18 2020-12-16 02:55:07 +02:00
Sam Bickley e924c5d80f tor-browser-bundle-bin: 10.0.6 -> 10.0.7 2020-12-15 17:40:01 -06:00
Aaron AndersenandGitHub 5d5e970ce0 Merge pull request #103596 from matt-snider/sqitch-mysql
sqitchMysql: init at 1.1.0
2020-12-15 18:01:14 -05:00
LassulusandGitHub 00b8fa792b Merge pull request #106000 from Luis-Hebendanz/firefoxWrapperAddonSettings
firefox: wrapper updating an addon perserves addon settings
2020-12-15 22:16:48 +01:00
Luis Hebendanz 1c8c134972 firefox: wrapper updating an addon perserves addon settings 2020-12-15 22:02:34 +01:00
Vincent LaporteandVincent Laporte de8205f8bb coq_8_13: init at 8.13+β1 2020-12-15 21:13:40 +01:00
0x4A6Fandzowoq 75b1ba928a dasel: 1.9.0 -> 1.9.1 2020-12-16 05:55:36 +10:00
0x4A6Fandzowoq bd247b7ca5 dasel: 1.8.0 -> 1.9.0 2020-12-16 05:55:36 +10:00
zowoq ee275b02c1 gitAndTools.gh: 1.3.1 -> 1.4.0
https://github.com/cli/cli/releases/tag/v1.4.0
2020-12-16 05:50:32 +10:00
Guillaume GirolandGitHub 824d2c92bd Merge pull request #82584 from Atemu/dnscrypt-default-config
dnscrypt-proxy2: base settings on example config
2020-12-15 19:47:43 +00:00
Tim Steinbach 853bac5b2b linux/hardened/patches/5.8: remove 2020-12-15 14:34:44 -05:00