R. RyanTM
6d3efc39fa
dos2unix: 7.4.1 -> 7.4.2
2020-10-24 14:27:14 +00:00
meutraa
eb7e78ee99
androidStudioPackages.{canary,dev}: 4.2.0.13 -> 4.2.0.14
2020-10-24 15:02:26 +01:00
Michael Raskin
18a170fe8e
Merge pull request #101544 from 7c6f434c/sbcl-update
...
sbcl: 2.0.0 -> 2.0.8; add 2.0.9; lispPackages: regenerate
2020-10-24 13:19:34 +00:00
Ryan Mulligan
59e6270050
Merge pull request #100941 from r-ryantm/auto-update/gammy
...
gammy: 0.9.58a -> 0.9.59
2020-10-24 06:18:45 -07:00
Lassulus
303e7d6ef4
Merge pull request #99551 from makefu/pkgs/bento4/update
...
bento4: 1.5.1-629 -> 1.6.0-637
2020-10-24 14:44:49 +02:00
Lassulus
49701c3bf8
Merge pull request #101495 from makefu/pkgs/iozone/3.490
...
iozone: 3.471 -> 3.490
2020-10-24 14:42:32 +02:00
Maximilian Bosch
5fd98f75c6
Merge pull request #101535 from etu/php-packages-updates
...
phpPackages and phpExtensions updates
2020-10-24 14:39:47 +02:00
Bart Brouns
4c0404eea1
redkite: 1.0.3 -> 1.1.0
2020-10-24 13:59:08 +02:00
Elis Hirwing
a6d56b9df9
Merge pull request #101540 from shyim/patch-2
...
phpPackages.composer2: 2.0.0RC-1 -> 2.0.0
2020-10-24 13:53:51 +02:00
Michael Raskin
c4c06f5989
pkgs/development/lisp-modules/README.txt : typo fix
...
Co-authored-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-24 11:53:43 +00:00
Anderson Torres
db2c904c3c
Merge pull request #100294 from pniedzwiedzinski/amfora-desktop
...
amfora: Add desktop file
2020-10-24 08:50:44 -03:00
Anderson Torres
2dfad07d44
Merge pull request #99494 from jb55/barrier_2_3_3
...
barrier: 2.3.2 -> 2.3.3
2020-10-24 08:49:29 -03:00
Sandro Jäckel
76e1cda6c6
kindlegen: mark broken due to download removal
2020-10-24 13:36:39 +02:00
Michael Raskin
435b144ca8
lispPackages.cl-paths-ttf: readd, previously was a dependency of clx-truetype
2020-10-24 13:27:56 +02:00
Michael Raskin
da2a4ce7f4
lispPackages.dbi: break test-only dependency loops
2020-10-24 13:25:53 +02:00
JesusMtnez
cdb7764897
coursier: 2.0.4 -> 2.0.5
2020-10-24 13:14:43 +02:00
Michael Raskin
a84b759e99
lispPackages.uiop: drop obsolete uiop/version reference
2020-10-24 13:05:11 +02:00
Shyim
f77c20451b
phpPackages.composer2: 2.0.0RC-1 -> 2.0.0
2020-10-24 13:01:06 +02:00
Michael Raskin
a8d38f8f07
quicklispPackages: regenerate
2020-10-24 12:53:25 +02:00
Michael Raskin
571d45fea6
sbcl: 2.0.0 -> 2.0.8
2020-10-24 12:52:16 +02:00
TredwellGit
2bb011032c
chromium: use official build settings ( #101467 )
...
LLD: https://lld.llvm.org/
When you link a large program on a multicore machine, you can expect that LLD runs more than twice as fast as the GNU gold linker. Your mileage may vary, though.
Link-time optimization (LTO) is supported by default.
Some default settings have been tuned for the 21st century. For example, the stack is marked as non-executable by default to tighten security.
LTO & ThinLTO: https://clang.llvm.org/docs/ThinLTO.html
LTO (Link Time Optimization) achieves better runtime performance through whole-program analysis and cross-module optimization. However, monolithic LTO implements this by merging all input into a single module, which is not scalable in time or memory, and also prevents fast incremental compiles. ThinLTO is a new approach that is designed to scale like a non-LTO build, while retaining most of the performance achievement of full LTO.
PGO: https://llvm.org/docs/HowToBuildWithPGO.html https://blog.chromium.org/2020/08/chrome-just-got-faster-with-profile.html
Allows your compiler to better optimize code for how it actually runs. Users report that applying this to Clang and LLVM can decrease overall compile time by 20%.
Because PGO uses real usage scenarios that match the workflows of Chrome users around the world, the most common tasks get prioritized and made faster. Delivers up to 10% faster page loads.
CFI: https://clang.llvm.org/docs/ControlFlowIntegrity.html https://www.chromium.org/developers/testing/control-flow-integrity
Aborts the program upon detecting certain forms of undefined behavior that can potentially allow attackers to subvert the program’s control flow. These schemes have been optimized for performance, allowing developers to enable them in release builds.
By default, a program compiled with CFI will crash with SIGILL if it detects a CFI violation.
Additionally:
Use minizip instead of zlib. Chromium says zlib but actually uses minizip.
Remove old unused workarounds.
Make shell scripts POSIX compliant.
Update documentation URLs.
Prepare for using system libraries.
2020-10-24 12:27:40 +02:00
Vincent Laporte
7be0ab8249
ocamlPackages.mirage-fs: init at 3.0.1
2020-10-24 12:25:02 +02:00
Vincent Laporte
8f0accd00f
ocamlPackages.mirage-kv: init at 3.0.1
2020-10-24 12:25:02 +02:00
Michael Raskin
1ced8347aa
lispPackages.clx-truetype: define manually as Quicklisp dropped it after upstream disappeared
2020-10-24 12:15:16 +02:00
Michael Raskin
43bb7ae8ca
quicklisp-to-nix: README: Mention caches
2020-10-24 11:43:31 +02:00
Michael Raskin
f9b03920fc
quicklisp-to-nix: preload some implementation-provided dependencies
2020-10-24 11:42:33 +02:00
Michael Raskin
82a6ddb0c1
lispPackages.quicklisp: update shell script to avoid RO FS with new caching behaviour
2020-10-24 11:30:52 +02:00
Elis Hirwing
5a226e3dbb
phpPackages.psysh: 0.10.3 -> 0.10.4
2020-10-24 10:38:16 +02:00
Michael Raskin
21ada4cf89
sbcl: add 2.0.9
2020-10-24 10:34:56 +02:00
Michael Raskin
2c9c237873
quicklisp: update distinfo 2019-12-27 -> 2020-10-16
2020-10-24 10:32:58 +02:00
Elis Hirwing
4c9c52f13d
phpExtensions.yaml: 2.0.4 -> 2.1.0
2020-10-24 10:04:57 +02:00
Elis Hirwing
744a1533a0
phpExtensions.xdebug: 2.8.1 -> 2.9.8
2020-10-24 10:03:52 +02:00
Elis Hirwing
df3514c5ec
phpExtensions.redis: 5.1.1 -> 5.3.2
2020-10-24 10:02:51 +02:00
Elis Hirwing
f00ae5b48b
phpExtensions.protobuf: 3.11.2 -> 3.13.0.1
2020-10-24 10:01:43 +02:00
Elis Hirwing
79afde9991
phpExtensions.mongodb: 1.6.1 -> 1.8.1
2020-10-24 10:00:29 +02:00
Elis Hirwing
1459d221a8
phpExtensions.mailparse: 3.0.3 -> 3.1.1
2020-10-24 09:59:27 +02:00
Elis Hirwing
727dc79f68
phpExtensions.igbinary: 3.0.1 -> 3.1.6
2020-10-24 09:58:27 +02:00
Elis Hirwing
72fd5f2d1b
phpExtensions.event: 2.5.3 -> 2.5.7
2020-10-24 09:57:32 +02:00
Elis Hirwing
e05c3b2c99
phpExtensions.couchbase: 2.6.1 -> 2.6.2
2020-10-24 09:55:57 +02:00
Bjørn Forsman
3d4e133e77
parallel: fix calculation of max line length
...
parallel >= 20200822 uses /bin/echo to calculate the max allowed line
length. Patch it to a correct path, so that it doesn't (silently) fail
and fall back to a low value of 324.
Before:
$ parallel --max-line-length-allowed
324
After:
$ parallel --max-line-length-allowed
131063
Fixes: 16ca8725ff
("parallel: 20200722 -> 20200822")
2020-10-24 09:55:06 +02:00
Elis Hirwing
78a48d7fb1
phpExtensions.ast: 1.0.5 -> 1.0.10
2020-10-24 09:54:56 +02:00
Elis Hirwing
ab864cee02
phpPackages.phpcs: 3.5.5 -> 3.5.8
2020-10-24 09:52:44 +02:00
Elis Hirwing
067ee64a85
phpPackages.phpcbf: 3.5.5 -> 3.5.8
2020-10-24 09:51:57 +02:00
Elis Hirwing
376efd455e
phpPackages.phpstan: 0.12.49 -> 0.12.51
2020-10-24 09:50:38 +02:00
Elis Hirwing
e49aed3d1c
phpPackages.composer: 1.10.13 -> 1.10.15
2020-10-24 09:48:47 +02:00
Vladimír Čunát
c0a646edd0
Merge #101380 : thunderbird*: 78.3.2 -> 78.4.0
2020-10-24 09:16:36 +02:00
Jamie Magee
ce89dd6819
pythonPackages.yappi: 1.2.5 -> 1.3.0
2020-10-23 18:18:08 -07:00
Ryan Burns
c58233a34a
blugon: fix build on darwin
2020-10-23 18:06:36 -07:00
Nikolay Korotkiy
0c102b283d
python3Packages.pygmt: init at 0.2.0
2020-10-23 18:05:52 -07:00
José Romildo Malaquias
b6c2504d8d
Merge pull request #101030 from romildo/upd.evisum
...
enlightenment.evisum: 0.5.6 -> 0.5.7
2020-10-23 21:26:28 -03:00
TredwellGit
0594e27df3
libraw: 0.20.0 -> 0.20.2
...
https://github.com/LibRaw/LibRaw/blob/0.20.2/Changelog.txt
https://nvd.nist.gov/vuln/detail/CVE-2020-15365
https://nvd.nist.gov/vuln/detail/CVE-2020-15503
https://nvd.nist.gov/vuln/detail/CVE-2020-24890
2020-10-24 00:16:22 +00:00
David Birks
579daedfca
material-shell: 7 -> 8 ( #101427 )
...
And removed the patch that is now included in release 8.
2020-10-23 18:47:45 -04:00
Andreas Rammhold
f0af7d27b8
Merge pull request #98748 from TredwellGit/xorg.xorgserver
...
xorg.xorgserver: 1.20.8 -> 1.20.9
2020-10-24 00:44:52 +02:00
Doron Behar
c90450014f
Merge pull request #101480 from Flakebi/salt
2020-10-24 01:31:41 +03:00
Jan Tojnar
3a73543401
Merge pull request #93725 from nglen/pipewire
2020-10-24 00:05:33 +02:00
Andreas Rammhold
582f622f6c
Merge pull request #101481 from makefu/pkgs/cozy/0.7.2
...
cozy-audiobooks: 0.6.7 -> 0.7.2
2020-10-23 23:59:44 +02:00
Doron Behar
70e351ea34
Merge pull request #101478 from doronbehar/pkg/tectonic
2020-10-24 00:52:08 +03:00
Niklas Hambüchen
036a415cf6
Merge pull request #101432 from nh2/pdal-2.2.0
...
pdal: 2.1.0 -> 2.2.0
2020-10-23 21:37:57 +00:00
Andreas Rammhold
b0f9c2b4e1
Merge pull request #101498 from TredwellGit/mumble
...
mumble: 1.3.2 -> 1.3.3 (security)
2020-10-23 23:26:41 +02:00
Ryan Mulligan
921fd8c807
Merge pull request #101392 from r-ryantm/auto-update/cargo-release
...
cargo-release: 0.13.5 -> 0.13.8
2020-10-23 14:26:13 -07:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
...
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Michael Raskin
228b835dd7
Merge pull request #101485 from sikmir/openscenegraph
...
openscenegraph: enable on darwin
2020-10-23 20:43:44 +00:00
Nathaniel Glen
4bca42a6ec
pipewire: update to 0.3.13
2020-10-23 16:36:14 -04:00
Nathaniel Glen
57510bf522
pipewire: cleanup path testing
2020-10-23 16:35:48 -04:00
TredwellGit
1bc72b3494
mumble: 1.3.2 -> 1.3.3
...
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
2020-10-23 20:35:27 +00:00
makefu
647b71cfa9
iozone: 3.471 -> 3.490
...
generate url instead of hardcoding the version in the url
this should make auto-updating possible via nixpkgs-update
2020-10-23 22:14:56 +02:00
Jonathan Ringer
e09dbe3fb1
python3Packages.pysideShiboken: use fetchFromGitHub
2020-10-23 12:41:38 -07:00
Jonathan Ringer
0b27960dcc
python3Packages.pysideShiboken: fix build
2020-10-23 12:41:38 -07:00
zimbatm
ae66cd924c
direnv: 2.23.0 -> 2.23.1 ( #101487 )
2020-10-23 21:39:29 +02:00
Kevin Cox
7eddff6821
Merge pull request #99931 from sikmir/cudatext
...
cudatext: 1.111.0 -> 1.115.0
2020-10-23 15:23:25 -04:00
Peter Simons
c90c2067e6
hasura-graphql-engine: mark build as broken
...
The package depends on the broken stm-containers.
2020-10-23 21:00:26 +02:00
Peter Simons
650ddffab5
haskell-implicit-hie-cradle: fix build
2020-10-23 21:00:26 +02:00
Peter Simons
b5c2917eb2
haskell-skylighting-core: update override for the new version
2020-10-23 21:00:26 +02:00
Peter Simons
83c743387f
haskell-skylighting: update override for the new version
2020-10-23 21:00:26 +02:00
Peter Simons
0bde9a5576
haskell-splitmix: update override for the latest version
2020-10-23 21:00:26 +02:00
Peter Simons
89ed6f458d
Extend the configuration for ghc-9.0.x to make more builds succeed.
2020-10-23 21:00:26 +02:00
Peter Simons
7f7a12f20e
all-cabal-hashes: update to Hackage at 2020-10-22T01:32:08Z
2020-10-23 21:00:26 +02:00
Peter Simons
90500cc7a4
haskell-dhall: update overrides for the new release
2020-10-23 21:00:26 +02:00
Joe Hermaszewski
55a9078748
haskell-generic-builder: Add missing preHaddock and postHaddock arguments
2020-10-23 21:00:26 +02:00
Markus Hauck
58ad0afc3c
haskellPackages.stan: Mark as not broken and enable tests
...
With https://github.com/NixOS/nixpkgs/pull/101008 , this package builds
successfully and passes all tests as well.
2020-10-23 21:00:25 +02:00
Markus Hauck
c643d0aaa7
microaeson: Unbreak via jailbreak
2020-10-23 21:00:25 +02:00
Peter Simons
f39f5cf4bb
ghc-9.0.x: add plenty of overrides to make packages build
2020-10-23 21:00:25 +02:00
Peter Simons
d6a60b8943
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.5-25-gc299817 from Hackage revision
ea2403de17
.
2020-10-23 21:00:21 +02:00
Peter Simons
949e4dc427
hackage2nix: update list of broken builds
2020-10-23 21:00:17 +02:00
Peter Simons
382e0a5928
hackage2nix: disable broken builds to fix evaluation
2020-10-23 20:59:20 +02:00
Michael Weiss
de32261d9f
git: 2.29.0 -> 2.29.1 ( #101488 )
2020-10-23 20:55:30 +02:00
Peter Simons
46af2d9a6d
LTS Haskell 16.19
2020-10-23 20:43:11 +02:00
Michael Weiss
ffdeb02eb4
intel-media-driver: 20.2.0 -> 20.3.0 ( #99297 )
2020-10-23 20:34:04 +02:00
Alexandre Macabies
af28dac3ac
prometheus-rtl_433-exporter: init at 641a1f5
2020-10-23 20:33:35 +02:00
Michael Weiss
3bde36537c
monetdb: 11.37.11 -> 11.39.5 ( #101362 )
2020-10-23 20:30:17 +02:00
Nikolay Korotkiy
4b545daec4
openscenegraph: enable on darwin
2020-10-23 21:25:05 +03:00
Flakebi
8995b667c3
birdtray: 1.8.1 -> 1.9.0
2020-10-23 20:09:46 +02:00
makefu
fabf544001
cozy-audiobooks: 0.6.7 -> 0.7.2
2020-10-23 20:02:44 +02:00
Nathaniel Glen
9397d535bd
pipewire: remove pulseaudio references
...
This replaces the temporary RPATH fix with the new upstream patch from
jtojnar. It also removes the reference to the dev output.
2020-10-23 13:51:41 -04:00
Nathaniel Glen
68fa82a0ae
pipewire: use meson options for installed_tests
2020-10-23 13:51:41 -04:00
Flakebi
a0d8dd8320
salt: 3001.1 -> 3002
2020-10-23 19:48:48 +02:00
Flakebi
e0ea4826f4
salt: remove aneeshusa and add Flakebi as maintainer
2020-10-23 19:48:48 +02:00
Michael Weiss
7c76eafdb7
chromiumDev: Mark as broken for now
2020-10-23 19:47:43 +02:00
Nathaniel Glen
798b9c072e
pipewire: update to 0.3.12
2020-10-23 13:37:57 -04:00
Ryan Mulligan
3c96aceb3c
Merge pull request #101465 from ryantm/sonar-scanner-cli
...
sonar-scanner-bin: rename to sonar-scanner-cli, 3.3.0.1492 -> 4.5.0.2216
2020-10-23 09:59:59 -07:00
Sandro Jäckel
b2aa3c9f52
pythonPackages.pystray: mark linux only
2020-10-23 09:50:33 -07:00
Vladyslav M
59749cb1b6
Merge pull request #101177 from dywedir/skim
...
skim: 0.8.2 -> 0.9.1, use fetchCrate
2020-10-23 19:49:32 +03:00
Doron Behar
bfb892ef11
tectonic: 0.1.17 -> 0.2.0
2020-10-23 19:39:41 +03:00
Martin Weinelt
cf068be825
Merge pull request #101263 from SuperSandro2000/ftputil-mac
...
python3Packages.ftputil: fix tests on darwin
2020-10-23 18:33:33 +02:00
Graham Christensen
4770d412c9
Merge pull request #101470 from endocrimes/dani/bump-p4
...
p4: 2020.1.1991450 -> 2020.1.2007551
2020-10-23 12:17:10 -04:00
Michael Weiss
50a2f50acb
chromiumDev: 88.0.4292.2 -> 88.0.4298.4
...
This should also fix VA-API for chromiumBeta (though that part needs
some cleanup). However, chromiumDev likely still fails due to the
absence of dirmd (not included in the tarball so far, we might have to
package and add it as a dependency).
2020-10-23 17:49:46 +02:00
Andreas Rammhold
e894c00e1c
Merge pull request #101452 from stigtsp/package/mariadb-10.4.15
...
mariadb: 10.4.14 -> 10.4.15 (CVE-2020-15180)
2020-10-23 17:46:32 +02:00
Kevin Cox
6cbef452b0
Merge pull request #100685 from buckley310/brave
...
brave: 1.12.112 -> 1.15.76
2020-10-23 11:31:55 -04:00
Christoph Hrdinka
972ba804fd
Merge pull request #100162 from samuelgrf/pcsx2_gtk3-x86_64
...
pcsx2: multiple improvements
2020-10-23 16:48:45 +02:00
Danielle Lancashire
b197c7fb48
p4: 2020.1.1991450 -> 2020.1.2007551
...
The download URL hasn't changed, but the sha256 and user facing download
version has. See [perforce downloads][p4-download].
[p4-download]: https://www.perforce.com/downloads/helix-command-line-client-p4
2020-10-23 16:24:13 +02:00
Sandro Jäckel
e44cc1404b
docker: use upstream repo for containerd
...
http://github.com/docker/containerd is archived and redirects to
https://github.com/docker-archive/containerd .
To make updates easier track the upstream repo which Docker uses.
2020-10-24 00:12:06 +10:00
zowoq
76d8e2fb30
valgrind: disable on darwin
2020-10-24 00:10:08 +10:00
zowoq
b36436a12a
libpsl: remove valgrind from nativeBuildInputs on darwin
2020-10-24 00:10:08 +10:00
Graham Christensen
ad9c8e6f04
Merge pull request #101416 from endocrimes/dani/tailscale-version
...
tailscale: Include version in build flags
2020-10-23 09:47:28 -04:00
Ryan Mulligan
77fe740a5b
sonar-scanner-bin: rename to sonar-scanner-cli, 3.3.0.1492 -> 4.5.0.2216
...
also fix up meta info
2020-10-23 06:30:32 -07:00
Ryan Mulligan
e3ac67d42e
Merge pull request #55558 from ghost/sonar-scanner
...
sonar-scanner-bin: init at 3.3.0.1492
2020-10-23 06:21:41 -07:00
Peter Simons
6485336d9e
Merge pull request #101461 from moritzschaefer/fix-r-openssl
...
Fixes missing configure script
2020-10-23 15:19:07 +02:00
Andreas Rammhold
5506c40150
Merge pull request #101091 from mweinelt/fastd
...
fastd: 19 -> 21
2020-10-23 15:15:01 +02:00
Moritz Schaefer
dfba5e1c9b
Fixes missing configure script
2020-10-23 14:40:18 +02:00
StigP
eaadab0fcd
Merge pull request #101336 from stigtsp/package/perl-5.33.3
...
perldevel: 5.33.2 -> 5.33.3, perl-cross: f59d2b6 -> 65e06e2
2020-10-23 12:12:36 +00:00
Sandro Jäckel
d42f23d4ce
python3Packages: fix tests on darwin
2020-10-23 12:57:30 +02:00
Stig Palmquist
2929f5edb9
mariadb: 10.4.14 -> 10.4.15
...
Fixes CVE-2020-15180
2020-10-23 12:24:20 +02:00
Michael Weiss
b36db49ae7
chromium: Add some brief documentation
...
Wanted to do this for a long time to collect important knowledge and
make it easier to pass maintainership.
Only time will tell if this'll be useful or become outdated instead.
2020-10-23 11:39:05 +02:00
wedens
0c8ede6446
radeon-profile: 20190903 -> 20200824
2020-10-23 16:32:58 +07:00
Michael Weiss
4b8f3aee6f
python3Packages.google_api_python_client: 1.12.4 -> 1.12.5
2020-10-23 10:59:35 +02:00
06kellyjac
10c152cb58
terragrunt: 0.25.4 -> 0.25.5
2020-10-23 09:50:15 +01:00
06kellyjac
268f5110f6
terragrunt: add jk as a maintainer
...
Add jk (myself) as a maintainer for terragrunt
2020-10-23 09:49:41 +01:00
06kellyjac
200bf0a3af
terragrunt: clean and sort arguments
...
lib was already imported so no need for stdenv.lib
sorted arguments into order of use
2020-10-23 09:48:39 +01:00
Vincent Laporte
2cb651ad14
cryptoverif: 2.01pl1 → 2.03pl1
2020-10-23 10:20:09 +02:00
Jörg Thalheim
630f19b3ef
Merge pull request #99576 from makefu/pkgs/mergerfs/update
...
mergerfs: 2.28.3 -> 2.31.0
2020-10-23 09:05:41 +02:00
Vincent Laporte
283f53073b
ocamlPackages.yaml: 2.0.1 → 2.1.0
2020-10-23 08:33:52 +02:00
Michael Raskin
c05803df2d
Merge pull request #101422 from omasanori/ecl-20.4.24
...
ecl: 16.1.3 -> 20.4.24, eql-git: fix build
2020-10-23 06:12:13 +00:00
Daniël de Kok
1b90250134
Merge pull request #101241 from Flakebi/amdvlk
...
amdvlk: 2020.Q3.6 -> 2020.Q4.1
2020-10-23 07:48:28 +02:00
Jan Tojnar
291bb3c859
gnome3.iagno: fix build
...
* add patch fixing build with Meson > 0.55
* clean up
* do not use pkg-config alias
* drop redundant parallel building (on by default with Meson)
* format expression
* make license explicit
2020-10-23 06:48:08 +02:00
Samuel Dionne-Riel
a2f9d7c2f3
Merge pull request #101194 from acowley/aspellDicts
...
aspellDicts: force grep to treat dictionaries as text files
2020-10-23 00:16:05 -04:00
Martin Weinelt
f2358204b1
Merge pull request #100023 from IvarWithoutBones/pyotp-fix
...
pythonPackages.pyotp: Disable on Python27
2020-10-23 04:21:35 +02:00
IvarWithoutBones
7a34808502
pythonPackages.pyotp: disable on Python27
2020-10-23 04:03:40 +02:00
Andreas Rammhold
e7a4b3df43
Merge pull request #101434 from andir/firefox-disable-lto
...
firefox: disable LTO by default due to segfaults with wayland
2020-10-23 03:58:12 +02:00
Martin Weinelt
61c8c18742
Merge pull request #101436 from IvarWithoutBones/imdbpy
...
pythonPackages.imdbpy: init at 2020.9.25
2020-10-23 03:44:19 +02:00
IvarWithoutBones
cda313e3cc
pythonPackages.imdbpy: init at 2020.9.25
2020-10-23 03:16:36 +02:00
Dmitry Kalinkin
1492b35aa6
pythonPackages.pyobjc: remove sauyon from maintainers
2020-10-22 21:12:43 -04:00
Sean Buckley
61e2d90486
brave: 1.12.112 -> 1.15.76
2020-10-22 21:05:20 -04:00
Ryan Mulligan
ff23aaed3a
Merge pull request #101299 from r-ryantm/auto-update/argo
...
argo: 2.11.5 -> 2.11.6
2020-10-22 18:04:48 -07:00
Andreas Rammhold
bca15c82d8
firefox: disable LTO by default due to segfaults with wayland
...
As discussed in #101429 firefox 82 started crashing when used with
wayland. A brief investigation showed that this appears to be rooted
within the LTO support that was recently added to the package. For the
time being, until someone figures out where the crashes are coming from,
we can just disable LTO.
2020-10-23 02:51:46 +02:00
Niklas Hambüchen
5aa96b68cc
pdal: 2.1.0 -> 2.2.0
2020-10-23 02:41:40 +02:00
Martin Weinelt
924e5f5cba
Merge pull request #101338 from r-ryantm/auto-update/cantata
...
cantata: 2.4.1 -> 2.4.2
2020-10-23 02:15:57 +02:00
Dmitry Kalinkin
e05f484129
Merge pull request #101016 from veprbl/pr/texlive_post2020_cleanup
...
texlive: minor cleanups
2020-10-22 20:04:01 -04:00
Ryan Mulligan
fbd0264277
Merge pull request #101366 from r-ryantm/auto-update/bpytop
...
bpytop: 1.0.42 -> 1.0.44
2020-10-22 16:43:33 -07:00
Anderson Torres
253fb7648c
Merge pull request #101244 from zaninime/nanovna-saver
...
nanovna-saver: init at 0.3.7
2020-10-22 20:42:56 -03:00
Anderson Torres
28c30cca98
Merge pull request #101304 from r-ryantm/auto-update/alsa-utils
...
alsaUtils: 1.2.3 -> 1.2.4
2020-10-22 20:42:33 -03:00
Masanori Ogino
b57fc1fc48
ecl: 16.1.3 -> 20.4.24, eql-git: fix build
...
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-23 07:53:09 +09:00
Sandro Jäckel
6dcc6f05b6
bdsync: 0.11.1 -> 0.11.2
2020-10-22 23:57:05 +02:00
arcnmx
c603dae70d
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-22 14:47:16 -07:00
zowoq
b4349c13a6
buildah: 1.16.4 -> 1.16.5
...
https://github.com/containers/buildah/releases/tag/v1.16.5
2020-10-23 07:28:24 +10:00
Ryan Mulligan
9b8b7065cd
Merge pull request #101345 from r-ryantm/auto-update/couchdb
...
couchdb3: 3.1.0 -> 3.1.1
2020-10-22 14:03:40 -07:00
Danielle Lancashire
7526ae55d7
tailscale: Include version in build flags
...
This commit adds the user-facing version to the tailscale version
output.
Prior to this change, it used a hardcoded fallback that is fairly
infrequently updated (https://github.com/tailscale/tailscale/commits/main/version/version.go ).
After this change, we print the user-friendlier tag version, which is
helpful when wanting to e.g check to see if you have a version that is
compatible with a feature like [magic dns][magic-dns].
E.g:
```
[nixpkgs(dani/tailscale-version)] $ ./result/bin/tailscale version
1.0.5
```
[magic-dns]: https://tailscale.com/kb/1081/magic-dns
2020-10-22 22:47:18 +02:00
Niklas Hambüchen
8f8e6dcd6b
Merge pull request #101308 from nh2/srt-1.4.2
...
srt: 1.4.1 -> 1.4.2
2020-10-22 20:35:52 +00:00
Jan Tojnar
3e01d383ee
Merge branch 'staging-next' into staging
2020-10-22 21:20:32 +02:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next
2020-10-22 21:20:14 +02:00
Jan Tojnar
e22e6d763a
ghostscript: clean up
...
* Do not use pkgconfig alias.
* Move version & hash inline.
2020-10-22 21:19:04 +02:00
Jan Tojnar
19e31fa052
Merge pull request #101215 from TredwellGit/ghostscript
2020-10-22 21:17:08 +02:00
Ryan Mulligan
4cada0cd31
Merge pull request #101395 from r-ryantm/auto-update/enyo-doom
...
enyo-doom: 1.06.9 -> 2.0.2
2020-10-22 12:12:54 -07:00
Jan Tojnar
4147603e5b
Merge pull request #101174 from xaverdh/aliases-throws-names
...
pkgs/top-level/aliases.nix: improve error messages
2020-10-22 20:54:12 +02:00
Jan Tojnar
78ff7e0a7a
Merge pull request #101398 from nh2/pitivi-fix-startup-svg-error
...
pitivi: Fix .svg loading at startup, see #56943 #89691
2020-10-22 20:47:49 +02:00
Daniël de Kok
26d0e6bc55
Merge pull request #101290 from r-ryantm/auto-update/1password
...
_1password-gui: 0.8.10 -> 0.9.0
2020-10-22 20:45:25 +02:00
StigP
78a31ba789
Merge pull request #101402 from zakame/updates/perl-FutureAsyncAwait-0.45
...
perlPackages.FutureAsyncAwait: 0.44 -> 0.45
2020-10-22 18:08:14 +00:00
Martin Weinelt
0179259408
Merge pull request #101381 from SuperSandro2000/gitstatus-1.3.1
...
gitstatus: 1.3.0 -> 1.3.1, zsh-powerlevel10k: 1.12.0 -> 1.13.0
2020-10-22 19:59:47 +02:00
Dominik Xaver Hörl
9c3bc4a757
pkgs/top-level/aliases.nix: improve error messages
...
Change error messages to start with or at least mention the name of the
package being referenced. This avoids obscure error messages like
"error: Abandoned by upstream." when rebuilding your system.
Also do some trivial cosmetic changes while touching things.
2020-10-22 19:53:04 +02:00
Sandro Jäckel
b7730213bd
zsh-powerlevel10k: 1.12.0 -> 1.13.0
2020-10-22 19:49:18 +02:00
Zak B. Elep
9d53d4bb88
perlPackages.FutureAsyncAwait: 0.44 -> 0.45
2020-10-23 01:36:53 +08:00
Michael Weiss
186f24e81f
python3Packages.google_api_python_client: 1.12.3 -> 1.12.4
2020-10-22 18:59:04 +02:00
Rok Garbas
d5ebdf57c8
Merge pull request #101390 from garbas/fix-juliamono
...
julia-mono: update sha256
2020-10-22 18:57:26 +02:00
Niklas Hambüchen
4bf0061d28
pitivi: Fix .svg loading at startup, see #56943 #89691
2020-10-22 18:36:53 +02:00
R. RyanTM
5f916fd691
enyo-doom: 1.06.9 -> 2.0.2
2020-10-22 16:01:24 +00:00
06kellyjac
a7c1563b03
tektoncd-cli: 0.13.0 -> 0.13.1
2020-10-22 16:55:29 +01:00
R. RyanTM
1f4f05add0
cargo-release: 0.13.5 -> 0.13.8
2020-10-22 15:50:24 +00:00
Maciej Krüger
7cf2a6d284
Merge pull request #101388 from r-ryantm/auto-update/cinnamon-session
...
cinnamon.cinnamon-session: 4.6.1 -> 4.6.2
2020-10-22 17:47:27 +02:00
Rok Garbas
92cb4e843c
julia-mono: update sha256
2020-10-22 17:33:29 +02:00
Anderson Torres
02e4a0e65f
Merge pull request #95320 from mstrangfeld/tektoncd-cli
...
tektoncd-cli: init at 0.13.0
2020-10-22 12:15:38 -03:00
R. RyanTM
7e6fd55ec6
cinnamon.cinnamon-session: 4.6.1 -> 4.6.2
2020-10-22 15:11:33 +00:00
Tim Steinbach
5480af2e53
Merge pull request #101322 from JesusMtnez/coursier
...
coursier: 2.0.3 -> 2.0.4
2020-10-22 11:03:45 -04:00
Marek Mahut
67496d2bb5
Merge pull request #101375 from 1000101/terraform-providers_vultr
...
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 16:55:40 +02:00
Mario Rodas
77fd054bc2
Merge pull request #101313 from marsam/update-terraform_0_13
...
terraform_0_13: 0.13.4 -> 0.13.5
2020-10-22 09:37:44 -05:00
Francesco Zanini
2a54c4f950
nanovna-saver: init at 0.3.7
2020-10-22 16:23:13 +02:00
Francesco Zanini
6bcc200340
pythonPackages.scipy_1_4: nanovna-saver dependency
2020-10-22 16:23:06 +02:00
Anderson Torres
10219a3271
Merge pull request #101361 from tobim/pkgs/arrow-2.0.0
...
arrow-cpp: 1.0.1 -> 2.0.0
2020-10-22 11:08:03 -03:00
Maciej Krüger
3fbcdb0f58
Merge pull request #101371 from r-ryantm/auto-update/cinnamon-menus
...
cinnamon.cinnamon-menus: 4.6.0 -> 4.6.1
2020-10-22 16:07:43 +02:00
Maciej Krüger
11fd63c3a3
Merge pull request #101365 from r-ryantm/auto-update/cinnamon-desktop
...
cinnamon.cinnamon-desktop: 4.6.1 -> 4.6.4
2020-10-22 15:57:12 +02:00
Maximilian Bosch
ba0edab62c
Merge pull request #101347 from r-ryantm/auto-update/cargo-bloat
...
cargo-bloat: 0.9.3 -> 0.10.0
2020-10-22 15:53:26 +02:00
Sandro Jäckel
0ec595f0eb
gitstatus: 1.3.0 -> 1.3.1
2020-10-22 15:51:11 +02:00
Bas van Dijk
7f0ed2e044
Merge pull request #101376 from basvandijk/rocksdb-jemalloc
...
rocksdb: enable optional jemalloc support
2020-10-22 15:50:32 +02:00
Maximilian Bosch
2e722907de
Merge pull request #101359 from r-ryantm/auto-update/cargo-audit
...
cargo-audit: 0.12.0 -> 0.12.1
2020-10-22 15:47:28 +02:00
taku0
a1ad05b45c
thunderbird-bin: 78.3.2 -> 78.4.0
2020-10-22 22:41:21 +09:00
1000101
f5a852941e
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 15:37:33 +02:00
Bas van Dijk
f2b8a45cde
rocksdb: enable optional jemalloc support
2020-10-22 15:32:56 +02:00
R. RyanTM
4078818d60
cinnamon.cinnamon-menus: 4.6.0 -> 4.6.1
2020-10-22 13:15:40 +00:00
Ryan Mulligan
166ab9d237
Merge pull request #101307 from r-ryantm/auto-update/armadillo
...
armadillo: 9.900.3 -> 10.1.0
2020-10-22 06:15:39 -07:00
Doron Behar
5f7a159538
Merge pull request #101346 from r-ryantm/auto-update/CopyQ
...
copyq: 3.12.0 -> 3.13.0
2020-10-22 15:57:25 +03:00
gcv
604ccef15b
kopia: fix broken permissions on Darwin
...
Without the patched line, installation on Darwin fails with:
```mv: cannot move 'tmp-vendor' to 'vendor': Permission denied```
2020-10-22 22:57:08 +10:00
Michael Raskin
a266e6c7d5
Merge pull request #101321 from r-ryantm/auto-update/cgal
...
cgal_5: 5.0.3 -> 5.1
2020-10-22 12:56:51 +00:00
Michael Raskin
bb7e76bebb
alpine: 2.23 -> 2.24 ( #101318 )
2020-10-22 12:56:04 +00:00
Doron Behar
e97848c10a
Merge pull request #101340 from r-ryantm/auto-update/calcurse
...
calcurse: 4.6.0 -> 4.7.0
2020-10-22 15:55:39 +03:00
Doron Behar
2b39a8e507
Merge pull request #101352 from B4dM4n/mpd-small-fix
...
mpd: fix build without documentation feature
2020-10-22 15:55:08 +03:00
Eelco Dolstra
d28565a1c6
nix: 2.3.7 -> 2.3.8
2020-10-22 14:47:55 +02:00
R. RyanTM
4f6bc704a6
bpytop: 1.0.42 -> 1.0.44
2020-10-22 12:41:54 +00:00
Kevin Cox
6c9d44d39c
Merge pull request #98199 from turion/dev_agda_stdlib_1.4
...
agdaPackages.standard-library: 1.3 -> 1.4
2020-10-22 08:34:23 -04:00
R. RyanTM
6de2304582
cjdns: 20.7 -> 21
2020-10-22 14:18:41 +02:00
R. RyanTM
79c6d40e2c
cinnamon.cinnamon-desktop: 4.6.1 -> 4.6.4
2020-10-22 12:14:58 +00:00
Doron Behar
44dd65ffca
Merge pull request #98093 from marius851000/portmod
2020-10-22 15:12:13 +03:00
Tobias Mayer
7cb0d9d37e
arrow-cpp: 1.0.1 -> 2.0.0
2020-10-22 14:03:46 +02:00
R. RyanTM
30cee8a46c
cargo-audit: 0.12.0 -> 0.12.1
2020-10-22 11:59:31 +00:00
Michele Guerini Rocco
c5c468bda6
Merge pull request #100503 from rnhmjoj/bup
...
bup: use python3
2020-10-22 13:50:58 +02:00
Michael Weiss
002750572a
nvme-cli: 1.12 -> 1.13
2020-10-22 13:36:47 +02:00
Michael Weiss
d8cbc9d331
signal-desktop: 1.37.1 -> 1.37.2
2020-10-22 13:36:12 +02:00
GuangTao
f5a8ea23bd
polar-bookshelf: 1.13.10 -> 2.0.42
...
* polar-bookshelf: 1.13.10 -> 2.0.42
* Update pkgs/applications/misc/polar-bookshelf/default.nix
Co-authored-by: Zak B. Elep <zakame@zakame.net>
2020-10-22 13:35:35 +02:00
Martin Weinelt
d3b2380252
Merge pull request #101305 from nh2/rspamd-passthru-tests
...
rspamd: add passthru.tests
2020-10-22 13:34:53 +02:00
WilliButz
d4ed405167
Merge pull request #101301 from r-ryantm/auto-update/atlassian-jira
...
atlassian-jira: 8.12.0 -> 8.13.0
2020-10-22 12:57:43 +02:00
Fabian Möller
40c9b2840b
mpd: fix build without documentation feature
...
The man pages are only generated when the `documentation` feature is
activated (sphinx is found). Otherwise no files are installed in `$man`
and the output is not created.
2020-10-22 12:55:25 +02:00
R. RyanTM
667d15376e
cargo-bloat: 0.9.3 -> 0.10.0
2020-10-22 10:15:29 +00:00
Maximilian Bosch
59433db7e3
Merge pull request #101339 from WilliButz/update/grafana/v7.2.2
...
grafana: 7.2.1 -> 7.2.2
2020-10-22 12:01:46 +02:00
Eelco Dolstra
05bdfd6f2f
Merge pull request #98973 from Ma27/bump-hydra
...
hydra-unstable: 2020-09-02 -> 2020-10-20
2020-10-22 12:01:13 +02:00
Andreas Rammhold
d82e6359bd
Merge pull request #101326 from r-ryantm/auto-update/rust-cbindgen
...
rust-cbindgen: 0.14.4 -> 0.15.0
2020-10-22 11:51:55 +02:00
R. RyanTM
ee0e15a8fc
copyq: 3.12.0 -> 3.13.0
2020-10-22 09:51:53 +00:00
Michael Weiss
10b4fe1022
Merge pull request #101306 from TredwellGit/chromium
...
chromium: 86.0.4240.75 -> 86.0.4240.111
2020-10-22 11:47:35 +02:00
Lancelot SIX
ec6f9e1c83
Merge pull request #101193 from bachp/skypeforlinux-8.65.0.78
...
skypeforlinux: 8.64.0.81 -> 8.65.0.78
2020-10-22 10:30:36 +01:00
R. RyanTM
ae76a7658d
couchdb3: 3.1.0 -> 3.1.1
2020-10-22 09:25:10 +00:00
Eelco Dolstra
357a62df6c
Merge pull request #101272 from edolstra/fix-kdeconnect
...
Fix kdeconnect
2020-10-22 11:18:38 +02:00
R. RyanTM
8f778f861c
calcurse: 4.6.0 -> 4.7.0
2020-10-22 09:18:32 +00:00
WilliButz
f7bc6be76c
grafana: 7.2.1 -> 7.2.2
2020-10-22 11:11:44 +02:00
R. RyanTM
28d1a9f6a9
cantata: 2.4.1 -> 2.4.2
2020-10-22 09:08:31 +00:00
Lassulus
404182e039
Merge pull request #101286 from xfix/dolphin-update
...
dolphinEmuMaster: 5.0-11824 -> 5.0-12716
2020-10-22 11:08:20 +02:00
Maximilian Bosch
d976433296
element-desktop: 1.7.9 -> 1.7.10
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Maximilian Bosch
96f29b90a1
element-web: 1.7.9 -> 1.7.10
...
https://github.com/vector-im/element-web/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
sternenseemann
afd289a8b7
ocamlPackages.mirage-crypto*: 0.8.5 → 0.8.6
2020-10-22 11:01:10 +02:00
Jan Tojnar
6c40c0ace8
Merge pull request #96322 from r-ryantm/auto-update/ibus-hangul
...
ibus-engines.hangul: 1.5.3 -> 1.5.4
2020-10-22 10:43:08 +02:00
Jan Tojnar
a21e2522f1
Merge pull request #99021 from prusnak/libcbor
2020-10-22 10:41:22 +02:00
Stig Palmquist
a07b4a0017
perldevel: 5.33.2 -> 5.33.3
...
dependencies:
perl-cross: f59d2b6a179760230d925550db78b93c410433e4 -> 65e06e238ccb949e8399bdebc6d7fd798c34127b
2020-10-22 10:29:47 +02:00
Jan Tojnar
03c64130bb
Merge pull request #94892 from toonn/font-joypixels-emoji
2020-10-22 10:21:25 +02:00
Pavol Rusnak
e8ba9cd295
libcbor: unstable-2019-07-25 -> 0.8.0
2020-10-22 09:56:38 +02:00
Marek Mahut
c177135cb2
Merge pull request #101298 from r-ryantm/auto-update/bitcoin-unlimited
...
bitcoin-unlimited: 1.8.0.0 -> 1.9.0.1
2020-10-22 09:23:57 +02:00
R. RyanTM
c9b63049fd
prometheus-consul-exporter: 0.6.0 -> 0.7.1
2020-10-22 07:01:49 +00:00
Vincent Laporte
ec3aa4c109
ocamlPackages.pgocaml: 4.0 → 4.2.2
2020-10-22 08:17:38 +02:00
Vincent Laporte
1e985c9e29
ocamlPackages.ocsigen-start: remove unused parameter
2020-10-22 08:17:38 +02:00
R. RyanTM
37677080be
rust-cbindgen: 0.14.4 -> 0.15.0
2020-10-22 04:38:10 +00:00
Mario Rodas
d73cc1e586
ruby: fix build on darwin
...
cc-tools 949.0.1 added a warning on linking which ruby misinterprets as
an error with LDFLAGS.
2020-10-22 04:20:00 +00:00
JesusMtnez
3c3e490488
coursier: 2.0.3 -> 2.0.4
2020-10-22 06:11:12 +02:00
R. RyanTM
b9e5961253
cgal_5: 5.0.3 -> 5.1
2020-10-22 03:29:47 +00:00
R. RyanTM
693bd2565b
alpine: 2.23 -> 2.24
2020-10-22 03:04:18 +00:00
Mario Rodas
01e2d901bb
Merge pull request #101312 from marsam/update-nodejs-15_x
...
nodejs-15_x: 15.0.0 -> 15.0.1
2020-10-21 20:58:35 -05:00
Mario Rodas
916401a2f7
Merge pull request #101253 from eyJhb/bitlbeefb
...
bitlbee-facebook: 1.2.0 -> 1.2.1
2020-10-21 20:35:39 -05:00