Sandro
c57027aba9
Merge pull request #127684 from iAmMrinal0/update/google-cloud-sdk
...
google-cloud-sdk: 344.0.0 -> 345.0.0
2021-06-22 02:30:46 +02:00
Sandro
f646287951
Merge pull request #127668 from fabaff/bump-abodepy
...
python3Packages.abodepy: 1.2.1 -> 1.2.2
2021-06-22 02:30:37 +02:00
Sandro
6527d3ec20
Merge pull request #127625 from ethancedwards8/gitlint
...
gitlint: init at 0.15.1
2021-06-22 02:30:19 +02:00
Sandro
a69c1ebf9a
Merge pull request #127729 from SuperSandro2000/croc
...
croc: 9.1.6 -> 9.2.0
2021-06-22 02:29:41 +02:00
Sandro
9f8dea02f1
Merge pull request #127721 from 06kellyjac/deno
...
deno: 1.11.1 -> 1.11.2
2021-06-22 02:29:16 +02:00
Sandro
bcd4ed1e98
Merge pull request #125196 from devins2518/update-kile-wl
...
kile-wl: unstable-2021-04-22 -> unstable-2021-06-01
2021-06-22 02:29:05 +02:00
Sandro
24396b5a67
Merge pull request #127723 from Mindavi/vsftpd/cross
...
vsftpd: fix cross-compilation, remove -Werror
2021-06-22 02:27:45 +02:00
Sandro
6a819b821d
Merge pull request #127726 from tnias/update/gnome-feed
...
gnome-feeds: 0.16.1 -> 0.16.2
2021-06-22 02:25:34 +02:00
Sandro
b0dc261892
Merge pull request #127718 from t0yv0/pulumi-3.5.1
2021-06-22 02:22:46 +02:00
Sandro
1a13f16a51
Merge pull request #127620 from Artturin/update-mercurial-patches
2021-06-22 02:19:21 +02:00
Sandro
24a0091bd1
Merge pull request #127698 from fabaff/rshijack
...
rshijack: 0.3.0 -> 0.4.0
2021-06-22 02:18:38 +02:00
Sandro
00f88093d3
Merge pull request #127709 from ymatsiuk/teleport
2021-06-22 02:18:30 +02:00
Sandro
966e85299c
Merge pull request #127682 from MayNiklas/plex-update
2021-06-22 02:12:56 +02:00
Sandro
825b1acd2e
Merge pull request #127700 from fabaff/bump-naabu
2021-06-22 02:09:13 +02:00
Sandro
6f9d3bfbf1
Merge pull request #127704 from fabaff/bump-nuclei
...
nuclei: 2.3.7 -> 2.3.8
2021-06-22 02:09:01 +02:00
Sandro
282b33e772
Merge pull request #127705 from oxzi/nginx-rtmp-1.2.2
2021-06-22 02:08:23 +02:00
Sandro
fe48efea4b
Merge pull request #127615 from ethancedwards8/guile-ssh
...
guile-ssh: init at 0.13.1
2021-06-22 02:03:22 +02:00
Sandro
ff374efe89
Merge pull request #127581 from devhell/bump-tuigreet
...
tuigreet: 0.2.0 -> 0.4.0
2021-06-22 02:02:50 +02:00
Sandro Jäckel
35184a5cf6
croc: 9.1.6 -> 9.2.0
2021-06-22 01:59:59 +02:00
Sandro
98991704cb
Merge pull request #127627 from Artturin/update-wine
...
wine{Unstable,Staging}: 6.10 -> 6.11
2021-06-22 01:54:39 +02:00
zowoq
1c7b7616d2
nix-prefetch: apply 'Fix input_type regex for macOS systems' patch
2021-06-22 09:52:27 +10:00
Malte Brandy
cd32f53cb1
haskellPackages.blucontrol: Remove obsolete override
2021-06-22 00:59:19 +02:00
Malte Brandy
9706e4bf08
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-22 00:56:09 +02:00
Malte Brandy
208c19ef47
all-cabal-hashes: 2021-06-19T11:58:52Z -> 2021-06-21T21:28:52Z
...
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2021-06-22 00:50:29 +02:00
Philipp Bartsch
8eb36583e3
gnome-feeds: 0.16.1 -> 0.16.2
2021-06-22 00:30:02 +02:00
Robert Schütz
9332bcad18
python3Packages.mautrix: 0.9.4 -> 0.9.6
2021-06-22 00:19:06 +02:00
Robert Schütz
52d701f155
mautrix-signal: pin mautrix to 0.8.18
2021-06-22 00:19:06 +02:00
Maximilian Bosch
ca16b617b4
mautrix-telegram: 0.9.0 -> 0.10.0
2021-06-22 00:19:06 +02:00
Maximilian Bosch
67751042c9
python3Packages.mautrix: 0.8.17 -> 0.9.4
2021-06-22 00:19:06 +02:00
Maximilian Bosch
b4ccf9f881
python3Packages.telethon: 1.17.5 -> 1.21.1
2021-06-22 00:19:06 +02:00
sternenseemann
377924dd7b
haskellPackages: take (more) tool dependencies from buildPackages
...
Fix instances of tool dependencies coming from `self` or `pkgs`
instead of `self.buildHaskellPackages` or `pkgs.buildPackages`
respectively. This makes sure cross-evaluation and -compilation will
work although their may still be more kinks to work out (or cases I
missed). This change was mostly created by searching for `[tTool]` and
`\${` in the respective files.
Note that this has intentionally not been for test tool dependencies:
Like in `stdenv.mkDerivation` we need to view tests as being executed
on the *host platform* which is why we can't run tests while cross
compiling anyways. In practice this is not an important distinction,
though: `pkgs.buildPackages` and `pkgs` are almost identical in the
native case.
Resolves #127232 .
2021-06-22 00:18:12 +02:00
sternenseemann
0917e2ae27
haskellPackages.tasty-discover: run test suite in native case
...
For native compilation, we can just add the intermediary build
directory to `PATH` which allows the test suite to be preprocessed by
tasty-discover itself.
When cross-compiling, `doCheck` will be false anyways and this won't
matter (fingers crossed!).
2021-06-22 00:18:12 +02:00
sternenseemann
c0b69bcbb9
haskellPackages.tasty-discover: simplify override
...
If we are cross compiling we can't and don't run the tests since they
wouldn't be able to be executed on the host platform.
While native compiling, we need to avoid an infinite recursion.
2021-06-22 00:18:12 +02:00
Robert Schütz
5a2945b6ed
mautrix-telegram: use sqlalchemy 1.3
2021-06-22 00:14:18 +02:00
Robert Schütz
af2d542fb5
Revert "use sqlalchemy 1.3.x for mautrix-telegram"
2021-06-22 00:14:18 +02:00
D Anzorge
25541a1153
nodePackages.keyoxide: init at 0.3.0
2021-06-22 00:02:46 +02:00
Rick van Schijndel
bd67ccabff
vsftpd: fix cross-compilation, remove -Werror
2021-06-21 23:18:16 +02:00
06kellyjac
55cc140922
deno: 1.11.1 -> 1.11.2
2021-06-21 22:02:13 +01:00
Rafael Varago
8dbab2753b
cargo-modules: init at 0.5.0
...
This patch includes a cargo plugin to generate
tree-like overviews of a crate's modules.
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2021-06-21 22:27:41 +02:00
Ryan Mulligan
f69ba850a7
Merge pull request #127636 from r-ryantm/auto-update/libdnf
...
libdnf: 0.63.0 -> 0.63.1
2021-06-21 13:22:45 -07:00
Ryan Mulligan
5658c93eaf
Merge pull request #127573 from r-ryantm/auto-update/eksctl
...
eksctl: 0.53.0 -> 0.54.0
2021-06-21 13:21:56 -07:00
ajs124
89242458a1
Merge pull request #127667 from helsinki-systems/upd/dovecot
...
dovecot: 2.3.14 -> 2.3.15
2021-06-21 22:19:38 +02:00
R. RyanTM
1a9f464386
kubelogin-oidc: 1.23.2 -> 1.23.3 ( #127258 )
2021-06-21 16:15:28 -04:00
Anton Tayanovskyy
02cce3f5fd
pulumi-bin: 3.4.0 -> 3.5.1
2021-06-21 15:59:55 -04:00
devhell
78a43484b8
multilockscreen: 1.1.0 -> 1.2.0
2021-06-21 20:18:23 +01:00
Thiago Franco de Moraes
b2008ab5b8
python3Packages.intake: Disabling a broken test
2021-06-21 16:10:43 -03:00
Thiago Franco de Moraes
9668c0eec6
python3Packages.sunpy: 2.1.2 -> 3.0.0
2021-06-21 16:10:43 -03:00
Thiago Franco de Moraes
fa6f1b93b8
python3Packages.datashader: 0.12.1 -> 0.13.0
2021-06-21 16:10:42 -03:00
Thiago Franco de Moraes
b90719f57d
python3Packages.streamz: Make streamz pass tests with new dask
2021-06-21 16:10:26 -03:00
Mustafa Çalışkan
5beb11788a
qbs: 1.18.0 -> 1.19.1
2021-06-21 21:58:25 +03:00