Commit Graph
394419 Commits
Author SHA1 Message Date
Malte Brandy 9771f28b6f all-cabal-hashes: 2022-07-17T05:56:49Z -> 2022-07-18T21:55:34Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-07-19 00:05:25 +02:00
maralornandGitHub 2df3794165 Merge pull request #181822 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-07-19 00:05:01 +02:00
Louis Pearson 61b0cd2d13 mopidy-bandcamp init at 1.1.5 2022-07-18 15:49:14 -06:00
wyndon 1c44717f11 httm: 0.12.2 -> 0.13.4 2022-07-18 23:46:28 +02:00
Will Cohen 7bde45f469 python3Packages.pygeos: fix build for geos 3.11 2022-07-18 17:41:08 -04:00
Will Cohen 71cae3ecc2 python3Packages.shapely: fix build for geos 3.11 2022-07-18 17:40:44 -04:00
happysaladaandYt f2c952b688 pythonModules.polars: mark as broken 2022-07-18 17:32:33 -04:00
Malte Brandy a69f246abd Merge branch 'master' into haskell-updates 2022-07-18 23:20:31 +02:00
Malte Brandy 72a19f20ad haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-07-18 23:20:01 +02:00
Marek FajkusandGitHub 31997025a4 Merge pull request #182009 from turboMaCk/update-elm-json
elmPackages.elm-json: 0.2.10 -> 0.2.12
2022-07-18 22:55:57 +02:00
Dmitry Kalinkin 8d10015d3a clhep: init at 2.4.5.3 2022-07-18 16:30:23 -04:00
Marek Fajkus d5765d5150 elmPackages.elm-json: 0.2.10 -> 0.2.12 2022-07-18 22:26:48 +02:00
R. Ryantm 9b808d0491 python310Packages.safety: 2.0.0 -> 2.1.1 2022-07-18 20:24:40 +00:00
Louis Pearson 0fa69e9e78 maintainers: add desttinghim 2022-07-18 14:19:03 -06:00
Joachim FandGitHub 1715c13faa Merge pull request #182001 from dfithian/dfithian-maintainer
beats: add dfithian as maintainer
2022-07-18 22:03:04 +02:00
Atemu 7e9e6145e6 git-annex: wrap with lsof
Required by the assistant at runtime:

```
$ nix-shell --pure -p git git-annex
$ git annex assistant
git-annex: The lsof command is needed for watch mode to be safe, and is not in PATH.
To override lsof checks to ensure that files are not open for writing
when added to the annex, you can use --force
Be warned: This can corrupt data in the annex, and make fsck complain.
```
2022-07-18 21:45:45 +02:00
Atemuandsternenseemann 9c98a3908d git-annex: wrap with coreutils on all platforms
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-07-18 21:45:36 +02:00
Kerstin Humm 35caf822fe radicale: 3.1.7 -> 3.1.8 2022-07-18 21:30:11 +02:00
R. RyantmandVincent Laporte 02da3a1229 ocamlPackages.ocp-index: 1.3.1 -> 1.3.3 2022-07-18 21:29:17 +02:00
Dan Fithian 7af8cc5769 maintainers: add dfithian 2022-07-18 15:20:44 -04:00
Dan Fithian 021f4cac52 beats: add dfithian as maintainer 2022-07-18 15:20:34 -04:00
José Romildo 0c4eb785f6 colloid-gtk-theme: init at 2022-07-18 2022-07-18 16:00:52 -03:00
Joachim FandGitHub 0640ef2ccc Merge pull request #180231 from dfithian/heartbeat
heartbeat service: specify package
2022-07-18 20:56:08 +02:00
Dan Fithian 49a5377557 heartbeat service: specify package
Other elastic services can specify the package. Now we can also do it for heartbeat.
2022-07-18 14:39:22 -04:00
Sergei Trofimovich 69da37a8fd gcc: turn configureFlags into a sigle list, not nested list
Before the change:

    $ nix repl pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" [ "--with-long-double-128" ] "--target=powerpc64le-unknown-linux-gnu" ]

After the change:

    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" "--with-long-double-128" "--target=powerpc64le-unknown-linux-gnu" ]
