Commit Graph
325568 Commits
Author SHA1 Message Date
Mrinal Purohit 12908d7a48 gh: 2.1.0 -> 2.2.0 2021-10-27 15:43:30 +05:30
AndersonTorresandsterni 77382d5ebf cbqn: 0.pre+unstable=2021-10-09 -> 0.pre+date=2021-10-20 2021-10-27 11:59:05 +02:00
AndersonTorresandsterni f6d0781d3e mbqn: 0.pre+unstable=2021-10-06 -> 0.pre+date=2021-10-21 2021-10-27 11:59:05 +02:00
Doron BeharandGitHub a63cd4a89e Merge pull request #142557 from doronbehar/pkg/gnuradio/update 2021-10-27 09:49:51 +00:00
Doron BeharandGitHub 66f62494d6 Merge pull request #142774 from alyssais/stig 2021-10-27 09:44:37 +00:00
3ed95b14e2 notcurses: 2.4.2 -> 2.4.8 (#143031)
* libraries/notcurses: 2.4.2 -> 2.4.8

* notcurses: fix sri hash

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-10-27 10:03:50 +01:00
SandroandGitHub b5dbfb6008 Merge pull request #142913 from RohanHart/maven 2021-10-27 11:01:06 +02:00
SandroandGitHub 5f917bc275 Merge pull request #143090 from r-ryantm/auto-update/python3.8-janus 2021-10-27 10:36:19 +02:00
SandroandGitHub 45d515140a Merge pull request #143086 from quyse/patch-1 2021-10-27 10:33:39 +02:00
SandroandGitHub 4d1624b787 Merge pull request #143085 from 06kellyjac/kubescape 2021-10-27 10:33:02 +02:00
SandroandGitHub e043d5bc0f Merge pull request #143084 from kurnevsky/wesnoth 2021-10-27 10:32:38 +02:00
SandroandGitHub 370de99017 Merge pull request #143056 from starcraft66/update-kustomize 2021-10-27 10:28:49 +02:00
SandroandGitHub 74149c9d5c Merge pull request #143083 from r-ryantm/auto-update/autosuspend 2021-10-27 10:28:37 +02:00
SandroandGitHub 5c7dc2bcf5 Merge pull request #143021 from markuskowa/upd-rdma-core 2021-10-27 10:28:16 +02:00
SandroandGitHub 1a04576ce5 Merge pull request #143087 from r-ryantm/auto-update/python3.8-google-cloud-speech 2021-10-27 10:26:34 +02:00
SandroandGitHub 27a778c5ba Merge pull request #142948 from SuperSandro2000/sqlcipher 2021-10-27 10:25:49 +02:00
R. Ryantm ce91173e84 python38Packages.janus: 0.6.1 -> 0.6.2 2021-10-27 08:19:36 +00:00
Jörg ThalheimandGitHub 578415d9be Merge pull request #143076 from lovesegfault/make-rust-platform-stdenv
makeRustPlatform: allow to easily override stdenv
2021-10-27 10:07:39 +02:00
R. Ryantm 72adca0ae5 python38Packages.google-cloud-speech: 2.10.0 -> 2.11.0 2021-10-27 08:03:52 +00:00
Alexander BichandGitHub 9a3abb23cf a52dec: fix src url 2021-10-27 08:02:47 +00:00
06kellyjac aafee15790 kubescape: 1.0.127 -> 1.0.128 2021-10-27 09:01:10 +01:00
happysalada 3b225fa342 opencv: 4.5.2 -> 4.5.4 2021-10-27 16:58:32 +09:00
Evgeny Kurnevsky a25d54aae3 wesnoth: 1.14.17 -> 1.16.0 2021-10-27 10:26:34 +03:00
Fabian AffolterandGitHub c1b09e792f Merge pull request #142020 from fabaff/enable-crownstone
home-assistant: update component-packages
2021-10-27 09:08:11 +02:00
Fabian AffolterandGitHub accbc8da4d Merge pull request #143038 from fabaff/bump-angr
python3Packages.angr: 9.0.10281 -> 9.0.10339
2021-10-27 09:06:32 +02:00
Fabian AffolterandGitHub b5d62317f0 Merge pull request #143045 from fabaff/bump-dotmap
python3Packages.dotmap: 1.3.24 -> 1.3.25
2021-10-27 09:06:17 +02:00
Fabian AffolterandGitHub 5151753eac Merge pull request #143050 from fabaff/bump-python-nmap
python3Packages.python-nmap: 0.6.4 -> 0.7.1
2021-10-27 09:05:44 +02:00
Vladimír Čunát a4bf443457 Merge #143048: nixosTests.hibernate: Shut down when finished 2021-10-27 08:05:02 +02:00
Bernardo Meurer f17c3516fb makeRustPlatform: allow to easily override stdenv 2021-10-26 22:13:38 -07:00
R. Ryantm 3096e73c9e autosuspend: 4.0.0 -> 4.0.1 2021-10-27 02:06:43 +00:00
Peter Hoeg 22a500a3f8 pam_mount: do not re-prompt for password
nixos-rebuild test causes pam_mount to prompt for a password when running with
an encrypted home:

building '/nix/store/p6bflh7n5zy2dql8l45mix9qnzq65hbk-nixos-system-mildred-18.09.git.98592c5da79M.drv'...
activating the configuration...
setting up /etc...
reenter password for pam_mount:
(mount.c:68): Messages from underlying mount program:
(mount.c:72): crypt_activate_by_passphrase: File exists
(pam_mount.c:522): mount of /dev/mapper/vg0-lv_home_peter failed
kbuildsycoca5 running...

This change makes pam_mount not prompt. It still tries to remount (and fails in
the process) but that message can be ignored.

Fixes: #44586
2021-10-27 08:53:15 +08:00
Dmitry KalinkinandGitHub 4cdfe28fec Merge pull request #142798 from veprbl/pr/sherpa_2_2_11
sherpa: 2.2.10 -> 2.2.11
2021-10-26 20:38:57 -04:00
Anders KaseorgandJanne Heß 97e39fcafa nixosTests.hibernate: Make sure machines are shut down when finished
Co-authored-by: Janne Heß <janne@hess.ooo>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-10-26 16:45:36 -07:00
Tristan Gosselin-Hane 0335855bc6 kustomize: 4.3.0 -> 4.4.0 2021-10-26 18:19:39 -04:00
SandroandGitHub 113fcf34ab Merge pull request #142771 from primeos/android-tools 2021-10-26 23:53:36 +02:00
SandroandGitHub aae7b95f57 Merge pull request #143049 from fgaz/warzone2100/4.2.0 2021-10-26 23:34:56 +02:00
SandroandGitHub 7a5e666b12 Merge pull request #142794 from veprbl/pr/pythia_8306 2021-10-26 23:15:14 +02:00
SandroandGitHub 8b35189751 Merge pull request #142789 from veprbl/pr/hggit_py3 2021-10-26 23:07:27 +02:00
SandroandGitHub f8a6b3eb85 Merge pull request #142945 from ruuda/vaultenv-closure 2021-10-26 23:06:30 +02:00
Fabian Affolter 90cb25cea1 python3Packages.python-nmap: 0.6.4 -> 0.7.1 2021-10-26 23:02:15 +02:00
eyjhbandCole Helbling 75d64a336b nixos/restic: rename s3CredentialsFile to environmentFile
This is done as the s3CredentialsFile specifies the environmentFile
for the systemd service, which can be used for more than just s3.

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-10-26 14:01:32 -07:00
Francesco Gazzetta cb0031ed2a warzone2100: 4.1.3 -> 4.2.0 2021-10-26 23:00:54 +02:00
cdb3a5613e uniscribe: init at 1.7.0 (#142990)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-26 22:53:39 +02:00
superherointjandVincent Laporte 1531006d91 ocamlPackages.mrmime: init 0.5 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte 050114362f ocamlPackages.unstrctrd: init 0.3 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte 153957a389 ocamlPackages.prettym: init 0.0.2 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte c255780e69 ocamlPackages.rosetta: init 0.3.0 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte 95068b4647 ocamlPackages.yuscii: init 0.3.0 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte 1f621984d4 ocamlPackages.uuuu: init 0.2.0 2021-10-26 22:42:22 +02:00
superherointjandVincent Laporte b397bd63b7 ocamlPackages.coin: init 0.1.3 2021-10-26 22:42:22 +02:00