Commit graph

31159 commits

Author SHA1 Message Date
Daniel Olsen a67d49dfef metapixel: init at 1.0.2 2021-01-17 15:44:27 +01:00
Michael Weiss a6d138c7ad
Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Mario Rodas 2476f4aa21
Merge pull request #109558 from jojosch/mycli-1.23.2
mycli: 1.23.0 -> 1.23.2
2021-01-16 14:17:24 -05:00
Mario Rodas b30f0e0ad4
Merge pull request #109524 from dotlambda/routino-3.3.3
routino: 3.3.2 -> 3.3.3
2021-01-16 14:16:38 -05:00
Sandro Jäckel ea6ae87eed pythonPackages.swaglyrics: Fix dependencies 2021-01-16 10:56:42 -08:00
Johannes Schleifenbaum cda449e23c
mycli: 1.23.0 -> 1.23.2 2021-01-16 19:26:01 +01:00
Jörg Thalheim d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Sandro 1fb0c48cf2
Merge pull request #107759 from mweinelt/kea
kea: 1.5.0-P1 -> 1.8.2
2021-01-16 16:04:58 +01:00
Robert Schütz bb971b16de routino: 3.3.2 -> 3.3.3 2021-01-16 13:54:00 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Sandro 046e4edfce
Merge pull request #109502 from danieldk/1password-gui-0.9.8
_1password-gui: 0.9.7 -> 0.9.8
2021-01-16 11:40:25 +01:00
Sandro a9bb54359e
Merge pull request #108099 from siraben/double-quotes-fix 2021-01-16 11:27:58 +01:00
Daniël de Kok 20566f7d63 _1password-gui: 0.9.7 -> 0.9.8
Release notes:

https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.8
2021-01-16 10:36:23 +01:00
R. RyanTM bcdca92787
abcmidi: 2020.11.07 -> 2020.12.10 (#106639) 2021-01-16 09:52:53 +01:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
zowoq 11434e2040 youtube-dl: 2021.01.08 -> 2021.01.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16
2021-01-16 12:56:23 +10:00
Sandro 36ff80b7c8
Merge pull request #109445 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 322.0.0 -> 323.0.0
2021-01-15 18:34:14 +01:00
Sandro 0eb69dab67
Merge pull request #109446 from jojosch/mycli-1.23.0
mycli: 1.22.2 -> 1.23.0
2021-01-15 18:33:03 +01:00
Sandro f6a9596c4a
Merge pull request #109450 from msteen/patch-2
nix-prefetch: 0.3.1 -> 0.4.0
2021-01-15 16:55:33 +01:00
Tim Steinbach 7bead9b8fa
awscli: 1.18.211 -> 1.18.215 2021-01-15 10:39:10 -05:00
msteen a4e13d2a1a nix-prefetch: 0.3.1 -> 0.4.0 2021-01-15 16:21:08 +01:00
Mrinal Purohit 7370d2346b google-cloud-sdk: 322.0.0 -> 323.0.0 2021-01-15 19:21:14 +05:30
Johannes Schleifenbaum be9bda4fa0
mycli: 1.22.2 -> 1.23.0 2021-01-15 14:50:31 +01:00
Michael Weiss 2345e374af
svt-av1: Extend the meta attributes
I've merged my local package definitions with the ones in Nixpkgs.
2021-01-15 14:21:07 +01:00
Jörg Thalheim 147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Sandro ebd22859f2
Merge pull request #108969 from lourkeur/update/xpra 2021-01-15 10:52:16 +01:00
Michael Raskin 35da03c298
Merge pull request #93321 from chessai/puppeteer-init
puppeteer-cli: init
2021-01-15 09:36:52 +00:00
Maximilian Bosch 9e3a6eaec1
Merge pull request #109082 from delroth/sudo-1.9.5p1
sudo: 1.9.4p2 -> 1.9.5p1
2021-01-15 09:30:01 +01:00
Sarah Brofeldt c6c1319d13
Merge pull request #109286 from johanot/ceph-15.2.8
ceph: 15.2.7 -> 15.2.8
2021-01-15 08:44:08 +01:00
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Sandro 1fa1ae39f5
Merge pull request #108563 from mkuettel/plantuml-1.2020.26
plantuml: 1.2020.19 -> 1.2020.26
2021-01-14 20:58:38 +01:00
zowoq 2299a66b88 gdu: 2.2.0 -> 2.3.0
https://github.com/dundee/gdu/releases/tag/v2.3.0
2021-01-15 05:36:04 +10:00
Michael Weiss 7fb79605a7
inxi: 3.2.02-1 -> 3.2.02-2 2021-01-14 20:32:59 +01:00
Fabian Möller f213aa3ae0
nixpart0: stdenv.lib -> lib
This fixes an evaluation error indroduced by #108978
2021-01-14 16:57:44 +01:00
Sandro 55ebc2e2c2
Merge pull request #109358 from oxzi/reuse-0.12.1
reuse: 0.11.1 -> 0.12.1
2021-01-14 16:11:53 +01:00
Alvar Penning 8f81d7554f reuse: 0.11.1 -> 0.12.1
Next to the version bump, the tests are now executed.
2021-01-14 15:55:10 +01:00
Sandro 7dd624a450
Merge pull request #109311 from bbigras/zenith
zenith: 0.11.0 -> 0.12.0
2021-01-14 15:29:58 +01:00
Michael Raskin f62ab91aa7
Merge pull request #104912 from helsinki-systems/upd/p7zip
p7zip: 17.01 -> 17.03
2021-01-14 14:10:42 +00:00
Emery Hemingway f385802067 gnuvd: remove
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
ajs124 0004c16701 p7zip: 17.01 -> 17.03 2021-01-14 02:58:41 +01:00
Bruno Bigras 3e367bdcba zenith: 0.11.0 -> 0.12.0 2021-01-13 15:28:38 -05:00
llathasa-veleth 92803d781b disfetch: 1.12 -> 1.13 2021-01-13 22:33:51 +03:00
Mogria 2025ca9528 plantuml: 1.2020.22 -> 1.2020.26
PlantUML complains that it's too old when a diagram is generated to PNG an
error occurs.
2021-01-13 16:31:10 +01:00
Johan Thomsen 423b9b2a70 ceph: 15.2.7 -> 15.2.8 2021-01-13 15:51:18 +01:00
Sirio Balmelli 097d0836b4
gopass: 1.10.1 -> 1.11.0
Remove workaround introduced in dda50e73:
https://github.com/gopasspw/gopass/issues/1662
has now been fixed upstream.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-01-13 14:14:48 +01:00
Sandro fa0253297e
Merge pull request #109258 from oxzi/go-shadowsocks2-0.1.3
go-shadowsocks2: 0.0.11 -> 0.1.3
2021-01-13 12:11:54 +01:00
Sandro 568a5bb6b8
Merge pull request #108911 from davegallant/awscli2-2.1.17
awscli2: 2.1.7 -> 2.1.17
2021-01-13 12:08:00 +01:00
Alvar Penning 7c395b756d go-shadowsocks2: 0.0.11 -> 0.1.3 2021-01-13 10:12:29 +01:00
Jörg Thalheim dbb48b45a5
Merge pull request #107961 from KAction/par-static
par: fix static build
2021-01-13 09:05:40 +00:00