Commit Graph

416881 Commits

Author SHA1 Message Date
Yureka
58cb56ee9c
influxdb2: fix build with rust 1.54 (#195534) 2022-10-12 20:10:33 +02:00
Michael Weiss
10e5fa68de
ungoogled-chromium: 106.0.5249.103 -> 106.0.5249.119 2022-10-12 20:08:35 +02:00
Michael Weiss
c8d4492a8d
chromium: 106.0.5249.103 -> 106.0.5249.119
https://chromereleases.googleblog.com/2022/10/stable-channel-update-for-desktop_11.html

This update includes 6 security fixes.

CVEs:
CVE-2022-3445 CVE-2022-3446 CVE-2022-3447 CVE-2022-3448 CVE-2022-3449
CVE-2022-3450
2022-10-12 20:08:11 +02:00
Weijia Wang
284adcab1f zeroad: fix build on aarch64-linux 2022-10-12 20:02:26 +02:00
Weijia Wang
37053d45f9 nvidia-texture-tools: unstable-2019-10-27 -> unstable-2020-12-21 2022-10-12 20:02:11 +02:00
Vincent Laporte
bb38470b96 ocamlPackages.ff: 0.4.0 → 0.6.2
ocamlPackages.ff-pbt: 0.6.1 → 0.6.2
ocamlPackages.ff-sig: 0.6.1 → 0.6.2
2022-10-12 19:58:38 +02:00
R. Ryantm
76f2f79680 gum: 0.7.0 -> 0.8.0 2022-10-12 17:51:51 +00:00
Anderson Torres
83c48476bd
Merge pull request #195612 from r-ryantm/auto-update/free42
free42: 3.0.14 -> 3.0.15
2022-10-12 14:38:37 -03:00
Shea Levy
96fa202353
wordpressPackages.plugins.worker: init at 4.9.14 2022-10-12 12:42:35 -04:00
José Romildo Malaquias
349de7a4a9
Merge pull request #195674 from r-ryantm/auto-update/liferea
liferea: 1.13.9 -> 1.14-RC1
2022-10-12 13:18:29 -03:00
Christian Kögler
6ed1a78bda
Merge pull request #195673 from smaret/fix-astroquery
python3Packages.astroquery: fix build
2022-10-12 18:13:44 +02:00
Shadaj Laddad
dd34f474ed nixos/restic: make it possible to use the existing backup cache for prune/check
Configures the `--cache-dir` parameter for the prune and check commands run after backing up. For `check`, also adds a `checkOpts` flag to enable using the cache, since that is disabled by default.
2022-10-12 09:09:27 -07:00
K900
b0a9d65c79
Merge pull request #195678 from K900/fix-n8n-aarch64
n8n: fix build on aarch64
2022-10-12 18:53:23 +03:00
K900
c41058468d n8n: fix build on aarch64
By performing an oraclectomy.
2022-10-12 18:52:38 +03:00
Anderson Torres
63ade0c7f2
Merge pull request #195389 from rraval/git-nomad
git-nomad: init at 0.6.0
2022-10-12 12:39:35 -03:00
R. Ryantm
faacc2c571 liferea: 1.13.9 -> 1.14-RC1 2022-10-12 15:09:38 +00:00
Sébastien Maret
51c9acf26d python3Packages.astroquery: fix build 2022-10-12 17:00:24 +02:00
Anderson Torres
4a66f42131
Merge pull request #195379 from alexshpilkin/restore-parlatype
parlatype: restore, 2.1 -> 3.1
2022-10-12 11:52:39 -03:00
Florian Klink
b463da9989
Merge pull request #195668 from flokli/sockdump-bump
sockdump: unstable-2022-05-27 -> unstable-2022-10-12
2022-10-12 16:39:41 +02:00
Florian Klink
f3cdcef7a0 sockdump: unstable-2022-05-27 -> unstable-2022-10-12
Fixes https://github.com/mechpen/sockdump/issues/15.
2022-10-12 16:26:35 +02:00
Tim Steinbach
9673ea736a
oh-my-zsh: 2022-10-07 → 2022-10-12 (#195666) 2022-10-12 09:49:10 -04:00
ajs124
b468eb8655
jenkins: 2.361.1 -> 2.361.2 (#195565)
https://www.jenkins.io/changelog-stable//#v2.361.2
2022-10-12 09:27:08 -04:00
Pavol Rusnak
f634d427b0
Merge pull request #195645 from prusnak/fido2luks
fido2luks: 0.2.20 -> 0.2.21
2022-10-12 15:10:54 +02:00
figsoda
dddb769120
Merge pull request #195659 from r-ryantm/auto-update/dagger
dagger: 0.2.35 -> 0.2.36
2022-10-12 09:07:58 -04:00
Pavol Rusnak
fa2021c7b6
fido2luks: 0.2.20 -> 0.2.21
+ fix license
2022-10-12 15:06:28 +02:00
Artturin
9ff71f97c8 python-setup-hook: use buildPackages.callPackage to not change hashes
this is just a hook so its safe

without this change:

we build a python3 for buildHost twice instead of only once while the result
of the build is the same

```
nix-repl> pkgsCross.aarch64-multiplatform.python3.pythonForBuild
«derivation /nix/store/5sx1ng86lxzggi33rchvq0z16ywkg11b-python3-3.10.7.drv»

nix-repl> pkgsCross.aarch64-multiplatform.buildPackages.python3
«derivation /nix/store/c5rlaqdfymd3j5v41rh98pjcv3dx3sh7-python3-3.10.7.drv»
```

```
$ nix-diff $(getOutForDrv "/nix/store/5sx1ng86lxzggi33rchvq0z16ywkg11b-python3-3.10.7.drv") $(getOutForDrv "/nix/store/c5rlaqdfymd3j5v41rh98pjcv3dx3sh7-python3-3.10.7.drv") --environment
- /nix/store/3fkwg2pypsxhydgwb9m7f1v5pcgfns6p-python3-3.10.7:{out}
+ /nix/store/wyhbl43ycqn43d08v5fqj1j6ynf7nz73-python3-3.10.7:{out}
• The input derivation named `python-setup-hook.sh` differs
  - /nix/store/slvn39rh0l53c9czaf3g6a4awcj63j5r-python-setup-hook.sh.drv:{out}
  + /nix/store/bcjff6dn4gp7pf0knnja9ax4qrll78d5-python-setup-hook.sh.drv:{out}
  • The set of input source names do not match:
      - cross-file.conf
  • The input derivation named `stdenv-linux` differs
    - /nix/store/rsxsipgabvny0mc286j3vfpgaaaixdyz-stdenv-linux.drv:{out}
    + /nix/store/46ywpk0p6r22y502gi21xxghminy9lbj-stdenv-linux.drv:{out}
    • The set of input derivation names do not match:
        - hook
        + acl-2.3.1
        + attr-2.5.1
        + binutils-2.39
        + binutils-wrapper-2.39
        + ed-1.18
        + expand-response-params
        + gcc-11.3.0
        + gcc-wrapper-11.3.0
        + glibc-2.35-163
        + gmp-with-cxx-stage4-6.2.1
        + libidn2-2.3.2
        + libunistring-1.0
        + linux-headers-5.19
        + pcre-8.45
        + zlib-1.2.12
    • The set of input derivations named `bzip2-1.0.8` do not match
    • The set of input derivations named `xz-5.2.6` do not match
    • The environments do not match:
        + allowedRequisites=...
        defaultNativeBuildInputs=''
        ...
    ''
  • The environments do not match:
      cmakeFlags=''
      -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64
  ''
      configureFlags=''
      --build=x86_64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu
  ''
      mesonFlags=''
      --cross-file=/nix/store/0d6bflf42rgrrxhp10visp67scqncd4g-cross-file.conf
  ''
      stdenv=''
      /nix/store/6ji09gqw12pnp3ylw3rrsd65f9vhhx89-stdenv-linux/nix/store/ykjm8yzjcwg2xpf640zh6jql5s8yimkp-stdenv-linux
  ''
• The environments do not match:
    setupHook=''
    /nix/store/x6rrxsai11kl9gq29ipv0jn455admav3-python-setup-hook.sh/nix/store/h7z4wvlf7n23ir86nngjn9rpk1ygc7di-python-setup-hook.sh
''
```
2022-10-12 14:40:18 +02:00
Martin Weinelt
e44983d587
Merge pull request #195656 from mweinelt/python-bcrypt 2022-10-12 14:34:47 +02:00
Yureka
7fc8453a68
libusb1: enable udev support for dynamically linked musl platform (#195351)
This was previously disabled because pkgs.udev (=pkgs.systemd) was not building on musl, but that is no longer the case.
This fixes the build of pkgsMusl.usbutils, which requires udev support in libusb1.
2022-10-12 14:20:21 +02:00
Alexander Shpilkin
16ead09b5e
parlatype: sort dependencies and reformat 2022-10-12 14:41:20 +03:00
Alyssa Ross
3dae05bb91 update-python-libraries: enable nix command
Since the Nix command used is an implementation detail of the script,
it's the script that will have to be updated if the command changes,
it's the script that should be opting into this, rather than making
the user do it globally.
2022-10-12 11:38:55 +00:00
Alyssa Ross
6425011efe update-python-libraries: remove old Nix fallback
Since c0972c16dc ("update-python-libraries: add missing dependency nix"),
Nix will be provided as a dependency, so we know we'll always be using
a modern version and no longer need the fallback.
2022-10-12 11:38:55 +00:00
R. Ryantm
07f03615ba dagger: 0.2.35 -> 0.2.36 2022-10-12 11:24:03 +00:00
Cabia Rangris
216e5aa763
Merge pull request #194021 from danderson/danderson/superslicer
super-slicer: use non-EGL version of wxWidgets.
2022-10-12 15:22:59 +04:00
Martin Weinelt
a0231e8cce
pebble: mark broken on 32bit platforms 2022-10-12 13:13:54 +02:00
Stanisław Pitucha
d2afb051ff
Merge pull request #195210 from yorickvP/guake
guake: 3.6.3 -> 3.9.0
2022-10-12 22:12:57 +11:00
Stanisław Pitucha
05645561b5
Merge pull request #192172 from viraptor/pulumi-aws-darwin-fix
python310Packages.pulumi-aws: mark as working on darwin and aarch64
2022-10-12 22:04:19 +11:00
Martin Weinelt
0310ac43a5
python3Packages.mypy: Disable mypy.report import on i686-linux
Importing the mypy.report fails due to a circular import.
2022-10-12 13:03:48 +02:00
Stanisław Pitucha
21d1461e97
Merge pull request #188005 from astrobeastie/cargo-hf2
cargo-hf2: init at 0.3.3
2022-10-12 21:52:20 +11:00
Francesco Gazzetta
187ee8ee0e
Merge pull request #195575 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.59 -> 1.60
2022-10-12 10:32:36 +00:00
Martin Weinelt
7d3e7f4890
python3Packages.bcrypt: Revert to 3.2.2 on i686-linux
The latest bcrypt version segfaults during test_kdf, which prevents the
package from building. The package is in the critical chain for many
NixOS tests, which currently won't complete on i686-linux.

Upstream-Issue: https://github.com/pyca/bcrypt/issues/407
2022-10-12 12:24:58 +02:00
Stanisław Pitucha
c8976310f0
Merge pull request #194853 from r-ryantm/auto-update/python310Packages.gaphas
python310Packages.gaphas: 3.8.0 -> 3.8.1
2022-10-12 21:22:43 +11:00
Stanisław Pitucha
bf43ec1b78
Merge pull request #194115 from k0ral/losslesscut
losslesscut: 3.43.0 -> 3.46.2
2022-10-12 21:05:58 +11:00
Stanisław Pitucha
78f921a488
Merge pull request #194772 from r-ryantm/auto-update/netbox
netbox: 3.3.4 -> 3.3.5
2022-10-12 21:01:52 +11:00
Stanisław Pitucha
87c8a2a9bb
Merge pull request #194996 from tjni/pnpm-update
nodePackages.pnpm: 7.13.2 -> 7.13.3
2022-10-12 20:26:11 +11:00
Stanisław Pitucha
f408bb190b
Merge pull request #195582 from r-ryantm/auto-update/himalaya
himalaya: 0.5.10 -> 0.6.0
2022-10-12 20:21:19 +11:00
siph
ca03be9517 devilspie2: update homepage in meta 2022-10-12 03:19:58 -06:00
Stanisław Pitucha
8b2e3785d4
Merge pull request #195629 from r-ryantm/auto-update/werf
werf: 1.2.177 -> 1.2.178
2022-10-12 20:17:57 +11:00
Adam Joseph
0d0c03fb0b
coding-conventions.chapter.md: update to account for #89885 (#191378)
https://github.com/NixOS/nixpkgs/pull/89885 ensures that fetches are
done securely (i.e. without `--insecure`) when the `hash` parameter is one of
the four special "fake" hashes.  However the manual was not updated in that PR.
This commit updates the manual to account for the already-merged changes from
that PR.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-12 11:08:50 +02:00
Jonas Heinrich
56f970d3a5
Merge pull request #195527 from r-ryantm/auto-update/syncstorage-rs
syncstorage-rs: 0.12.3 -> 0.12.4
2022-10-12 11:04:48 +02:00
Phillip Seeber
334f2a8584 openmm: init at 7.7.0
openmm formatting and inputs


openmm: clang optional


openmm: formatting


openmm: formatting


openmm: formatting


openmm: formatting


openmm: fix


openmm: disable more tests


openmm: disable more tests


openmm: disable more stochastic tests
2022-10-12 10:40:48 +02:00