257598 Commits

Author SHA1 Message Date
R. RyanTM
729954f169 greybird: 3.22.12 -> 3.22.13 2020-12-04 13:34:35 +00:00
Sandro
3d7619f3d0
Merge pull request #105874 from wentasah/stlink-fix-comment
stlink: Correct comment about the use of services.udev.packages
2020-12-04 14:22:25 +01:00
R. RyanTM
e832351515 gping: 1.0.1-post2 -> 1.1.0 2020-12-04 13:16:48 +00:00
R. RyanTM
e64ccd15bd goreleaser: 0.148.0 -> 0.149.0 2020-12-04 13:01:56 +00:00
Michal Sojka
9928e07c0f stlink: Correct comment about the use of services.udev.packages
services.udev.pkgs does not exists, but services.udev.packages does.
2020-12-04 13:57:58 +01:00
Sandro
d610ee9d51
Merge pull request #105873 from danieldk/pytorch-maintainer
python3Packages.pytorch: add danieldk as a maintainer
2020-12-04 13:57:06 +01:00
Daniël de Kok
75bbba8cee python3Packages.pytorch: add danieldk as a maintainer 2020-12-04 13:38:28 +01:00
Sandro
785871472b
Merge pull request #105856 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.8.0 -> 5.9.0
2020-12-04 13:27:53 +01:00
github-actions[bot]
f9cf210a2f
Merge staging-next into staging 2020-12-04 12:20:06 +00:00
github-actions[bot]
4b8f5caddc
Merge master into staging-next 2020-12-04 12:20:02 +00:00
Gabriel Ebner
dbe5d0cd03
Merge pull request #105866 from jtojnar/libopenaptx-0.2
libopenaptx: 0.1.0 → 0.2.0
2020-12-04 13:16:28 +01:00
R. RyanTM
7090e2e57e flyctl: 0.0.151 -> 0.0.153 2020-12-04 12:03:00 +00:00
R. RyanTM
38ba3954db fluent-bit: 1.6.6 -> 1.6.7 2020-12-04 11:57:20 +00:00
Sebastian Jordan
263ddd73cd pythonPackages.class-registry: Add typing propagatedBuildInput when using python2 2020-12-04 12:30:06 +01:00
Mario Rodas
7509f7ca5b
Merge pull request #105863 from r-ryantm/auto-update/dumb-init
dumb-init: 1.2.2 -> 1.2.3
2020-12-04 06:08:09 -05:00
Jan Tojnar
e0d83444de
libopenaptx: 0.1.0 → 0.2.0
https://github.com/pali/libopenaptx/releases/tag/0.2.0

Will be used by upcoming pipewire release.
2020-12-04 12:07:42 +01:00
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
Arnout Engelen
777cb35eb8
compress-man-pages: symlink compressed manpages deterministically
For example graphviz has chained symlinked manpages: dot2gxl.1 is
a symlink to gv2gxl.1 which is a symlink to gxl2gv.1

The second loop replaces each non-compressed symlink to a compressed
symlink. The target is determined with 'readlink -f', which follows
links recursively until the first name that is not a link (so either
the 'target name' or the first 'dangling' symlink).

This means that if the loop converted dot2gxl.1 before converting
gv2gxl.1 it would add a symlink `dot2gxl.1.gz->gxl2gv.1.gz`. When
it converted gv2gxl.1 first, it would then add a
`dot2gxl.1.gz->gv2gxl.1.gz` symlink.

Both are 'correct', but it's weird the result depends on the order
in which 'find' returns the files. This PR makes the behaviour
deterministic.

fixes #104708
2020-12-04 09:24:37 +01: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]
ca7703d573
Merge staging-next into staging 2020-12-04 06:16:29 +00: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
Jonathan Ringer
d35b703ccd libarchive: add changelog 2020-12-03 22:07:49 -08:00
R. RyanTM
e4b36a1f05 libarchive: 3.4.3 -> 3.5.0 2020-12-03 22:07:49 -08: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
Chuck
bc02955b2a python3Packages.jsonstreams: Init at 0.5.0 2020-12-03 21:18:36 -08: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