R. RyanTM
a2ce822382
git-filter-repo: 2.32.0 -> 2.33.0
2021-08-22 00:10:46 -04:00
Harrison Houghton
b6266dce64
zeroc-ice: enable tests
...
The previous version said "no tests; they require network", which is not
true for most tests. Just disable the ones that need it and run those
that don't; some is better than none, right?
2021-08-22 00:01:38 -04:00
Harrison Houghton
9d71711aec
lib: export strings/escapeRegex
...
I see no reason why I should be disallowed from using it.
2021-08-22 00:01:38 -04:00
Harrison Houghton
679c67ced8
zeroc-ice: share meta definition and clarify license
2021-08-22 00:01:38 -04:00
Harrison Houghton
9608f26acf
zeroc-ice: 3.6.3 -> 3.6.5, 3.7.2 -> 3.7.6
...
3.7 now has a dependency on libedit.
2021-08-22 00:01:38 -04:00
Harrison Houghton
39d2d3a288
zeroc-ice-36: fix
...
Some compiler bump or another provoked a new uninitialized-variable
warning, but the logic in that function precludes the actual
uninitialized read (there's an assert before the read).
I could use a #pragma diagnostic or something but explicitly
initializing is not so bad especially as it's just test code.
2021-08-22 00:01:20 -04:00
R. RyanTM
a5894c295a
swayr: 0.6.1 -> 0.6.2
2021-08-22 03:17:39 +00:00
R. RyanTM
cba087a88e
icinga2: 2.13.0 -> 2.13.1
2021-08-22 03:16:22 +00: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
e7c7ccaf6d
unit: 1.24.0 -> 1.25.0
2021-08-22 01:52:23 +00:00
R. RyanTM
f3df98d8f3
goreleaser: 0.174.2 -> 0.175.0
2021-08-22 01:44:01 +00:00
R. RyanTM
92d00ac352
gocryptfs: 2.0.1 -> 2.1
2021-08-22 01:36:21 +00:00
(cdep)illabout
d72da40884
hasura-graphql-engine: add lassulus as maintainer for all dependencies
2021-08-22 10:25:09 +09:00
(cdep)illabout
c091b809ca
haskellPackages.hasura-ekg-core: unbreak by adding overrides
...
This also similarly fixes haskellPackages.hasura-ekg-core.
2021-08-22 10:24:21 +09: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
R. RyanTM
cafcfc6045
python38Packages.pyunbound: 1.13.1 -> 1.13.2
2021-08-22 00:16:08 +00:00
Matt McHenry
8771d6a7b0
canon-cups-ufr2: update url
2021-08-21 20:08:41 -04:00
github-actions[bot]
4c4f7353fa
Merge master into haskell-updates
2021-08-22 00:06:15 +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
R. RyanTM
556a8fd85b
vips: 8.11.2 -> 8.11.3
2021-08-21 21:59:51 +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
Romanos Skiadas
a41302fea6
nixos: Improve awesome wm example
...
use a useful example instead of a package that doesn't seem to exist
2021-08-22 00:17:50 +03:00
Felix Buehler
7e0a7d2871
deskcon: deprecate phases
2021-08-21 23:14:39 +02:00
Felix Buehler
7c784439a2
development/{arduino/compilers/interpreters}: replace name with pname&version
2021-08-21 23:02:55 +02:00
R. RyanTM
90b0a7336b
yq-go: 4.11.2 -> 4.12.0
2021-08-21 20:48:48 +00:00
xrelkd
9f71bd3d5b
eksctl: 0.61.0 -> 0.62.0
2021-08-22 04:16:27 +08: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
Artturin
b277a286cc
raspberrypi-eeprom: wrap rpi-eeprom-config
2021-08-21 22:20:57 +03: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