257283 Commits

Author SHA1 Message Date
Robbert Gurdeep Singh
29e1b41301 pass: add find and grep as dependencies
When pass is called from passff it does not have grep and find in its
path.

PATH="" /home/beardhatcode/.nix-profile/bin/pass grep lol                                             ~
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 399: find: command not found

$ PATH="/nix/store/HASH-findutils-4.7.0/bin" /home/beardhatcode/.nix-profile/bin/pass grep lol
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
/nix/store/HASH-password-store-1.7.3/bin/.pass-wrapped: line 403: grep: command not found
2020-12-04 11:56:11 +01:00
adisbladis
6c2d29a077
Merge pull request #105865 from adisbladis/CVE-2020-25659
python2.pkgs.cryptography: Fix CVE-2020-25659
2020-12-04 11:55:55 +01:00
R. RyanTM
fcac7b0be4 faudio: 20.11 -> 20.12 2020-12-04 10:47:22 +00:00
adisbladis
cbe4b091b8
python2.pkgs.cryptography: Fix CVE-2020-25659
This patch is from Ubuntu 20.04's backport.
2020-12-04 11:29:50 +01:00
R. RyanTM
b08f9efe3c espanso: 0.7.2 -> 0.7.3 2020-12-04 10:23:24 +00:00
Maximilian Bosch
a2cc15a0f4
Merge pull request #105849 from r-ryantm/auto-update/apktool
apktool: 2.4.1 -> 2.5.0
2020-12-04 11:18:36 +01:00
Maximilian Bosch
f0c3cdfd86
Merge pull request #105509 from delroth/sudo-1.9.4
sudo: 1.9.3p1 -> 1.9.4
2020-12-04 11:12:46 +01:00
R. RyanTM
bbbb6dfa36 dumb-init: 1.2.2 -> 1.2.3 2020-12-04 10:05:05 +00:00
Maximilian Bosch
bfbccde170
Merge pull request #105858 from r-ryantm/auto-update/direnv
direnv: 2.24.0 -> 2.25.0
2020-12-04 10:45:58 +01:00
R. RyanTM
6f5dfaacd2 dolt: 0.22.1 -> 0.22.5 2020-12-04 09:42:55 +00:00
R. RyanTM
8d6343a407 direnv: 2.24.0 -> 2.25.0 2020-12-04 09:28:03 +00:00
R. RyanTM
040b2b3862 cpp-utilities: 5.8.0 -> 5.9.0 2020-12-04 08:53:27 +00:00
stigo
80e0a20892
Merge pull request #103813 from symphorien/firejail
nixos/firejail: allow to pass options to firejail
2020-12-04 09:00:15 +01:00
Claudio Bley
c41441cf1e dasel: Set version in ldflags 2020-12-04 08:31:48 +01:00
github-actions[bot]
82b9b02331
Merge master into staging-next 2020-12-04 06:16:26 +00:00
R. RyanTM
e780b0dc1e apktool: 2.4.1 -> 2.5.0 2020-12-04 06:11:41 +00:00
R. RyanTM
2baccd2c8f python37Packages.pymavlink: 2.4.13 -> 2.4.14 2020-12-03 22:04:45 -08:00
R. RyanTM
05524ddf70 python37Packages.oauthenticator: 0.12.1 -> 0.12.2 2020-12-03 22:03:35 -08:00
R. RyanTM
e10fef7a74 python37Packages.ntplib: 0.3.3 -> 0.3.4 2020-12-03 22:03:10 -08:00
Daniël de Kok
ac5bd14ce2
Merge pull request #105772 from danieldk/pytorch-fixup-cmake
python3Packages.pytorch: Fix CMake files for split outputs
2020-12-04 06:53:21 +01:00
R. RyanTM
1658bd6ac0 AusweisApp2: 1.20.2 -> 1.22.0 2020-12-04 05:45:05 +00:00
Raghav Sood
3a3e8e6a8b
Merge pull request #105242 from RaghavSood/microhttpd/version
libmicrohttpd dependents: fix build
2020-12-04 05:37:48 +00:00
Raghav Sood
fc43929031
Merge pull request #105842 from IvanMalison/bumpRofiSystemd
rofi-systemd: 0.1.0 -> 0.1.1
2020-12-04 05:32:44 +00:00
zowoq
14a7df6cf1 go_1_15: 1.15.5 -> 1.15.6 2020-12-04 13:41:03 +10:00
zowoq
852e039e44 go_1_14: 1.14.12 -> 1.14.13 2020-12-04 13:41:03 +10:00
zowoq
82b7b0f6a5 go_bootstrap: 1.4-bootstrap-20161024 -> 1.4-bootstrap-bdd4b95
Remove tests, they are disabled by upstream.

182bdbb1e1

