Commit Graph

77406 Commits

Author SHA1 Message Date
github-actions[bot]
b405702c7f
Merge master into haskell-updates 2022-10-13 00:20:20 +00:00
Martin Weinelt
bbbaaa3e35
Merge pull request #195610 from wegank/0ad-aarch64 2022-10-13 01:34:24 +02:00
markuskowa
d0ac2bea9c
Merge pull request #188970 from sheepforce/openmm
openmm: init at 7.7.0
2022-10-12 22:04:37 +02:00
Sandro
651b29818c
Merge pull request #195007 from wegank/spatialite-gui-wxgtk 2022-10-12 20:52:50 +02:00
Jan Tojnar
ed388cd656
Merge pull request #193697 from grindhold/libgtkflow
libgtkflow: split into 3 separate derivations
2022-10-12 20:52:35 +02:00
Vincent Laporte
1101dfae20 coq: default to version 8.16 2022-10-12 20:38:44 +02:00
Vincent Laporte
661ee3a269 coq_8_16: use OCaml 4.14 2022-10-12 20:38:44 +02:00
Yureka
8886c89d0e {temurin,adoptopenjdk}-bin: use alpine_linux os for musl libc 2022-10-12 20:28:59 +02:00
Weijia Wang
284adcab1f zeroad: fix build on aarch64-linux 2022-10-12 20:02:26 +02:00
Weijia Wang
fd0989d64c freeimage: fix build on aarch64-darwin 2022-10-12 18:46:32 +02: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
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
K900
961575f53c all-packages: don't recurse into libsForQt5_openssl_1_1
The two things that care about it are exposed as top level attributes anyway.
2022-10-12 17:15:57 +03:00
laalsaas
790c45e29c wwcd: init at unstable-2022-02-05 2022-10-12 15:09:20 +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
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
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
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
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
Azat Bahawi
73e93f456c
kubedog: init at 0.9.6 2022-10-12 11:26:50 +03:00
Jonas Heinrich
2e9fa7f528
Merge pull request #195543 from markuskowa/add-ucc
ucc: init at 1.1.0
2022-10-12 09:52:29 +02:00
laalsaas
4a22f4be4e bfcal: init at 1.0 2022-10-12 03:10:19 +02:00
github-actions[bot]
7e82e2594e
Merge master into haskell-updates 2022-10-12 00:23:04 +00:00
figsoda
538299fed4 cargo-clone: init at 1.1.0 2022-10-11 20:13:32 -04:00
figsoda
45f2a5eea0 toml2nix: switch to rustPlatform.buildRustPackage 2022-10-11 19:56:31 -04:00
figsoda
91cd04e7ee cargo-download: remove 2022-10-11 19:26:15 -04:00
Weijia Wang
8946876295 cubicsdr: fix build on darwin 2022-10-12 01:03:35 +02:00
BattleCh1cken
85fa4ac03e arduino-language-server: init at 0.7.1 2022-10-11 15:58:15 -04:00
Sandro
7a271c8bc8
Merge pull request #195112 from wegank/freqtweak-wxgtk 2022-10-11 21:12:56 +02:00
Sandro
0cb2fdf0da
Merge pull request #187960 from aidalgol/heroic-fixes 2022-10-11 21:11:39 +02:00
Sandro
9278ee48fc
Merge pull request #191977 from yurrriq/kops-1.25.0 2022-10-11 20:56:45 +02:00
Jan Tojnar
ee9aa033c5
Merge pull request #195435 from wegank/gtk4-darwin
gtk4: fix build on darwin
2022-10-11 20:36:53 +02:00
Ronuk Raval
a2071cad55 git-nomad: init at 0.6.0 2022-10-11 13:38:40 -04:00
Chuang Zhu
226d9e02d1 blackbox-terminal: init at 0.12.0 2022-10-11 18:52:35 +02:00
Bobby Rong
c3e4064b74 endeavour: rename from gnome.gnome-todo 2022-10-11 18:52:34 +02:00
Bobby Rong
5364f7c7ec libchamplain_libsoup3: init 2022-10-11 18:52:33 +02:00
Jan Tojnar
beb1906cfc spice-gtk: port to libsoup 3 2022-10-11 18:52:18 +02:00
Jan Tojnar
bb3d5b6718 phodav_2_0: re-init 2.5
It is needed for virt-viewer.
2022-10-11 18:52:18 +02:00
Jan Tojnar
32ddabf3df libosinfo: switch to libsoup 3
Not compatible with programs depending on libsoup 2.
2022-10-11 18:52:18 +02:00
Jan Tojnar
50c6895e77 gnome-browser-connector: 10.1 → 42.0
https://discourse.gnome.org/t/split-and-rename-of-chrome-gnome-shell/11075
815ec9e1af...v42.0

