Commit graph

310781 commits

Author SHA1 Message Date
Fabian Affolter
ee46a3890e
Merge pull request #135138 from fabaff/bump-hakrawler
hakrawler: 20201224-e39a514 -> 2.0
2021-08-22 09:01:50 +02:00
Fabian Affolter
fdf1647d59
Merge pull request #135185 from r-ryantm/auto-update/lazygit
lazygit: 0.28.2 -> 0.29
2021-08-22 09:00:23 +02:00
Fabian Affolter
5e49ab6e92
Merge pull request #135200 from r-ryantm/auto-update/macchina
macchina: 0.9.2 -> 1.0.0
2021-08-22 08:59:43 +02:00
R. RyanTM
d3806e1927 python38Packages.ntc-templates: 2.2.0 -> 2.2.2 2021-08-21 23:57:27 -07:00
R. RyanTM
9e62ee7a19 python38Packages.pytest-testmon: 1.1.1 -> 1.1.2 2021-08-21 23:57:03 -07:00
Fabian Affolter
99d0e1d689
Merge pull request #135129 from r-ryantm/auto-update/python3.8-google-cloud-pubsub
python38Packages.google-cloud-pubsub: 2.7.0 -> 2.7.1
2021-08-22 08:56:04 +02:00
Mario Rodas
e509b60944
Merge pull request #135196 from marsam/update-flexget
flexget: 3.1.133 -> 3.1.135
2021-08-22 01:23:28 -05:00
Mario Rodas
891efb73a6
Merge pull request #134873 from r-ryantm/auto-update/python3.8-unidiff
python38Packages.unidiff: 0.6.0 -> 0.7.0
2021-08-22 01:21:43 -05:00
R. RyanTM
efe3840e36 macchina: 0.9.2 -> 1.0.0 2021-08-22 06:16:21 +00:00
Mario Rodas
27f4005328
Merge pull request #135187 from r-ryantm/auto-update/terraformer
terraformer: 0.8.11 -> 0.8.15
2021-08-22 01:06:41 -05:00
Mario Rodas
c1f6ee8225
Merge pull request #135144 from r-ryantm/auto-update/flow
flow: 0.157.0 -> 0.158.0
2021-08-22 01:06:13 -05:00
Mario Rodas
31c599b86e
Merge pull request #135131 from r-ryantm/auto-update/timescaledb-tune
timescaledb-tune: 0.11.0 -> 0.11.2
2021-08-22 01:05:41 -05:00
Mario Rodas
d74f249f76 python39Packages.unidiff: fetch from PyPI 2021-08-22 01:04:02 -05:00
Mario Rodas
18c11235ae
Merge pull request #132723 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.3.1 -> 2.4.0
2021-08-22 00:58:01 -05:00
Mario Rodas
94321faf13 flexget: 3.1.133 -> 3.1.135 2021-08-22 00:54:55 -05:00
R. RyanTM
ba5c69bf04 terraformer: 0.8.11 -> 0.8.15 2021-08-22 05:19:58 +00:00
R. RyanTM
883d2b64b1 lazygit: 0.28.2 -> 0.29 2021-08-22 05:05:44 +00:00
R. RyanTM
a2ce822382 git-filter-repo: 2.32.0 -> 2.33.0 2021-08-22 00:10:46 -04:00
R. RyanTM
acdc88d158 esbuild: 0.12.20 -> 0.12.22 2021-08-22 12:06:01 +09:00
R. RyanTM
23209f0e30 tiled: 1.7.0 -> 1.7.2 2021-08-22 02:46:38 +00:00
Gabriella Gonzalez
9a8850aea9
dhallToNix: Permit inputs referring to derivations (#134459)
Fixes https://github.com/dhall-lang/dhall-haskell/issues/2267

`pkgs.dhallToNix` currently fails when a Dhall package is
interpolated into the input source code, like this:

```nix
let
  pkgs = import <nixpkgs> { };

  f = { buildDhallPackage }: buildDhallPackage {
    name = "not";
    code = "λ(x : Bool) → x == False";
    source = true;
  };

  not = pkgs.dhallPackages.callPackage f {};

in
  pkgs.dhallToNix "${not}/source.dhall True"
```

This is because `dhallToNix` was using `builtins.toFile`, which
does not permit inputs with interpolated derivations.  However,
`pkgs.writeText` does not have this limitation, so we can switch
to using that instead.
2021-08-21 19:25:01 -07:00
R. RyanTM
6a38e6ee93 grype: 0.15.0 -> 0.16.0 2021-08-22 02:11:59 +00:00
R. RyanTM
92d00ac352 gocryptfs: 2.0.1 -> 2.1 2021-08-22 01:36:21 +00:00
Victor Nawothnig
942d78d9cd nixos/rspamd: Avoid empty postfix service 2021-08-22 03:18:55 +02:00
R. RyanTM
87669a6b89 tor: 0.4.6.6 -> 0.4.6.7 2021-08-22 00:31:41 +00:00
R. RyanTM
2ea7eb9c97 flow: 0.157.0 -> 0.158.0 2021-08-22 00:21:10 +00:00
Fabian Affolter
a1307749a1 hakrawler: 20201224-e39a514 -> 2.0 2021-08-22 01:36:33 +02:00
Graham Christensen
1c145df9ae
Merge pull request #134981 from DeterminateSystems/aws-ami
AWS AMI: Make the serial console access useful.
2021-08-21 19:21:30 -04:00
Fabian Affolter
e0c6797667
Merge pull request #135118 from r-ryantm/auto-update/disfetch
disfetch: 2.12 -> 2.13
2021-08-22 00:58:13 +02:00
R. RyanTM
1897332933 timescaledb-tune: 0.11.0 -> 0.11.2 2021-08-21 22:54:25 +00:00
Robert Scott
58078da425 python3Packages.yamale: 3.0.4 -> 3.0.8 2021-08-21 23:17:34 +01:00
R. RyanTM
c8289bceb3 python38Packages.google-cloud-pubsub: 2.7.0 -> 2.7.1 2021-08-21 22:15:49 +00:00
Bernardo Meurer
16945c60bb
Merge pull request #135121 from vtuan10/fluidd-module
nixos/fluidd: init service at 1.16.2
2021-08-21 22:02:34 +00:00
Van Tuan Vo
c8e3441961
nixos/fluidd: init fluidd service at 1.16.2 2021-08-21 23:32:52 +02:00
R. RyanTM
82050f0a13 disfetch: 2.12 -> 2.13 2021-08-21 21:24:51 +00:00
R. RyanTM
90b0a7336b yq-go: 4.11.2 -> 4.12.0 2021-08-21 20:48:48 +00:00
R. RyanTM
77506e4f25
bettercap: 2.31.1 -> 2.32.0 (#135101) 2021-08-21 12:58:12 -07:00
Fabian Affolter
894e04a23f
Merge pull request #135103 from r-ryantm/auto-update/python3.8-mcstatus
python38Packages.mcstatus: 6.4.0 -> 6.5.0
2021-08-21 21:57:25 +02:00
Fabian Affolter
72ce588eb5 python3Packages.pytest-socket: 0.3.3 -> 0.4.0 2021-08-21 21:54:51 +02:00
R. RyanTM
ec75126c67 python38Packages.aiohttp-jinja2: 1.4.2 -> 1.5 2021-08-21 19:54:13 +00:00
Yves Hoppe
ecd21f06bd
vivaldi: 4.1.2369.18-1 -> 4.1.2369.21-1 (#135097) 2021-08-21 21:20:10 +02:00
Sandro
5942132f03
Merge pull request #135056 from chvp/bump-androidenv
androidenv: regenerate repo.json
2021-08-21 21:19:48 +02:00
Sandro
93a36491a1
Merge pull request #135032 from luxferresum/feat-update-tor-browser-bundle-bin-to-10-5-5
tor-browser-bundle-bin: 10.5.2 -> 10.5.5
2021-08-21 21:19:24 +02:00
Sandro
2ad547e9c8
Merge pull request #133635 from fgaz/staticjinja/4.1.0 2021-08-21 21:19:10 +02:00
Sandro
4e3a844577
Merge pull request #134349 from OPNA2608/fix/mpg123-darwin-sound/21.11 2021-08-21 21:01:50 +02:00
Sandro
7dc8038904
Merge pull request #135048 from primeos/glances 2021-08-21 20:59:45 +02:00
Sandro
1fde39d9d9
Merge pull request #135064 from r-ryantm/auto-update/beets
beets: unstable-2021-05-13 -> 1.5.0
2021-08-21 20:59:22 +02:00
R. RyanTM
3c4fbbbbf3 python38Packages.mcstatus: 6.4.0 -> 6.5.0 2021-08-21 18:56:54 +00:00
R. RyanTM
585dcb2514 you-get: 0.4.1536 -> 0.4.1545 2021-08-21 18:56:03 +00:00
Sandro
7b1d58c816
Merge pull request #134234 from risicle/ris-ndpi-4.0
ndpi: 3.4 -> 4.0
2021-08-21 20:52:52 +02:00