> The 1.4 tests aren't necessarily supposed to pass.
2020-12-04 13:41:03 +10:00
Luke Granger-Brown
1f6d750097 fetchzip: get write permission on unpacked directory
This is a workaround for NixOS/nix#4295, which caused single-user Linux
Nix installations using sandboxed builds to start failing to build
fetchzip derivations after 4a5c49363a58e711c2016b9ebb6f642e3c9c1be5.

In short: removing write permissions for the entire directory is great,
except we then can't rename(2) it to the final Nix store path out of the
sandbox, because we don't have write permission on the directory and
thus cannot update the ".." directory entry.
2020-12-04 03:28:00 +00:00
Sandro
35a5eb9d2c
Merge pull request #105826 from r-ryantm/auto-update/trytond
python37Packages.trytond: 5.8.0 -> 5.8.1
2020-12-04 03:40:14 +01:00
Ivan Malison
1d9e29e40d
rofi-systemd: 0.1.0 -> 0.1.1 2020-12-03 18:25:23 -08:00
Sandro
8caeede65a
Merge pull request #105338 from SuperSandro2000/xygrib-darwin
xygrib: Fix build on darwin
2020-12-04 03:12:42 +01:00
Sandro
c3b325c17b
Merge pull request #100175 from SuperSandro2000/wsl-open
wsl-open: init at 2.1.1
2020-12-04 03:12:11 +01:00
Sandro
7fbbf88ae8
Merge pull request #104929 from SuperSandro2000/auto-update/kdevelop 2020-12-04 03:11:18 +01:00
Sandro
529b789919
Merge pull request #104749 from SuperSandro2000/auto-update/libconfuse 2020-12-04 03:07:09 +01:00
Sandro
4b634e76f6
Merge pull request #105448 from SuperSandro2000/uvicorn-darwin
pythonPackages.uvicorn: Disable hanging tests on Darwin
2020-12-04 03:06:23 +01:00
Sandro
7d8b7d6f4b
Merge pull request #105824 from 3699n/i2p
i2p: 0.9.47 -> 0.9.48
2020-12-04 02:04:11 +01:00
Sandro
15d9aa1b74
Merge pull request #105822 from r-ryantm/auto-update/python3.7-linuxfd
python37Packages.linuxfd: 1.4.4 -> 1.5
2020-12-04 02:03:45 +01:00
Sandro
41cda8a3c0
Merge pull request #105821 from r-ryantm/auto-update/python3.7-nibabel
python37Packages.nibabel: 3.2.0 -> 3.2.1
2020-12-04 02:00:16 +01:00
github-actions[bot]
884a0b091b
Merge master into staging-next 2020-12-04 00:37:25 +00:00
Jan Tojnar
4fd3b00f06
doc/emacs: re-add anchor 2020-12-04 01:34:44 +01:00
Sandro
45c739f23a
Merge pull request #105833 from zowoq/gh
gitAndTools.gh: 1.3.0 -> 1.3.1
2020-12-04 01:30:38 +01:00
Sandro
9b8c2960c7
Merge pull request #105840 from r-ryantm/auto-update/python3.7-IPy
python37Packages.ipy: 1.00 -> 1.01
2020-12-04 01:27:32 +01:00
Ben Gamari
c98ce627d4
kicad-unstable: 2020-11-07 -> 2020-12-01 (#105743) 2020-12-03 19:17:32 -05:00
R. RyanTM
f367fa1ede python37Packages.ipy: 1.00 -> 1.01 2020-12-03 23:45:03 +00:00
taku0
c1728d9c33
Merge pull request #105789 from taku0/thunderbird-bin-78.5.1
thunderbird, thunderbird-bin: 78.5.0 -> 78.5.1 [High security fixes]
2020-12-04 08:44:39 +09:00
Silvan Mosberger
7f1b712ce9
Merge pull request #105837 from TredwellGit/minecraft
minecraft: 2.1.17785 -> 2.2.741
2020-12-04 00:42:12 +01:00
Sander van der Burg
bbfc913c6a nodejs: apply patch that allows packages with native dependencies to compile again on darwin by bypassing xcodebuild 2020-12-04 00:41:21 +01:00
Silvan Mosberger
0272df3208
Merge pull request #105816 from alunduil/enableFeatureAs
lib/strings: fix examples for enableFeatureAs
2020-12-04 00:22:49 +01:00
Sandro
71a498286f
Merge pull request #105828 from r-ryantm/auto-update/python3.7-genanki 2020-12-04 00:07:38 +01:00
Sandro
47073fd52a
Merge pull request #105827 from 06kellyjac/opa
open-policy-agent: 0.24.0 -> 0.25.0
2020-12-04 00:07:06 +01:00
Sandro
a4acf351b9
Merge pull request #105811 from r-ryantm/auto-update/python3.7-google-cloud-bigtable
python37Packages.google_cloud_bigtable: 1.6.0 -> 1.6.1
2020-12-04 00:04:07 +01:00