R. RyanTM
c065e0436d
python38Packages.azure-mgmt-storage: 16.0.0 -> 17.0.0
2021-03-10 08:54:00 -08:00
R. RyanTM
bbf48b4645
python38Packages.casbin: 0.16.2 -> 0.18.2
2021-03-10 08:51:30 -08:00
Louis Blin
bf56388c92
dockerTools.buildLayeredImage: configurable store root
...
`stream_layered_image.py` currently assumes that the store root will be
at `/nix/store`, although the user might have configured this
differently. This makes `buildLayeredImage` unusable with stores having
a different root, as they will fail an assertion in the python script.
This change updates that assertion to use `builtins.storeDir` as the
source of truth about where the store lives, instead of assuming
`/nix/store`.
2021-03-10 16:44:53 +00:00
R. RyanTM
0a8d1d2bd2
python38Packages.elementpath: 2.1.4 -> 2.2.0
2021-03-10 08:43:40 -08:00
R. RyanTM
c56233a7b6
python38Packages.azure-synapse-accesscontrol: 0.4.0 -> 0.6.0
2021-03-10 08:39:59 -08:00
R. RyanTM
0e490f3587
python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0
2021-03-10 08:37:19 -08:00
R. RyanTM
fae3c97031
python38Packages.bayespy: 0.5.20 -> 0.5.21
2021-03-10 08:37:09 -08:00
R. RyanTM
601cdfa714
coloredlogs: 14.0 -> 15.0
2021-03-10 08:36:59 -08:00
R. RyanTM
3467e2f6d2
python38Packages.cliff: 3.6.0 -> 3.7.0
2021-03-10 08:35:43 -08:00
R. RyanTM
0124e874f6
python38Packages.azure-servicebus: 7.0.1 -> 7.1.0
2021-03-10 08:33:37 -08:00
R. RyanTM
89d7f95149
python38Packages.zc_buildout: 2.13.3 -> 2.13.4
2021-03-10 08:33:28 -08:00
R. RyanTM
8febd68809
python38Packages.azure-mgmt-hanaonazure: 0.14.0 -> 0.15.0
2021-03-10 08:33:17 -08:00
R. RyanTM
7b773d7795
python38Packages.cornice: 5.0.3 -> 5.1.0
2021-03-10 08:31:48 -08:00
R. RyanTM
b2bd3cd3e8
python38Packages.labelbox: 2.4.10 -> 2.4.11
2021-03-10 08:31:26 -08:00
R. RyanTM
f3e2092ed2
python38Packages.google-cloud-dns: 0.32.1 -> 0.32.2
2021-03-10 08:31:10 -08:00
Tim Steinbach
60da0e9594
python3Packages.sagemaker: 2.29.0 -> 2.29.1
2021-03-10 11:21:34 -05:00
Tim Steinbach
079c282386
sbt: 1.4.8 -> 1.4.9
2021-03-10 11:21:12 -05:00
Robert Schütz
431dd79170
dmensamenu: 1.2.1 -> 1.2.2
2021-03-10 16:52:24 +01:00
Robert Schütz
e3dcb064d4
prs: 0.2.2 -> 0.2.3 ( #115758 )
2021-03-10 16:42:58 +01:00
Cyril Cohen
1550a4fe6b
coqPackages.multinomials: 1.5.2 -> 1.5.4 ( #115427 )
...
- This is the first packages which uses Dune in order to build and install
so I had to refactor build-support/coq/default.nix in order to support it.
- I added a new feature: one can now release.v.sha256 empty to try to download
with a fake sha256, hence failures are reported and one can copy paste the
sha256 given by the error message.
- I updated the documentation of languages-frameworks/coq.section.md accordingly.
2021-03-10 16:25:32 +01:00
Doron Behar
7cad6e22ea
Merge pull request #115497 from r-ryantm/auto-update/qtutilities
...
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 15:17:58 +00:00
sternenseemann
1979284362
ocamlPackages.ctypes: 0.17.1 -> 0.18.0
...
https://github.com/ocamllabs/ocaml-ctypes/blob/0.18.0/CHANGES.md#ctypes-0180
* ocamlPackages.async_ssl: fix compatibility with ctypes 0.18.0 by using
ctypes.foreign instead of ctypes.foreign.threaded since the distinction
between threaded and unthreaded has been removed in this release.
* libbap: link with -thread so linking ctypes.foreign doesn't fail
https://github.com/BinaryAnalysisPlatform/bap-bindings/issues/18
* ocaml-ng.ocamlPackages_4_07.sodium: patch lib_gen/_tags to also add
the `package(bigarray)` directive since `ctypes.stubs` no longer
propgates that, leading to module not found error.
* ocaml-ng.ocamlPackages_4_{04,05,06,07}.async_ssl: mark as broken: due to
the bigarray-compat dependency, we need dune 2 for ctypes which breaks
compilation of the legacy async_ssl 0.11 version since we can't
upgrade to dune 2 for it since that version doesn't support the legacy
jbuild files.
2021-03-10 16:12:03 +01:00
sternenseemann
336ac16838
ocamlPackages.janePackage: don't delete meta set in args
...
A bit of a pitfall of // is that it doesn't merge recursively which
often leads to unintended deletion in meta sets: If meta is in args it
is also present in the set right of the // operator which means the
right value is used to replace the left value completely. This throws
away anything extra we've set in the meta set in args.
This is fixed by this comment, allowing the descriptions and broken =
true; set in janestreet/old.nix to propagate to the output meta sets.
2021-03-10 16:12:03 +01:00
Michael Weiss
746de7f70e
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82
2021-03-10 16:01:40 +01:00
Austin Seipp
462d059909
liburing: 0.7 -> 2.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-10 08:59:39 -06:00
Austin Seipp
b54b679c90
Merge pull request #115717 from r-ryantm/auto-update/verilator
...
verilator: 4.108 -> 4.110
2021-03-10 08:49:38 -06:00
Tim Steinbach
3105b2a3dc
awscli: 1.19.22 -> 1.19.24
2021-03-10 09:37:57 -05:00
Tim Steinbach
9030d52dac
python3Packages.boto3: 1.17.22 -> 1.17.24
2021-03-10 09:36:34 -05:00
Tim Steinbach
91485ba756
python3Packages.botocore: 1.20.22 -> 1.20.24
2021-03-10 09:35:40 -05:00
Louis Bettens
e9bdaba317
tipp10: unstable -> 3.2.1 ( #115770 )
2021-03-10 14:33:26 +01:00
Robert Schütz
acd9216651
pythonPackages.cssutils: 1.0.2 -> 2.0.0
...
Upstream has a new maintainer and now requires Python 3.6 or later.
2021-03-10 13:45:24 +01:00
Shea Levy
396b7066bf
Merge branch 'auto-update/system76-firmware' of https://github.com/r-ryantm/nixpkgs into master
2021-03-10 07:44:18 -05:00
Enno Richter
2b933b6f2d
klipper: fixup build on i686
2021-03-10 12:57:03 +01:00
Milan
86ee8dd8ff
gitlab: 13.8.4 -> 13.8.5 ( #115393 )
...
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
2021-03-10 12:42:58 +01:00
Ryan Horiguchi
73122eb223
vscode-extensions.hashicorp.terraform: 2.7.0 -> 2.8.0
2021-03-10 12:40:22 +01:00
R. RyanTM
fca1305251
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 13:13:15 +02:00
Sandro
53012ee4f0
Merge pull request #115519 from pacien/fishPlugins-fzf-fish-init
2021-03-10 12:11:25 +01:00
Maximilian Bosch
daff1f8858
Merge pull request #115458 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.28.0 -> 1.29.0
2021-03-10 11:56:27 +01:00
Maximilian Bosch
9d238182b6
Merge pull request #115728 from r-ryantm/auto-update/gallery_dl
...
gallery-dl: 1.16.5 -> 1.17.0
2021-03-10 11:55:35 +01:00
Maximilian Bosch
49942b81ee
Merge pull request #115698 from r-ryantm/auto-update/wget
...
wget: 1.20.3 -> 1.21.1
2021-03-10 11:51:24 +01:00
Maximilian Bosch
68de23894e
Merge pull request #115732 from r-ryantm/auto-update/docker-compose
...
docker-compose: 1.28.3 -> 1.28.5
2021-03-10 11:41:04 +01:00
Sandro
68763fd3f2
Merge pull request #115730 from fabaff/license-yamllint
...
python3Packages.yamllint: enable tests
2021-03-10 11:35:40 +01:00
kolaente
fd8d75a88e
cypress: 6.5.0 -> 6.6.0
2021-03-10 11:28:52 +01:00
Michał Kiełbowicz
c54bb3db41
vimPlugins.lf-vim: switch dependency to vim-floaterm
...
Switch `lf-vim` dependency from `vim-bbye` to `vim-floaterm` because of 9cc8789af2
2021-03-10 11:07:06 +01:00
R. RyanTM
a624b04b3f
docker-compose: 1.28.3 -> 1.28.5
2021-03-10 09:33:46 +00:00
R. RyanTM
5da369be09
python38Packages.vyper: 0.2.8 -> 0.2.11
2021-03-10 09:30:27 +00:00
Fabian Affolter
5022178623
Merge pull request #115644 from r-ryantm/auto-update/thermald
...
thermald: 2.4.1 -> 2.4.3
2021-03-10 10:18:04 +01:00
Fabian Affolter
8a4f3d7b9e
python3Packages.yamllint: enable tests
2021-03-10 10:09:35 +01:00
Sandro
bb0bb13f32
Merge pull request #115621 from jbedo/octopus
...
octopus: 0.7.0 -> 0.7.1
2021-03-10 10:03:42 +01:00
Sandro
075fefaa03
Merge pull request #115716 from fabaff/uddup
...
uddup: init at 0.9.3
2021-03-10 10:00:44 +01:00
R. RyanTM
134b52a663
gallery-dl: 1.16.5 -> 1.17.0
2021-03-10 09:00:27 +00:00
Sandro
85a0fe866a
Merge pull request #115640 from sternenseemann/fontparts-0.9.10
...
pythonPackages.fontparts: 0.9.9 -> 0.9.10
2021-03-10 09:59:47 +01:00
Sandro
211a58c572
Merge pull request #115707 from r-ryantm/auto-update/xcowsay
...
xcowsay: 1.5 -> 1.5.1
2021-03-10 09:59:01 +01:00
Sandro
5ae914d1d1
Merge pull request #115725 from fabaff/license-xcowsay
...
xcowsay: specify license
2021-03-10 09:58:41 +01:00
Sandro
cabe2e2e55
Merge pull request #115710 from fabaff/bump-uptimed
2021-03-10 09:52:02 +01:00
Sandro
f087405a50
Merge pull request #115706 from sikmir/keeweb
...
keeweb: 1.16.7 → 1.17.0
2021-03-10 09:51:30 +01:00
Sandro
0cc70c1dbe
Merge pull request #115661 from freepotion/harmonist-0.3.0-to-0.4.1
...
harmonist: 0.3.0 -> 0.4.1
2021-03-10 09:47:11 +01:00
Fabian Affolter
3296921b15
xcowsay: specify license
2021-03-10 09:29:14 +01:00
R. RyanTM
5a9a1b3545
verilator: 4.108 -> 4.110
2021-03-10 07:47:54 +00:00
Fabian Affolter
01bfce3a8d
uddup: init at 0.9.3
2021-03-10 08:46:34 +01:00
Fabian Affolter
ddb1c81c07
Merge pull request #115638 from r-ryantm/auto-update/tab
...
tab: 7.2 -> 8.0
2021-03-10 08:24:22 +01:00
Fabian Affolter
04d7d1c0fa
Merge pull request #115693 from r-ryantm/auto-update/whois
...
whois: 5.5.6 -> 5.5.8
2021-03-10 08:17:27 +01:00
Fabian Affolter
1b09906028
Merge pull request #115665 from r-ryantm/auto-update/theHarvester
...
theharvester: 3.2.2 -> 3.2.3
2021-03-10 08:15:04 +01:00
Sarah Brofeldt
fa4bb6566a
apacheKafka: init 2.6.1, make default
2021-03-10 08:10:32 +01:00
Sarah Brofeldt
f2edda94c5
apacheKafka: 2.5.0 -> 2.5.1 and adjust scala
...
Only 2.6.X recommends Scala 2.13, so use 2.12
2021-03-10 08:10:32 +01:00
Fabian Affolter
fc58af3539
uptimed: specify license
2021-03-10 08:10:07 +01:00
Sarah Brofeldt
640961beb8
apacheKafka: Version-configurable JREs for package
2021-03-10 08:09:34 +01:00
R. RyanTM
4246716e57
uptimed: 0.4.2 -> 0.4.3
2021-03-10 08:07:55 +01:00
R. RyanTM
03b4ab422e
xcowsay: 1.5 -> 1.5.1
2021-03-10 06:56:12 +00:00
Elis Hirwing
189ff35d71
Merge pull request #115676 from r-ryantm/auto-update/testssl.sh
...
testssl: 3.0.2 -> 3.0.4
2021-03-10 07:55:16 +01:00
Nikolay Korotkiy
c9cabb048f
keeweb: 1.16.7 → 1.17.0
2021-03-10 09:54:42 +03:00
Ryan Mulligan
807759d831
Merge pull request #114762 from r-ryantm/auto-update/mkgmap
...
mkgmap: 4601 -> 4604
2021-03-09 21:47:49 -08:00
Ryan Mulligan
5a7296e8b9
Merge pull request #115512 from r-ryantm/auto-update/recoll
...
recoll: 1.27.12 -> 1.28.6
2021-03-09 21:43:47 -08:00
Ryan Mulligan
25472c8c42
Merge pull request #115633 from r-ryantm/auto-update/ticker
...
ticker: 3.1.8 -> 3.1.9
2021-03-09 21:42:55 -08:00
R. RyanTM
a4e8abb469
wget: 1.20.3 -> 1.21.1
2021-03-10 05:26:10 +00:00
Ryan Mulligan
5763979e98
Merge pull request #115535 from r-ryantm/auto-update/rust-bindgen
...
rust-bindgen: 0.55.1 -> 0.57.0
2021-03-09 21:21:35 -08:00
Arseniy Seroka
d9298e4551
Merge pull request #115642 from r-ryantm/auto-update/teamviewer
...
teamviewer: 15.8.3 -> 15.15.5
2021-03-10 07:45:56 +03:00
R. RyanTM
4242367019
whois: 5.5.6 -> 5.5.8
2021-03-10 04:40:46 +00:00
Mario Rodas
100537f2e1
Merge pull request #115666 from r-ryantm/auto-update/uclibc-ng
...
uclibc: 1.0.34 -> 1.0.37
2021-03-09 23:38:10 -05:00
Mario Rodas
55eed1ef7b
terraform_0_14: 0.14.7 -> 0.14.8
...
https://github.com/hashicorp/terraform/releases/tag/v0.14.8
2021-03-10 04:20:00 +00:00
R. RyanTM
acc5610fa0
testssl: 3.0.2 -> 3.0.4
2021-03-10 02:14:10 +00:00
R. RyanTM
b00d41530c
uclibc: 1.0.34 -> 1.0.37
2021-03-10 01:15:05 +00:00
R. RyanTM
20a20e10cc
theharvester: 3.2.2 -> 3.2.3
2021-03-10 01:01:55 +00:00
R. RyanTM
3a093544b2
rankwidth: 0.7 -> 0.9
2021-03-09 21:28:46 -03:00
Mauricio Collares
f80271c7f0
sage: remove usage of deprecated numpy aliases
2021-03-09 21:28:46 -03:00
Mauricio Collares
3f02cdae14
sage: reenable pexpect interrupt test
2021-03-09 21:28:46 -03:00
Mauricio Collares
a2967199a4
cysignals: import patch to fix intermittent sage test
2021-03-09 21:28:45 -03:00
Mauricio Collares
edc78bb31f
sage: update test expectations for arb and giac, prepare for pari 2.13
2021-03-09 20:54:55 -03:00
Mauricio Collares
a0f55e48fa
sage: use fetchSageDiff whenever possible
2021-03-09 20:54:55 -03:00
Mauricio Collares
5e74f259f3
sympow: work around extra logfile output from pari 2.13
2021-03-09 20:54:55 -03:00
R. RyanTM
4142ae19e8
palp: 2.11 -> 2.20
2021-03-09 20:54:55 -03:00
Mauricio Collares
d508147edc
giac: 1.5.0-87 -> 1.6.0-47
2021-03-09 20:54:55 -03:00
R. RyanTM
9723df462e
arb: 2.17.0 -> 2.19.0
2021-03-09 20:48:29 -03:00
R. RyanTM
cf7a20c517
python37Packages.mmh3: 2.5.1 -> 3.0.0
2021-03-09 15:46:33 -08:00
Peter Simons
491e670989
Merge pull request #115614 from r-ryantm/auto-update/shotcut
...
shotcut: 21.01.29 -> 21.02.27
2021-03-10 00:46:05 +01:00
R. RyanTM
aa2ffd9b22
denemo: 2.4.0 -> 2.5.0
2021-03-09 15:43:33 -08:00
R. RyanTM
b296707371
commonsLang: 3.11 -> 3.12.0
2021-03-09 15:42:55 -08:00
R. RyanTM
a34553bc4b
matterircd: 0.22.0 -> 0.23.1
2021-03-09 15:39:42 -08:00
R. RyanTM
a16a2fd956
eiskaltdcpp: 2.4.1 -> 2.4.2
2021-03-09 15:39:22 -08:00
R. RyanTM
2008cf485b
kea: 1.9.3 -> 1.9.5
2021-03-09 15:39:10 -08:00
R. RyanTM
3ee4f8297b
ortp: 4.4.24 -> 4.4.32
2021-03-09 15:39:03 -08:00
R. RyanTM
85db88798d
mediastreamer: 4.4.24 -> 4.4.32
2021-03-09 15:36:29 -08:00
R. RyanTM
ee68317cac
libdsk: 1.5.14 -> 1.5.15
2021-03-09 15:34:42 -08:00
Markus Kowalewski
153ff6aacf
pythonPackage.mpi4py: add patch for openmpi 4.1.0
2021-03-10 00:33:09 +01:00
R. RyanTM
a2b6c7b042
openmpi: 4.0.5 -> 4.1.0
2021-03-10 00:32:29 +01:00
R. RyanTM
bd526f897e
libqb: 2.0.2 -> 2.0.3
2021-03-09 15:32:24 -08:00
R. RyanTM
ed794cd654
autocutsel: 0.10.0 -> 0.10.1
2021-03-09 15:31:44 -08:00
R. RyanTM
3781b37b36
python37Packages.azure-mgmt-containerservice: 14.0.0 -> 15.0.0
2021-03-09 15:31:18 -08:00
R. RyanTM
c0c700cb99
hal-hardware-analyzer: 3.2.5 -> 3.2.6
2021-03-09 15:29:51 -08:00
R. RyanTM
e46a92f0c3
bchoppr: 1.10.2 -> 1.10.4
2021-03-09 15:29:24 -08:00
R. RyanTM
f95290e7e3
mongodb-compass: 1.24.6 -> 1.25.0
2021-03-09 15:29:12 -08:00
R. RyanTM
3cca1f854c
thermald: 2.4.1 -> 2.4.3
2021-03-09 23:13:17 +00:00
R. RyanTM
33634f2b2f
teamviewer: 15.8.3 -> 15.15.5
2021-03-09 23:05:55 +00:00
sternenseemann
c3bf729ca2
pythonPackages.fontparts: 0.9.9 -> 0.9.10
...
Minor release, updates version bound on defcon
https://github.com/robotools/fontParts/releases/tag/0.9.10
2021-03-10 00:00:09 +01:00
R. RyanTM
9a52406aa9
tab: 7.2 -> 8.0
2021-03-09 22:55:17 +00:00
R. RyanTM
657a02843b
ticker: 3.1.8 -> 3.1.9
2021-03-09 22:32:11 +00:00
R. RyanTM
703c2a2e6e
unit: 1.21.0 -> 1.22.0
2021-03-09 22:01:06 +00:00
Justin Bedo
4e1a560ae4
octopus: 0.7.0 -> 0.7.1
2021-03-10 08:44:18 +11:00
Pavol Rusnak
909a4ba5fe
Merge pull request #115610 from ProofOfKeags/lnd-0.12.1
...
lnd: 0.12.0 -> 0.12.1
2021-03-09 22:35:13 +01:00
Keagan McClelland
8507365de3
lnd: 0.12.0 -> 0.12.1
2021-03-09 14:30:55 -07:00
Maximilian Bosch
d8bd0646a9
Merge pull request #115366 from Ma27/grafana-updates
...
grafana*: package updates
2021-03-09 22:30:46 +01:00
R. RyanTM
0e05c29599
squid: 4.13 -> 4.14
2021-03-09 21:13:17 +00:00
Sandro
7a4d404e0f
Merge pull request #112689 from iblech/patch-whitebophir180
2021-03-09 22:12:24 +01:00
Sandro
0c8d736588
Merge pull request #115392 from saschagrunert/ginkgo
...
ginkgo: 1.15.0 -> 1.15.1
2021-03-09 22:08:56 +01:00
R. RyanTM
5667539c6a
shotcut: 21.01.29 -> 21.02.27
2021-03-09 21:00:24 +00:00
Michael Weiss
1868ac1d21
chromiumDev: 90.0.4430.11 -> 90.0.4430.19
2021-03-09 21:36:12 +01:00
Sandro
aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0
2021-03-09 21:14:38 +01:00
Sandro
af48e8377b
Merge pull request #115586 from 06kellyjac/terragrunt
...
terragrunt: 0.28.7 -> 0.28.8
2021-03-09 21:11:52 +01:00
Vincent Laporte
857ac90e8c
ocamlPackages.core_kernel: 0.14.0 → 0.14.1
2021-03-09 21:09:58 +01:00
Sandro
8a500ec63c
Merge pull request #115585 from 06kellyjac/open-policy-agent
...
open-policy-agent: 0.26.0 -> 0.27.0
2021-03-09 21:09:06 +01:00
Sandro
9e903ffd93
Merge pull request #115589 from 06kellyjac/nerdctl
...
nerdctl: 0.6.1 -> 0.7.0
2021-03-09 21:03:32 +01:00
adisbladis
95047611af
Merge pull request #115592 from terlar/emacs28-project
...
emacs: do not use project package from elpa for emacs >= 28
2021-03-09 22:01:52 +02:00
markuskowa
5848a8b04d
Merge pull request #115563 from r-ryantm/auto-update/slurm
...
slurm: 20.11.3.1 -> 20.11.4.1
2021-03-09 20:46:48 +01:00
markuskowa
52333ca377
Merge pull request #114918 from helsinki-systems/rdma-core-python3
...
rdma-core: python2 -> python3
2021-03-09 20:42:36 +01:00
R. RyanTM
1bca0d7bf5
system76-firmware: 1.0.20 -> 1.0.24
2021-03-09 19:41:36 +00:00
06kellyjac
888a806335
nerdctl: 0.6.1 -> 0.7.0
...
Set buildFlagsArray using bash
Completions have been added but the command will fail without access to
a containerd socket
2021-03-09 18:25:11 +00:00
Terje Larsen
0e56639342
emacs: do not use project package from elpa for emacs >= 28
...
The `project` package bundled with Emacs 28 is newer than the one
provided by GNU ELPA. This may or may not change in the future.
For now it is definitely the case and since the package is under heavy
development a lot of features are missing in the one on GNU ELPA which in
turn is newer than the one that comes bundled with Emacs 27.
2021-03-09 19:15:18 +01:00
06kellyjac
1a0347611f
terragrunt: 0.28.7 -> 0.28.8
2021-03-09 18:04:11 +00:00
06kellyjac
cfac8936f0
open-policy-agent: 0.26.0 -> 0.27.0
...
Set buildFlagsArray using bash
use -s and -w to minify the result
Add installCheckPhase
Add @06kellyjac as a maintainer
2021-03-09 17:51:14 +00:00
Ricardo M. Correia
197e736392
go-task: 2.8.1 -> 3.2.2
2021-03-09 18:17:57 +01:00
Frederik Rietdijk
8d327040c0
Merge pull request #115242 from dotlambda/mauikit-init
...
libsForQt5.mauikit: init at 1.2.1
2021-03-09 17:56:02 +01:00
Sandro
d758666c35
Merge pull request #115508 from SuperSandro2000/rclone
...
rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer
2021-03-09 17:23:53 +01:00
Sandro
a03115744a
Merge pull request #115556 from siraben/uutils-update
...
uutils-coreutils: 0.0.3 -> 0.0.4
2021-03-09 17:20:23 +01:00
Bogdan B
0ccc9d5c63
lxqt.lxqt-policykit: fix missing buildInput polkit ( #115529 )
2021-03-09 17:20:06 +01:00
R. RyanTM
4c8e3d6f20
slurm: 20.11.3.1 -> 20.11.4.1
2021-03-09 16:10:09 +00:00
Sandro
080622de43
Merge pull request #115550 from dotlambda/ytfzf-1.0.1
...
ytfzf: 1.0.0 -> 1.0.1
2021-03-09 17:05:34 +01:00
Gabriel Ebner
716e5b07c9
Merge pull request #115496 from r-ryantm/auto-update/qalculate-gtk
...
qalculate-gtk: 3.16.0 -> 3.17.0
2021-03-09 16:58:22 +01:00
Martin Weinelt
28dcbcde2e
Merge pull request #115470 from mweinelt/home-assistant
...
home-assistant: 2021.3.2 -> 2021.3.3
2021-03-09 16:57:43 +01:00
Sandro
27a7096d1d
Merge pull request #115518 from eduardosm/sollya
...
sollya: init at 0.7
2021-03-09 16:54:13 +01:00
Sandro
6cc5540412
Merge pull request #115513 from dbeecham/feature/bear-3.0.9
...
bear: 3.0.3 -> 3.0.9
2021-03-09 16:53:18 +01:00
Tim Steinbach
921dffb59e
linux/hardened/patches/5.4: 5.4.101-hardened1 -> 5.4.103-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
48644e1496
linux/hardened/patches/5.10: 5.10.19-hardened1 -> 5.10.21-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
61ca55c170
linux/hardened/patches/4.19: 4.19.177-hardened1 -> 4.19.179-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
1361d73395
linux/hardened/patches/4.14: 4.14.222-hardened1 -> 4.14.224-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
7e71fcdba4
linux-rt_5_4: 5.4.93-rt51 -> 5.4.102-rt53
2021-03-09 10:50:15 -05:00
Tim Steinbach
6fb3bd79be
linux: 5.11.4 -> 5.11.5
2021-03-09 10:50:15 -05:00
Tim Steinbach
e3a6b728a3
linux/hardened/patches/5.4: 5.4.100-hardened1 -> 5.4.101-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
0221fe13da
linux/hardened/patches/5.10: 5.10.18-hardened1 -> 5.10.19-hardened1
2021-03-09 10:50:15 -05:00
Tim Steinbach
4fb927e50e
linux_latest-libre: 17873 -> 17920
2021-03-09 10:50:15 -05:00
Tim Steinbach
6e5bce6b5a
linux: 5.4.100 -> 5.4.103
2021-03-09 10:50:15 -05:00
Tim Steinbach
861b11a390
linux: 5.11.2 -> 5.11.4
2021-03-09 10:50:15 -05:00
Tim Steinbach
8a706422fa
linux: 5.10.18 -> 5.10.21
2021-03-09 10:50:15 -05:00
Tim Steinbach
57455d7566
linux: 4.9.258 -> 4.9.260
2021-03-09 10:50:15 -05:00
Tim Steinbach
cecaeca80b
linux: 4.4.258 -> 4.4.260
2021-03-09 10:50:15 -05:00
Tim Steinbach
929d751e5b
linux: 4.19.177 -> 4.19.179
2021-03-09 10:50:15 -05:00
Tim Steinbach
196b232131
linux: 4.14.222 -> 4.14.224
2021-03-09 10:50:15 -05:00
Ben Siraphob
9c251b861b
uutils-coreutils: 0.0.3 -> 0.0.4
2021-03-09 22:42:22 +07:00
Robert Schütz
d23f00c9ac
ytfzf: 1.0.0 -> 1.0.1
2021-03-09 16:12:12 +01:00
Ryan Mulligan
b19364e5de
Merge pull request #115522 from r-ryantm/auto-update/ser2net
...
ser2net: 4.3.2 -> 4.3.3
2021-03-09 06:47:06 -08:00
Ryan Mulligan
942b88d7a3
Merge pull request #115532 from r-ryantm/auto-update/rygel
...
gnome3.rygel: 0.40.0 -> 0.40.1
2021-03-09 06:45:59 -08:00
Ryan Mulligan
cbdacf94cd
Merge pull request #115526 from zaninime/sane-airscan-update
...
sane-airscan: 0.99.16 -> 0.99.24
2021-03-09 06:44:51 -08:00
Ryan Mulligan
dbdfdee2f8
Merge pull request #115525 from r-ryantm/auto-update/seaweedfs
...
seaweedfs: 2.27 -> 2.29
2021-03-09 06:43:17 -08:00
Sandro
48a1cb5ea9
Merge pull request #115503 from sternenseemann/defcon-0.8.0
...
pythonPackages.defcon: 0.7.2 -> 0.8.0
2021-03-09 15:34:33 +01:00
R. RyanTM
0728a47fca
remmina: 1.4.10 -> 1.4.12
2021-03-09 14:25:08 +00:00
Sandro
9c83271a4c
Merge pull request #115533 from siraben/metamath-xcompile
...
metamath: fix cross-compilation and update license
2021-03-09 14:44:52 +01:00
Sandro
400816c696
Merge pull request #115531 from sikmir/sent
...
sent: enable on darwin
2021-03-09 14:42:43 +01:00
Eduardo Sánchez Muñoz
c5462fa788
sollya: init at 0.7
2021-03-09 14:38:35 +01:00
R. RyanTM
abf7ed76bc
rust-bindgen: 0.55.1 -> 0.57.0
2021-03-09 13:28:21 +00:00
pacien
74a66734cd
fishPlugins.fzf-fish: init at 5.6
2021-03-09 14:25:04 +01:00
pacien
d7145807ad
fishPlugins.fishtape_3: init at 3.0.1
...
Keeping fishtape 2.x and 3.x separate because they aren't compatible
with each other and are still both being used to test different packages.
2021-03-09 14:25:04 +01:00
pacien
97b64bd65e
fishPlugins.clownfish: init at unstable-2021-01-17
2021-03-09 14:24:59 +01:00
Ben Siraphob
5a4977dfd7
metamath: fix cross-compilation and update license
2021-03-09 20:22:07 +07:00
Pavol Rusnak
06c49712b2
Merge pull request #115510 from prusnak/openocd
...
openocd: 0.11.0-rc1 -> 0.11.0
2021-03-09 14:20:14 +01:00
R. RyanTM
6598cfb682
gnome3.rygel: 0.40.0 -> 0.40.1
2021-03-09 13:10:20 +00:00
Nikolay Korotkiy
f15d4581ab
sent: enable on darwin
2021-03-09 16:09:34 +03:00
R. RyanTM
8090d83920
sane-airscan: 0.99.16 -> 0.99.24
2021-03-09 13:50:50 +01:00
Maximilian Bosch
0e97a17319
Merge pull request #115514 from pborzenkov/gops-0.3.17
...
gops: 0.3.16 -> 0.3.17
2021-03-09 13:36:08 +01:00
R. RyanTM
41ea90e524
seaweedfs: 2.27 -> 2.29
2021-03-09 12:34:30 +00:00
Maximilian Bosch
d48242e6e8
Merge pull request #115511 from r-ryantm/auto-update/redis
...
redis: 6.2.0 -> 6.2.1
2021-03-09 13:30:24 +01:00
R. RyanTM
b5d4baa097
ser2net: 4.3.2 -> 4.3.3
2021-03-09 12:24:14 +00:00
Pavel Borzenkov
9a60ad1b4b
gops: 0.3.16 -> 0.3.17
2021-03-09 14:55:59 +03:00
Mario Rodas
a262124577
dune_2: 2.8.2 -> 2.8.4
...
https://github.com/ocaml/dune/releases/tag/2.8.3
https://github.com/ocaml/dune/releases/tag/2.8.4
2021-03-09 12:34:56 +01:00
sternenseemann
02944a45d9
pythonPackages.defcon: 0.7.2 -> 0.8.0
2021-03-09 12:34:55 +01:00
R. RyanTM
8789af1496
recoll: 1.27.12 -> 1.28.6
2021-03-09 11:12:25 +00:00
R. RyanTM
7b9ed57ea2
redis: 6.2.0 -> 6.2.1
2021-03-09 11:04:15 +00:00
Daniel Beecham
a4f8c1dcf0
bear: 3.0.3 -> 3.0.9
2021-03-09 12:02:53 +01:00
Pavol Rusnak
71e1536f10
openocd: 0.11.0-rc1 -> 0.11.0
2021-03-09 11:55:51 +01:00
Michele Guerini Rocco
d075aab0ed
Merge pull request #115005 from rnhmjoj/privoxy
...
nixos/privoxy: add https and settings options
2021-03-09 11:49:06 +01:00
Sandro Jäckel
4e6eff318e
rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer
2021-03-09 11:42:24 +01:00
Sandro
d83286570c
Merge pull request #115454 from prusnak/python-docker
...
python3Packages.docker: 4.4.3 -> 4.4.4
2021-03-09 11:33:38 +01:00
rnhmjoj
2120f02960
nixos/tests/privoxy: add test
2021-03-09 11:03:00 +01:00
rnhmjoj
7fd9d4bda7
privoxy: enable more useful features
...
This cause ~6MB of closure size increase.
2021-03-09 11:02:44 +01:00
Ingo Blechschmidt
4fa699d6df
whitebophir: 1.9.0 -> 1.9.1
2021-03-09 11:00:08 +01:00
Sandro
e6a5cc97e7
Merge pull request #112264 from KarlJoad/librsb
...
librsb: init at 1.2.0.9
2021-03-09 10:54:14 +01:00
Ben Siraphob
7273ebabfa
gambit: refactor ( #113405 )
2021-03-09 10:52:26 +01:00
Robert Hensing
2deb6cf482
Merge pull request #115491 from NasaGeek/dockerTools.buildImage-nolower
...
dockerTools: Do not lowercase image tag in buildImage
2021-03-09 10:49:47 +01:00
Sandro
ac68b7821e
Merge pull request #115490 from saschagrunert/kustomize
...
kustomize: 3.10.0 -> 4.0.5
2021-03-09 10:48:40 +01:00
Pavol Rusnak
416afb5196
python3Packages.docker: 4.4.3 -> 4.4.4
...
fix darwin build by disabling failing test
2021-03-09 10:44:19 +01:00
Sandro
6f3eea320c
Merge pull request #115318 from kalekseev/macos/unionfs-fuse
...
unionfs-fuse: enable darwin
2021-03-09 10:27:31 +01:00
R. RyanTM
97a6e6e702
qalculate-gtk: 3.16.0 -> 3.17.0
2021-03-09 09:26:04 +00:00
Maximilian Bosch
9ffb22990d
Merge pull request #115241 from pasqui23/minitube
...
minitube: 3.6 -> 3.8.1
2021-03-09 10:26:03 +01:00
Maximilian Bosch
862b7a3fed
Merge pull request #115400 from dotlambda/qweechat-drop
...
qweechat: drop
2021-03-09 10:16:34 +01:00
Sascha Grunert
1cab04a177
kustomize: 3.10.0 -> 4.0.5
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-09 10:06:41 +01:00
Chris Roberts
00996b5e03
dockerTools: Do not lowercase image tag in buildImage
...
Closes #115455
2021-03-09 09:06:04 +00:00
Konstantin Alekseev
5a49c9599d
unionfs-fuse: enable darwin
2021-03-09 11:58:37 +03:00
Sandro
0b9ccb57fc
Merge pull request #115480 from i077/zotero/5.0.96
...
zotero: 5.0.95 -> 5.0.96
2021-03-09 09:37:53 +01:00
Sandro
eda41ed95f
Merge pull request #115478 from hjones2199/master
2021-03-09 09:37:37 +01:00
Sandro
a50d9e91f2
Merge pull request #115467 from lopsided98/buildbot-update
...
buildbot: 2.10.1 -> 3.0.0
2021-03-09 09:30:38 +01:00
Hunter Jones
80c4edc58e
foxtrotgps: 1.2.2+326 -> 1.2.2+329
2021-03-09 01:47:24 -06:00
Elis Hirwing
4620b5a1a5
Merge pull request #115477 from r-ryantm/auto-update/php-smbclient
...
php73Extensions.smbclient: 1.0.5 -> 1.0.6
2021-03-09 08:29:36 +01:00
Elis Hirwing
965d86c152
Merge pull request #115475 from r-ryantm/auto-update/php-apcu
...
php73Extensions.apcu: 5.1.19 -> 5.1.20
2021-03-09 08:28:03 +01:00
Vincent Laporte
5a34902915
ocamlPackages.batteries: 3.2.0 → 3.3.0
2021-03-09 08:27:37 +01:00
Imran Hossain
512552d851
zotero: 5.0.95 -> 5.0.96
2021-03-09 01:03:06 -05:00
R. RyanTM
2153cfa9be
php73Extensions.smbclient: 1.0.5 -> 1.0.6
2021-03-09 04:22:41 +00:00
Mario Rodas
d165a4629b
go-tools: 2020.2.2 -> 2020.2.3
2021-03-09 04:20:00 +00:00
Mario Rodas
2f0c3e013f
Merge pull request #115681 from r-ryantm/auto-update/tickrs
...
tickrs: 0.13.1 -> 0.14.1
2021-03-09 22:38:49 -05:00
Mario Rodas
d5112782d6
Merge pull request #115668 from r-ryantm/auto-update/tintin
...
tintin: 2.02.03 -> 2.02.05
2021-03-09 22:32:37 -05:00
Mario Rodas
155117950e
Merge pull request #115680 from r-ryantm/auto-update/tmuxp
...
tmuxp: 1.7.0 -> 1.7.2
2021-03-09 22:32:14 -05:00
Mario Rodas
98319fd3a9
Merge pull request #115677 from r-ryantm/auto-update/timescaledb-tune
...
timescaledb-tune: 0.10.0 -> 0.11.0
2021-03-09 22:30:20 -05:00
R. RyanTM
b37323c2bc
tickrs: 0.13.1 -> 0.14.1
2021-03-10 03:12:49 +00:00
R. RyanTM
8679c62605
tmuxp: 1.7.0 -> 1.7.2
2021-03-10 02:58:15 +00:00
R. RyanTM
e7e3c939b3
timescaledb-tune: 0.10.0 -> 0.11.0
2021-03-10 02:20:36 +00:00
R. RyanTM
4c5b71878d
tintin: 2.02.03 -> 2.02.05
2021-03-10 01:36:39 +00:00
Sandro
12074e7e86
Merge pull request #115659 from freepotion/boohu-remove-maintainer
...
boohu: maintainer removed
2021-03-10 02:31:26 +01:00
Sandro
4883b23647
Merge pull request #115612 from Thra11/nemo-qml-plugin-dbus
...
nemo-qml-plugin-dbus: 2.1.23 -> 2.1.24
2021-03-10 02:30:40 +01:00
Sandro
3eb8efbe12
Merge pull request #113092 from sikmir/wxgtk30
...
wxGTK30: 3.0.4 → 3.0.5
2021-03-10 02:30:22 +01:00
Free Potion
938ccb830f
boohu: maintainer was removed
2021-03-10 03:26:42 +03:00
Mario Rodas
6bd4e08c34
Merge pull request #115593 from r-ryantm/auto-update/subgit
...
subgit: 3.3.10 -> 3.3.11
2021-03-09 19:07:55 -05:00
Mario Rodas
36166cc700
Merge pull request #115588 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.11.19 -> 0.12.04
2021-03-09 19:06:57 -05:00
Mario Rodas
1d6263907c
Merge pull request #115636 from r-ryantm/auto-update/tectonic
...
tectonic: 0.4.0 -> 0.4.1
2021-03-09 19:05:30 -05:00
R. RyanTM
cefc9a24d3
python38Packages.sentry-sdk: 0.19.5 -> 1.0.0
2021-03-09 15:53:35 -08:00
Mario Rodas
626785b1dd
Merge pull request #115641 from r-ryantm/auto-update/tinyscheme
...
tinyscheme: 1.41 -> 1.42
2021-03-09 18:53:05 -05:00
Mario Rodas
cc86fe9e6f
Merge pull request #115643 from r-ryantm/auto-update/tfsec
...
tfsec: 0.38.4 -> 0.39.5
2021-03-09 18:51:37 -05:00
R. RyanTM
a811b68baf
safety-cli: 1.9.0 -> 1.10.3
2021-03-09 15:50:24 -08:00
R. RyanTM
54007d9c22
python37Packages.azure-mgmt-cosmosdb: 6.0.0 -> 6.1.0
2021-03-09 15:50:07 -08:00
Sandro
2c97b66f96
Merge pull request #115637 from jfroche/fix/ansible-lint
...
python3Packages.ansible-lint: fix failing test on deprecation warning
2021-03-10 00:49:27 +01:00
R. RyanTM
d536e68174
bzflag: 2.4.20 -> 2.4.22
2021-03-09 15:48:04 -08:00
R. RyanTM
c997b9c694
python37Packages.pikepdf: 2.5.2 -> 2.8.0
2021-03-09 15:47:11 -08:00
R. RyanTM
2607f6bd8c
tfsec: 0.38.4 -> 0.39.5
2021-03-09 23:09:20 +00:00
R. RyanTM
6d420a1622
tinyscheme: 1.41 -> 1.42
2021-03-09 23:02:02 +00:00