- Renamed and split into a separate repo from the extensions.
- CMake build replaced with Meson (jq also not needed)
- requests Python module not needed since updates are now solely handled by GNOME Shell itself

Also

- Corrected license
- Cleaned up the module
- Replaced PYTHONPATH in a wrapper by Python environment

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:12 +02:00
Jan Tojnar
b2f369ade2 vte-gtk4: init 2022-10-11 18:52:12 +02:00
Jan Tojnar
c7df550cba gupnp_1_6: init at 1.5.3
https://gitlab.gnome.org/GNOME/gupnp/-/compare/gupnp-1.4.3...gupnp-1.5.3

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:11 +02:00
Jan Tojnar
64c9444f97 gssdp_1_6: init at 1.5.2
https://gitlab.gnome.org/GNOME/gssdp/-/compare/gssdp-1.4.0.1...gssdp-1.5.2

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:11 +02:00
Jan Tojnar
753784ec26 evolution-data-server: 3.44.4 → 3.45.1
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.44.4...3.45.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>

Add a variant with libedataserverui-gtk4.
2022-10-11 18:52:08 +02:00
Jan Tojnar
634ece114a gcr_4: init at 3.90.0
https://gitlab.gnome.org/GNOME/gcr/-/compare/3.41.0...3.90.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:08 +02:00
Jan Tojnar
71966b77ca geocode-glib_2: init 2022-10-11 18:52:08 +02:00
Jan Tojnar
f554de212a at-spi2-core: 2.44.1 → 2.45.1
atk and at-spi2-atk were merged into the repo.

