Commit graph

234369 commits

Author SHA1 Message Date
Justin Lovinger 97a2dbdce5 caps2esc: 0.1.0 -> 0.1.3 2020-07-10 14:14:23 -04:00
Jan Tojnar e96bf89d1e
gnomeExtensions.system-monitor: unbreak with newer GNOME Shell
Had to switch to master and include Clutter typelib to path since recent versions of GNOME Shell open preferences out of Shell context.
2020-07-10 20:12:34 +02:00
Emery Hemingway c960abf50f trojita: 0.7.20190618 -> 0.7.20200706
Fix #92869
2020-07-10 23:38:56 +05:30
Benjamin Hipple 01f0aef501
Merge pull request #86809 from r-ryantm/auto-update/capnproto
capnproto: 0.7.0 -> 0.8.0
2020-07-10 14:06:58 -04:00
R. RyanTM 3a32232cbf python27Packages.wasabi: 0.6.0 -> 0.7.0 2020-07-10 11:01:42 -07:00
R. RyanTM c3bbbb75a9 python27Packages.pytest-isort: 1.0.0 -> 1.1.0 2020-07-10 10:57:01 -07:00
Jan Tojnar a100503b08
gnome3.mutter: export libdir
It is needed for finding clutter & co. typelibs by extenstions.
2020-07-10 19:42:13 +02:00
Benjamin Hipple dd4a6b64f8
Merge pull request #92651 from matthuszagh/nmigen
python3Packages.nmigen: from unstable-2020-02-08 to unstable-2020-04-02
2020-07-10 12:47:09 -04:00
Silvan Mosberger 75ee18766a
yarn2nix: Don't pass yarnNix to mkDerivation (#92856)
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do

  darwinPkgs.yarn2nix.mkYarnPackage {
    # ...
    yarnNix = pkgs.yarn2nix.mkYarnNix {
      yarnLock = ./yarn.lock;
    };
  }

Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
2020-07-10 16:24:03 +00:00
Tim Steinbach 0416089dc6
linux: 5.8-rc2 -> 5.8-rc4 2020-07-10 10:23:46 -04:00
Tim Steinbach af5accfa96
linux/hardened/patches/5.7: 5.7.7.a -> 5.7.8.a 2020-07-10 09:37:28 -04:00
Tim Steinbach cda9153727
linux/hardened/patches/5.4: 5.4.48.a -> 5.4.49.a 2020-07-10 09:37:28 -04:00
Tim Steinbach 4be3ad84d2
linux/hardened/patches/4.19: 4.19.131.a -> 4.19.132.a 2020-07-10 09:37:27 -04:00
Tim Steinbach 2371cb620a
linux/hardened/patches/4.14: 4.14.187.a -> 4.14.188.a 2020-07-10 09:37:27 -04:00
Tim Steinbach 21ed6c8546
linux_latest-libre: 17537 -> 17559 2020-07-10 09:37:27 -04:00
Maximilian Bosch e43685ef7d
mautrix-whatsapp: 0.1.2 -> 0.1.3
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.3
2020-07-10 15:31:31 +02:00
Maximilian Bosch 9deee36649
matrix-synapse: 1.15.2 -> 1.16.1
https://github.com/matrix-org/synapse/releases/tag/v1.16.0
https://github.com/matrix-org/synapse/releases/tag/v1.16.1
2020-07-10 15:30:18 +02:00
Daniël de Kok e4600a8dc8
Merge pull request #92824 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.6 -> 1.5.7
2020-07-10 14:33:53 +02:00
Daniël de Kok 8095d0b885 pcsctools: add missing dependencies for gscriptor 2020-07-10 14:08:14 +02:00
Aaron Andersen b34f5396fd
Merge pull request #84562 from deshaw/contrib/perl-authen-krb5-admin
perlPackages.AuthenKrb5Admin and dep
2020-07-10 07:39:40 -04:00
Herwig Hochleitner c255b0fa45 Revert "webtorrent_desktop: 0.20.0 -> 0.21.0"
This reverts commit 428b4353ce.

Build error

