Commit Graph

239077 Commits

Author SHA1 Message Date
R. RyanTM
bd271d3df1 python37Packages.howdoi: 2.0.8 -> 2.0.10 2021-02-05 18:43:10 +00:00
Domen Kožar
9e1c01f500
--no-net is now --offline 2021-02-05 11:57:42 +00:00
Sandro
641cc1c341
Merge pull request #111686 from SuperSandro2000/fix-collection8 2021-02-05 12:48:13 +01:00
Michael Raskin
b1a5d52505
Merge pull request #111860 from r-ryantm/auto-update/atftp
atftp: 0.7.2 -> 0.7.4
2021-02-05 11:36:05 +00:00
Mario Rodas
89fee9cb9f
Merge pull request #111998 from r-ryantm/auto-update/pack
buildpack: 0.16.0 -> 0.17.0
2021-02-05 06:29:29 -05:00
Michael Raskin
0fc939e00f
Merge pull request #111997 from r-ryantm/auto-update/openscad
openscad: 2019.05 -> 2021.01
2021-02-05 11:29:00 +00:00
Sandro
385fc8362b
Merge pull request #111966 from fabaff/bump-pytest-httpserver
python3Packages.pytest-httpserver: 0.3.6 -> 0.3.7
2021-02-05 12:09:11 +01:00
Sandro
8ce18984a1
Merge pull request #111523 from lovesegfault/roon-server-update
roon-server: 100700571 -> 100700710
2021-02-05 12:03:08 +01:00
Sandro
a618b4847d
Merge pull request #111647 from NixOS/girt-2.0.0
gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0
2021-02-05 11:57:14 +01:00
Sandro Jäckel
1085070965
pythonPackages.google-cloud-error: Open versionb range 2021-02-05 11:57:03 +01:00
Sandro Jäckel
aa82a72075
pythonPackages.google-cloud-spanner: Remove stale substituteInPlace 2021-02-05 11:57:02 +01:00
Sandro Jäckel
0e4c371ad9
python37Packages.sphinxcontrib-bibtex: 1.0.0 → 2.1.4 2021-02-05 11:57:02 +01:00
Sandro Jäckel
2dc1a2adef
python37Packages.pytest-snapshot: 0.4.2 → 0.5.0 2021-02-05 11:57:02 +01:00
Sandro Jäckel
6304943d35
python37Packages.google-cloud-storage: 1.35.0 → 1.35.1 2021-02-05 11:57:01 +01:00
Sandro Jäckel
35455efc55
python37Packages.google-cloud-logging: 2.0.2 → 2.2.0 2021-02-05 11:57:01 +01:00
Sandro Jäckel
9492353e67
python37Packages.google-cloud-dlp: 3.0.0 → 3.0.1 2021-02-05 11:57:00 +01:00
Sandro Jäckel
2ecc4cd19f
python37Packages.google-cloud-bigquery: 2.6.2 → 2.7.0 2021-02-05 11:57:00 +01:00
Sandro
39d6d4e5c8
Merge pull request #111849 from lopsided98/aioinflux-init 2021-02-05 11:47:37 +01:00
Sandro
0b3161eef6
Merge pull request #111927 from rmcgibbo/uarray
python3Packages.uarray: 0.6.0 -> 0.8.2
2021-02-05 11:47:07 +01:00
Sandro Jäckel
c4f417b6c2
gitAndTools.git-interactive-rebase-tool: 1.2.1 -> 2.0.0 2021-02-05 11:42:11 +01:00
Sandro
0a10926b28
Merge pull request #111992 from markus1189/zoom-us
zoom-us: 5.4.57862.0110 -> 5.5.6981.0202
2021-02-05 10:57:57 +01:00
Nikolay Korotkiy
66021433ba
netsurf: fix build (#111991) 2021-02-05 10:57:26 +01:00
R. RyanTM
705f2ca629 buildpack: 0.16.0 -> 0.17.0 2021-02-05 08:58:55 +00:00
R. RyanTM
ce0483d6c5 openscad: 2019.05 -> 2021.01 2021-02-05 08:52:51 +00:00
Markus Hauck
11daaf463c zoom-us: 5.4.57862.0110 -> 5.5.6981.0202 2021-02-05 09:15:26 +01:00
Fabian Affolter
cd9e9ea67d python3Packages.pytest-httpserver: 0.3.6 -> 0.3.7 2021-02-05 08:27:17 +01:00
Bernardo Meurer
fd0ac0e5b0
roon-server: 100700571 -> 100700710 2021-02-04 21:23:02 -08:00
Ryan Mulligan
24e5fe6075
Merge pull request #111834 from r-ryantm/auto-update/sd-local
sd-local: 1.0.17 -> 1.0.20
2021-02-04 19:51:07 -08:00
Ryan Mulligan
c04a1b762a
Merge pull request #111874 from r-ryantm/auto-update/eksctl
eksctl: 0.36.2 -> 0.37.0
2021-02-04 19:48:22 -08:00
Ryan Mulligan
37c618a575
Merge pull request #111928 from r-ryantm/auto-update/ili2c
ili2c: 5.0.8 -> 5.1.1
2021-02-04 19:47:30 -08:00
Anderson Torres
70ba61bc80
Merge pull request #111977 from AndersonTorres/updates
Small updates
2021-02-05 00:36:57 -03:00
Lily Ballard
c4f980a063 fish: Add fishEnvPreInit option
This new option allows for replacing the sourcing of
/etc/fish/nixos-env-preinit.fish with another file, optionally passing
it through `fenv`. The idea here is that non-NixOS users can do
something like

    fish.override {
      fishEnvPreInit = sourceBash:
        sourceBash "${nix}/etc/profile.d/nix-daemon.sh";
    }

and this will set up their shell environment for Nix just as though they
were running NixOS.
2021-02-04 19:05:22 -08:00
Mario Rodas
dca20136ca
Merge pull request #111705 from marsam/update-nodejs-15_x
nodejs-15_x: 15.7.0 -> 15.8.0
2021-02-04 21:56:23 -05:00
Diego Rodriguez
ead24f04b0
terraform_0_14: 0.14.5 -> 0.14.6 (#111971) 2021-02-05 01:02:47 +00:00
Sandro
9397c5b741
Merge pull request #111846 from lxea/gonic-0.12.0
gonic: 0.11.0 -> 0.12.0
2021-02-05 01:17:55 +01:00
Sandro
07610e8739
Merge pull request #111962 from fabaff/bump-slixmpp 2021-02-05 01:13:00 +01:00
Robert T. McGibbon
ecb0f7362c python3Packages.uarray: 0.6.0 -> 0.8.2 2021-02-04 19:11:07 -05:00
Liam Diprose
b65b13fa8c pythonPackages.aioinflux: init at 0.9.0 2021-02-04 18:57:32 -05:00
AndersonTorres
01f2574450 dialog: 1.3-20201126 -> 1.3-20210117 2021-02-04 20:39:04 -03:00
AndersonTorres
4e00e092c2 stella: 6.4 -> 6.5.1 2021-02-04 20:26:06 -03:00
AndersonTorres
72c8068b22 cue2pops: cosmetic changes 2021-02-04 20:19:00 -03:00
Sandro
64c1248464
Merge pull request #111676 from duijf/update-markdown2 2021-02-04 23:48:16 +01:00
Sandro
ec1eac6c93
Merge pull request #111848 from thiagokokada/bump-opentabletdriver
opentabletdriver: 0.5.0 -> 0.5.1
2021-02-04 23:46:10 +01:00
Sandro
9847d1368d
Merge pull request #111793 from oxalica/osu
osu-lazer: 2020.1225.0 -> 2021.129.0
2021-02-04 23:45:09 +01:00
NomisIV
71636409c3 gruvbox-dark-icons-gtk: init at 1.0.0 2021-02-04 14:17:20 -08:00
NomisIV
b05cb5f949 gruvbox-dark-gtk: init at 1.0.1 2021-02-04 14:17:20 -08:00
R. RyanTM
507b300973
gpsprune: 20.1 -> 20.2 2021-02-04 22:59:38 +01:00
Jörg Thalheim
b8edf8f7d3
Merge pull request #110181 from charvp/pr/aerc-extra-path-replace
aerc: replace an extra use of SHAREDIR
2021-02-04 21:33:46 +00:00
Anderson Torres
303e8a50af
Merge pull request #111942 from r-ryantm/auto-update/kid3
kid3: 3.8.4 -> 3.8.5
2021-02-04 18:32:56 -03:00
Ricardo Guevara
89136c1dce
terraform-provider-kafka: init at v0.2.12 (#111301) 2021-02-04 13:28:43 -08:00