2022-07-18 19:10:22 +01:00
Malo Bourgon 052d5faec3 signalbackup-tools: 20220526 -> 20220711 2022-07-18 11:06:44 -07:00
R. Ryantm 9ed49fcd00 python310Packages.google-cloud-vision: 2.8.0 -> 3.0.0 2022-07-18 18:05:22 +00:00
github-actions[bot]andGitHub 83702a6ef7 Merge master into staging-next 2022-07-18 18:01:14 +00:00
R. Ryantm e445ccc5aa python310Packages.google-cloud-videointelligence: 2.7.1 -> 2.8.0 2022-07-18 18:00:20 +00:00
oaksoajandehmry fc9e22fca1 yggdrasil: add group option back and remove systemd User= directive
The group configuration parameter allow to share access to yggdrasil
control socket with the users in the system. In the version we propose,
it is null by default so that only root can access the control socket,
but let user create their own group if they need.

Remove User= durective in systemd unit. Should a user with the specified
name already exist in the system, it would be used silently instead of a
dynamic user which could be a security concern.
2022-07-18 12:56:59 -05:00
oaksoajandehmry 080774e28f yggdrasil: reenable DynamicUser
Since version 0.4 Yggdrasil works again using systemd's DynamicUser option.
This patch reenables it to improve security.

We tested this with both persistent and non-persistent keys. Everything
seems to work fine.
2022-07-18 12:56:59 -05:00
R. Ryantm ea54b2a58f python310Packages.google-cloud-trace: 1.6.2 -> 1.7.0 2022-07-18 17:55:10 +00:00
R. Ryantm c54d7bdce6 python310Packages.google-cloud-texttospeech: 2.11.1 -> 2.12.0 2022-07-18 17:50:08 +00:00
R. Ryantm 169456dd91 python310Packages.google-cloud-tasks: 2.9.1 -> 2.10.0 2022-07-18 17:43:10 +00:00
Will Cohen ace8d4a21f geos: 3.10.2 -> 3.11.0 2022-07-18 13:40:15 -04:00
R. Ryantm c230a239b8 python310Packages.google-cloud-secret-manager: 2.11.1 -> 2.12.0 2022-07-18 17:37:24 +00:00
R. Ryantm 6132922358 python310Packages.google-cloud-firestore: 2.5.3 -> 2.6.0 2022-07-18 17:26:28 +00:00
R. Ryantm ed2dac5aab python310Packages.google-cloud-dlp: 3.7.1 -> 3.8.0 2022-07-18 17:20:58 +00:00
R. Ryantm 627d22d385 python310Packages.screenlogicpy: 0.5.4 -> 0.5.5 2022-07-18 17:19:22 +00:00
Sven Over f2cda06860 spr: 1.3.3 -> 1.3.4 2022-07-18 18:17:27 +01:00
R. Ryantm 2f828a1487 python310Packages.google-cloud-datacatalog: 3.8.1 -> 3.9.0 2022-07-18 17:13:02 +00:00
R. Ryantm 08d9ed61d5 python310Packages.google-cloud-container: 2.10.8 -> 2.11.0 2022-07-18 17:05:50 +00:00
R. Ryantm 3b033d9f33 python310Packages.google-cloud-bigquery-logging: 1.0.3 -> 1.0.4 2022-07-18 17:00:31 +00:00
R. Ryantm 2379e02542 python310Packages.google-cloud-bigquery-datatransfer: 3.6.2 -> 3.7.0 2022-07-18 16:55:33 +00:00
Nikolay Korotkiy b680f90db0 tile38: 1.28.0 → 1.29.0 2022-07-18 19:55:28 +03:00
Izorkin fdac405446 neofetch: improve detect NixOS version 2022-07-18 19:53:26 +03:00
R. Ryantm e846844d85 python310Packages.google-cloud-audit-log: 0.2.2 -> 0.2.3 2022-07-18 16:47:40 +00:00
R. Ryantm 71adc6c2ed python310Packages.google-cloud-appengine-logging: 1.1.2 -> 1.1.3 2022-07-18 16:42:20 +00:00
IvvandGitHub e4d49de45a Merge pull request #181829 from sbruder/update-yuzu/ea-2840
yuzu-{ea,mainline}: {2725,1088} -> {2841,1092}
2022-07-18 18:21:45 +02:00
DwarfMaster 016243550c arcan.arcan: 0.6.1.1 -> 0.6.2 2022-07-18 17:39:59 +02:00