unpacking sources
tar: ./usr/lib/webtorrent-desktop/chrome-sandbox: Cannot change mode to rwsr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
dpkg-deb: error: tar subprocess returned error exit status 2
b
2020-07-10 13:38:10 +02:00
Herwig Hochleitner 428b4353ce webtorrent_desktop: 0.20.0 -> 0.21.0 2020-07-10 13:33:24 +02:00
zimbatm f0fb57a079
terraform_0_13: init at 0.13.0-beta3 2020-07-10 13:20:40 +02:00
Francesco Gazzetta 77d5b41b05 castor: 0.8.15 -> 0.8.16 2020-07-10 16:10:35 +05:30
Maximilian Bosch cf47c64ee7
Merge pull request #92788 from lukebfox/colorls
colorls: 1.3.3 -> 1.4.2
2020-07-10 11:55:43 +02:00
adisbladis 7547939bfd
Merge pull request #92841 from adisbladis/podman-2_0_1
podman: 2.0.1 -> 2.0.2
2020-07-10 11:50:10 +02:00
Vincent Laporte d1a7237eee coqPackages.coq-extensible-records: remove at 1.2.0 2020-07-10 11:26:41 +02:00
Vincent Laporte 473519a25d coqPackages.coq-extensible-records: enable for Coq 8.11 and 8.12 2020-07-10 11:26:41 +02:00
adisbladis 34a56f207c
podman: 2.0.1 -> 2.0.2 2020-07-10 11:24:57 +02:00
R. RyanTM 1e338c42bf python27Packages.bitarray: 1.2.2 -> 1.3.0 2020-07-10 09:21:44 +00:00
Mario Rodas 33873dab22
python27Packages.pillow: fix build on darwin 2020-07-10 04:20:00 -05:00
Maximilian Bosch 05a5043066
nextcloud-client: 2.6.4 -> 2.6.5
https://github.com/nextcloud/desktop/releases/tag/v2.6.5
2020-07-10 10:51:05 +02:00
lassulus 8d05772134
nixos make-disk-image: fix permissions of /build
This was broken in 460c0d6 (PR #90431); now the nixos-unstable channel
should get unblocked.
vcunat modified this commit to use env-var instead of hardcoding /build
2020-07-10 10:31:26 +02:00
Maximilian Bosch cfd3aac3fe
Merge pull request #92803 from gnxlxnxx/master
swaylock-effects: v1.6-0 -> v1.6-1
2020-07-10 09:57:23 +02:00
Maximilian Bosch 31eb4387ea
Merge pull request #92804 from danielfullmer/searx-0.17.0
searx: 0.16.0 -> 0.17.0
2020-07-10 09:53:01 +02:00
Jörg Thalheim 33b5621ef6
Merge pull request #92794 from dguibert/dg/cross-texinfo-interactive 2020-07-10 07:28:39 +01:00
Daniël de Kok c2e1c9175f python3Packages.transformers: 3.0.1 -> 3.0.2
Changelog:
https://github.com/huggingface/transformers/releases/tag/v3.0.2
2020-07-10 08:24:03 +02:00
David Guibert b92c2c666c
Update cross-tools-flags.patch 2020-07-10 08:07:35 +02:00
R. RyanTM 1441467015 postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1 2020-07-10 05:59:20 +00:00
Joe Hermaszewski f6e07b3c5d defaultGemConfig.mathematical: fix cross compilation 2020-07-10 07:48:12 +02:00
Mario Rodas 4b3ee09f53
Merge pull request #92718 from KyleOndy/enable-spaceship-prompt-on-darwin
spaceship-prompt: enable on darwin
2020-07-10 00:15:57 -05:00
Matt Votava 9fb7c8e5d9 home-assistant: Update component packages 2020-07-09 22:10:26 -07:00
Matt Votava 97805ff989 python3Packages.zigpy-deconz: fix dependencies 2020-07-09 22:10:26 -07:00
Elis Hirwing 2b04280575 python3Packages.zigpy-zigate: init at 0.6.1 2020-07-09 22:10:26 -07:00
Elis Hirwing f10f300f01 python3Packages.zigpy-xbee: init at 0.12.1 2020-07-09 22:10:26 -07:00
Elis Hirwing 29b377db27 python3Packages.zigpy-cc: init at 0.4.4 2020-07-09 22:10:26 -07:00
Elis Hirwing 2c004e0c53 python3Packages.bellows: init at 0.17.0 2020-07-09 22:10:26 -07:00
Elis Hirwing 63e59c6d10 python3Packages.pure-pcapy3: init at 1.0.1 2020-07-09 22:10:14 -07:00
Matt Votava d15d77abd3 python3Packages.zigpy: 0.11.0 -> 0.22.0 2020-07-09 22:10:14 -07:00
Mario Rodas 926e93be73
Merge pull request #92692 from c0deaddict/fix/docker-layer-created-now
dockerTools.buildLayeredImage: fix created=now
2020-07-10 00:05:35 -05:00