https://gitlab.gnome.org/GNOME/at-spi2-core/-/compare/AT_SPI2_CORE_2_44_1...AT_SPI2_CORE_2_45_1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:07 +02:00
Markus Kowalewski
938af386b0
ucc: init at 1.1.0 2022-10-11 18:30:05 +02:00
Sandro
33bc904dff
Merge pull request #194954 from StarGate01/bip_utils_update 2022-10-11 15:45:16 +02:00
Jonas Heinrich
ff5c758289 python310Packages.py-sr25519-bindings: init at 0.1.5 2022-10-11 15:01:38 +02:00
Jonas Heinrich
198f522965 python310Packages.ed25519-blake2: init at 1.4 2022-10-11 15:00:39 +02:00
Christoph Honal
86ee52f4aa python310Packages.py-bip39-bindings: init at 0.1.10 2022-10-11 15:00:39 +02:00
Sandro
936a00284c
Merge pull request #194964 from wegank/gnudatalangauge-darwin 2022-10-11 14:49:08 +02:00
Jörg Thalheim
e325d85f0f
Merge pull request #195485 from 06kellyjac/teleport-fix
teleport: fix for darwin
2022-10-11 14:39:33 +02:00
Weijia Wang
8f31bb2012 spatialite_gui: migrate to wxGTK32 2022-10-11 14:28:20 +02:00
Stanisław Pitucha
d1dcdeebfa
Merge pull request #195274 from rrbutani/feature/utm
utm: init at 3.2.4
2022-10-11 22:56:26 +11:00
06kellyjac
097ec65336 teleport: fix for darwin 2022-10-11 09:55:39 +01:00
Ulrik Strid
aee04b1bed
ocamlPackages.git: 3.5.0 -> 3.9.1 (#188389)
* ocamlPackages.cstruct: 6.0.1 -> 6.1.1

* ocamlPackages.git: 3.5.0 -> 3.9.1

* ocamlPackages.carton: 0.4.3 -> 0.4.4

* ocamlPackages.bigstringaf: 0.7.0 -> 0.9.0

* ocamlPackages.decompress: 1.4.2 -> 1.5.1

* ocamlPackages.repr: 0.5.0 -> 0.6.0

* ocamlPackages.irmin: 2.9.1 -> 3.4.1

* ligo: 0.36.0 -> 0.47.0

ocamlPackages.ringo: 0.5 → 0.9
ocamlPackages.data-encoding: 0.4.0 → 0.5.3
ocamlPackages.bls12-381: 1.1.0 -> 3.0.0

Co-authored-by: bezmuth <benkel97@protonmail.com>
2022-10-11 08:50:54 +02:00
Weijia Wang
24addef4ae qrencode: fix build on x86_64-darwin 2022-10-11 08:33:29 +02:00
Weijia Wang
25491b5dc3 gnudatalanguage: fix build on aarch64-darwin 2022-10-11 08:22:46 +02:00
Anderson Torres
77c986e784
Merge pull request #190105 from impl/free-p4
p4: 2021.2.2201121 -> 2022.1.2305383, build from source and remove unfree binaries
2022-10-11 00:11:22 -03:00
Anderson Torres
b7fa69bbea
Merge pull request #194827 from sternenseemann/cbqn-2022-10-04
cbqn: 0.pre+date=2022-05-06 -> 0.pre+date=2022-10-04
2022-10-11 00:06:46 -03:00
Thomas Gerbet
d8b936c372 influxdb: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
2022-10-11 12:43:41 +10:00
Martin Weinelt
f010d3721e
Merge pull request #190548 from pacien/mongodb-6.0 2022-10-11 04:32:40 +02:00
Aaron Jheng
57cd3071e8 unconvert: unstable-2020-02-28 -> unstable-2022-09-18 2022-10-11 12:31:24 +10:00
Aaron Jheng
ec26b85a34 prometheus-nats-exporter: unpin go1.17 2022-10-11 12:31:09 +10:00
github-actions[bot]
bc7a5b525c
Merge master into haskell-updates 2022-10-11 00:20:39 +00:00
Sandro
c6680c06df
Merge pull request #195162 from wegank/wxpython-4-1-darwin
python3Packages.wxPython_4_1: fix build on darwin
2022-10-11 02:11:21 +02:00
Sandro
95d5226106
Merge pull request #195011 from wegank/wxsqlite3-4.9.0
wxsqlite3: 4.8.2 -> 4.9.0
2022-10-11 02:08:54 +02:00
Sandro
d62fc69707
Merge pull request #194944 from wegank/diff-pdf-wxgtk
diff-pdf: migrate to wxGTK32
2022-10-11 02:06:48 +02:00
Sandro
a515c0caa1
Merge pull request #194939 from wegank/rehex-0.5.3
rehex: 0.4.1 -> 0.5.3
2022-10-11 02:06:03 +02:00
Martin Weinelt
85713b7e37 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-11 00:18:04 +02:00
zowoq
eeaa493508 prometheus-openldap-exporter: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
15971fd54a tracee: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
b011bb0561 stripe-cli: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
157a2144d0 routedns: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
5c43870684 kube3d: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
c8412d00f1 zrepl: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
5a8dcde91a norouter: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
eb307f8075 grafana-agent: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
d53de6f8d5 ivy: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
18e7066770 podman: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
c38edb843b ipget: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
aa8e4b78d3 doggo: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
352636126b cue: pin to go 1.18 2022-10-11 08:06:02 +10:00
zowoq
38ad005da6 brev-cli: pin to go 1.18 2022-10-11 08:06:02 +10:00
Robert Scott
ab5c2a0459
Merge pull request #195217 from yorickvP/microhttpd
libmicrohttpd_0_9_70: drop
2022-10-10 23:01:47 +01:00
Emery Hemingway
93ea7dd8f9 libtoxcore_0_1: remove
This version has a known vulnerability
https://github.com/advisories/GHSA-62pr-4hg6-fwph
2022-10-10 16:38:41 -05:00
Emery Hemingway
1a62113dd9 toxprpl: mark broken, unmantained and doesn't build 2022-10-10 16:38:41 -05:00
arcnmx
fd41bc31b8 parsec-bin: init at 150_28 2022-10-10 13:31:11 -07:00
Martin Weinelt
294201004f Merge remote-tracking branch 'origin/master' into staging-next 2022-10-10 21:45:18 +02:00
Christian Kögler
05b96a0064
Merge pull request #193021 from aaronjheng/wolfebin
wolfebin: 5.4 -> 5.6
2022-10-10 17:24:31 +02:00
Alexander Shpilkin
8a4c373216
Revert "parlatype: remove"
This reverts commit 3d957ef33b.
2022-10-10 18:19:42 +03:00
Bobby Rong
83a4b986b9
Merge pull request #194378 from zendo/shotman
shotman: init at 0.2.0
2022-10-10 23:01:30 +08:00
Bernardo Meurer
6cb95cea68
Merge pull request #194545 from fortuneteller2k/xanmod 2022-10-10 11:46:56 -03:00
Atemu
1a2d832e3f mlterm: use apple_sdk_11
Fixes https://github.com/arakiken/mlterm/issues/32
2022-10-10 16:34:07 +02:00
github-actions[bot]
265121ef54
Merge master into staging-next 2022-10-10 12:01:42 +00:00
Bobby Rong
294961f1fc
Merge pull request #195251 from trofi/timedoctor-removal
timedoctor: remove broken uninstallable package
2022-10-10 19:01:33 +08:00
sternenseemann
0e5f7501b6 cbqn: always compile using clang
Investigating the build failures of CBQN on i686 and aarch64, turns up
that CBQN is broken on these platforms only with gcc. In the case of
i686 due to a codegen bug, on aarch64 gcc doesn't like some CPP macros
CBQN uses.

The deeper reason for this is that CBQN primarily is developed for and
tested with clang, so it probably saves us trouble just using clang, as
it is no real problem for us to do so (clangStdenv is quite
unproblematic for pure C builds). This should also yield faster
binaries, since CBQN apparently uses some clang-specific tricks to get
quicker code generation.
2022-10-10 12:03:52 +02:00
github-actions[bot]
96dc7cf3d2
Merge master into staging-next 2022-10-10 06:16:58 +00:00
Yorick van Pelt
32f1678683
libmicrohttpd_0_9_70: drop 2022-10-10 08:13:25 +02:00
Yorick van Pelt
fe2d699e41
libmicrohttpd_0_9_69: init at 0.9.69 2022-10-10 08:13:24 +02:00
Billy Zaelani Malik
98f55dff1a pritunl-client: init at 1.3.3300.95 2022-10-10 09:46:08 +07:00
Robert Scott
94716867c3
Merge pull request #195194 from anthonyroussel/thrift_0_17_0
thrift,rubyPackages.thrift: 0.16.0 -> 0.17.0
2022-10-10 03:33:40 +01:00
github-actions[bot]
3e9022e45f
Merge master into haskell-updates 2022-10-10 00:19:47 +00:00
Mario Rodas
86cc7329e4
Merge pull request #195168 from marsam/add-twspace-dl
twspace-dl: init at 2022.6.6.1
2022-10-09 19:18:28 -05:00
github-actions[bot]
535838d0a5
Merge master into staging-next 2022-10-10 00:03:49 +00:00
Noah Fontes
2576bb2c18
p4: 2021.2.2201121 -> 2022.1.2305383, build from source
The actual p4 command is open-source software released under the
2-clause BSD license, so we can build it here (for pretty much every
architecture we support!) and include it in the cache.

This change removes the server-side commands from this package, but they
are now available as part of a separate p4d package instead. (The server
package remains unfree.)

As an added bonus, we can also include the libraries and headers for the
C/C++ API, which will allow us to package any software that uses
Perforce as a library in the future.
2022-10-09 15:47:57 -07:00
Rahul Butani
1fbfdb6bdf
utm: init at 3.2.4 2022-10-09 17:04:59 -05:00
github-actions[bot]
44f6a02f39
Merge master into staging-next 2022-10-09 18:01:35 +00:00
Sergei Trofimovich
012d718bc1 timedoctor: remove broken uninstallable package
The package fails t install as it requires x86_64-linux, but it's
dependency requires i686 linux:

    $ nix build --no-link -f. timedoctor --show-trace
    error: unsupported CPU i686

       … while evaluating the attribute 'version'

       at pkgs/development/compilers/adoptopenjdk-bin/jdk-linux-base.nix:40:3:

           39|
           40|   version = sourcePerArch.${cpuName}.version or (throw "unsupported CPU ${cpuName}");
             |   ^

I only onticed it because it uses `xorg.libXaw3d` while nothing else does.

Let's remove it.
2022-10-09 17:52:29 +01:00
Timothy DeHerrera
4a0123e49e
Merge pull request #194833 from nrdxp/pyqt6-webengine-new
pyqt6-webengine: init
2022-10-09 10:24:35 -06:00
Sandro
5317b0c571
Merge pull request #194518 from SebTM/add/librist_026 2022-10-09 16:54:26 +02:00
Sandro
8abe02708c
Merge pull request #194937 from wegank/audacity-3.2.1 2022-10-09 16:52:56 +02:00
Robert Scott
ead59cfc9d
Merge pull request #195213 from yorickvP/drop-gdal2
gdal_2: drop
2022-10-09 15:39:48 +01:00
Robert Scott
561f0905e5
Merge pull request #195203 from yorickvP/yaws
yaws: 2.0.6 -> 2.1.1
2022-10-09 15:38:49 +01:00
maxine
dcd6aa7b3b
Merge pull request #195037 from Enzime/1password-darwin 2022-10-09 15:40:25 +02:00
github-actions[bot]
8972888c55
Merge master into staging-next 2022-10-09 12:01:31 +00:00
Anderson Torres
ff92a56f77
Merge pull request #195057 from LeSuisse/sget-init
sget: init at unstable-2022-10-04
2022-10-09 08:40:44 -03:00
Sandro
42f7345fb0
Merge pull request #194910 from SuperSamus/duckstation-revert 2022-10-09 12:57:48 +02:00
Sandro
3720503cdf
Merge pull request #192649 from ners/apacheds 2022-10-09 12:49:14 +02:00
Weijia Wang
4836d085e4 audacity: deprecate wxGTK31 and gtk2 2022-10-09 12:46:50 +02:00
Weijia Wang
aafc60e4c2 audacity: 3.1.3 -> 3.2.1 2022-10-09 12:45:44 +02:00
André-Patrick Bubel
17b9d61957
mediathekview: 13.8.0 -> 13.9.1 (#194125) 2022-10-09 12:40:07 +02:00
Yorick van Pelt
ec947b13cd
gdal_2: drop 2022-10-09 12:11:49 +02:00
Sandro
898f6ecd4d
Merge pull request #189561 from mpscholten/init-ihp-new 2022-10-09 12:02:12 +02:00
Yorick van Pelt
cc1dbce261
yaws: 2.0.6 -> 2.1.1 2022-10-09 11:12:01 +02:00
Anthony Roussel
cbaf6e05be
rubyPackages.thrift: 0.16.0 -> 0.17.0 2022-10-09 10:44:40 +02:00
zowoq
de25676c9f promtail: move alongside grafana-loki 2022-10-09 16:09:17 +10:00
github-actions[bot]
efe8ad8714
Merge master into staging-next 2022-10-09 06:04:00 +00:00
zowoq
5ba91d79fe werf: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
c2db012912 wails: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
7a4a8baee5 trivy: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
a03716e547 telegraf: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
1e1e7dea1d opentelemetry-collector-contrib: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
3f2a8cbb98 argocd-autopilot: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
ea57902e29 gotop: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
27407adae9 hysteria: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
9e0444931c mangal: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
8b4a4570ab hugo: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
165e181f5d erigon: switch to go 1.19 2022-10-09 14:23:40 +10:00
zowoq
6a62a6e8e4 gvproxy: pin to go 1.18 2022-10-09 12:45:09 +10:00
figsoda
4dc548743d
Merge pull request #195111 from siph/init/oxker
oxker: init at v0.1.5
2022-10-08 21:11:10 -04:00
Weijia Wang
5c45ba9850 python3Packages.wxPython_4_1: fix build on aarch64-darwin 2022-10-09 02:52:36 +02:00
siph
61309fba90 oxker: init at 0.1.5 2022-10-08 18:30:48 -06:00
github-actions[bot]
4567b99d17
Merge master into haskell-updates 2022-10-09 00:19:26 +00:00
github-actions[bot]
130aa9ca68
Merge master into staging-next 2022-10-09 00:03:29 +00:00
Mario Rodas
4811946ebf
Merge pull request #194800 from ruuda/libressl360
libressl: 3.5.3 -> 3.6.0
2022-10-08 18:33:16 -05:00
Mario Rodas
8fede648a8
Merge pull request #195125 from wegank/wxhexeditor-darwin
wxhexeditor: add darwin support
2022-10-08 17:32:03 -05:00