3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

583482 commits

Author SHA1 Message Date
maxine 7275f33129
Merge pull request #286808 from SuperSandro2000/gnome-themes-extra
gnome-themes-extra: don't manually construct name
2024-02-11 12:08:16 +01:00
maxine 54ebaa2b45
Merge pull request #287804 from RaitoBezarius/fix-build-tpm2
python3Packages.tpm2-pytss: fix build via a patch for newer cryptography
2024-02-11 12:06:20 +01:00
R. Ryantm 86509d3bf5 croc: 9.6.8 -> 9.6.9 2024-02-11 11:03:20 +00:00
maxine 12d60ae0c6
Merge pull request #288002 from amaxine/cleanup-maintainers
{vscode,docker,yaru,gnomeExtensions.no-title-bar}: drop self from maintainers
2024-02-11 12:02:31 +01:00
Maxine Aubrey 158767db6a
gnomeExtensions.no-title-bar: drop self from maintainers 2024-02-11 12:01:04 +01:00
Maxine Aubrey 3cedce9593
yaru: drop self from maintainers 2024-02-11 12:00:36 +01:00
Maxine Aubrey f18db8905d
docker: drop self from maintainers 2024-02-11 12:00:21 +01:00
Maxine Aubrey e38d3d6c37
vscode: drop self from maintainers 2024-02-11 12:00:03 +01:00
Thomas Gerbet 97195c0c66
Merge pull request #286126 from sofuture/jz/update-jetbrains
jetbrains:* update versions
2024-02-11 11:50:01 +01:00
Sergei Trofimovich 2f76c2ee8b the-powder-toy: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/248966234:

    ../src/graphics/FontReader.cpp: In function 'bool InitFontData()':
    ../src/graphics/FontReader.cpp:40:52: error: 'uint32_t' does not name a type
       40 |                 auto codePoint = *reinterpret_cast<uint32_t *>(ptr) & 0xFFFFFFU;
          |                                                    ^~~~~~~~
2024-02-11 10:33:08 +00:00
Jonas Heinrich 30c055c308
Merge pull request #258770 from FliegendeWurst/bluemail-update
bluemail: 1.136.21-1884 -> 1.140.8-1922 and add desktop item
2024-02-11 11:32:24 +01:00
7c6f434c 3b8080c6bd
Merge pull request #287877 from trofi/pingus-gcc-13-fix
pingus: fix `gcc-13` build failure
2024-02-11 10:32:17 +00:00
maxine 24b4858902
Merge pull request #287529 from dotlambda/libadwaita-1.4.3
libadwaita: 1.4.2 -> 1.4.3
2024-02-11 11:32:08 +01:00
maxine b8a84834b2
Merge pull request #287766 from bobby285271/upd/gnome
GNOME updates 2024-02-10
2024-02-11 11:31:55 +01:00
Fabian Affolter 763fc93142
Merge pull request #285216 from fabaff/levenshtein-bump
python311Packages.levenshtein: 0.23.0 -> 0.24.0
2024-02-11 11:25:41 +01:00
7c6f434c 9abbc21589
Merge pull request #286922 from r-ryantm/auto-update/jmol
jmol: 16.1.51 -> 16.1.53
2024-02-11 10:23:53 +00:00
Sergei Trofimovich d15e6302d6 tensorflow-lite: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249064918:

    tensorflow/lite/kernels/internal/spectrogram.cc:46:22: error: 'uint32_t' was not declared in this scope
       46 | inline int Log2Floor(uint32_t n) {
          |                      ^~~~~~~~
2024-02-11 10:23:15 +00:00
R. Ryantm 12a238cd44 yamlfmt: 0.10.0 -> 0.11.0 2024-02-11 10:22:27 +00:00
R. Ryantm 8d624d2e79 xmousepasteblock: 1.3 -> 1.4 2024-02-11 10:22:04 +00:00
R. Ryantm 11078ca4ee spglib: 2.3.0 -> 2.3.1 2024-02-11 10:14:55 +00:00
Fabian Affolter 88b64fa734 python311Packages.python-gvm: enable darwin support 2024-02-11 11:13:35 +01:00
Fabian Affolter 21d113f178 python311Packages.python-gvm: refactor 2024-02-11 11:13:00 +01:00
Bjørn Forsman 480010b786 Revert "stlink: fix stlink build for macos"
This reverts commit 49dce7182f.

Remove patch that is included in stlink 1.8.0, and now breaks the build
since it cannot be applied again "on top of itself".

Fixes: 829148053d (stlink: 1.7.0 -> 1.8.0)
2024-02-11 11:08:38 +01:00
R. Ryantm 70e792d65e qlog: 0.31.0 -> 0.32.0 2024-02-11 10:06:28 +00:00
Sandro b533f994cb
Merge pull request #287927 from ocfox/mitmproxy-fix
mitmproxy: fix build
2024-02-11 10:54:14 +01:00
R. Ryantm c05249b102 kubedock: 0.15.2 -> 0.15.3 2024-02-11 09:47:40 +00:00
Bobby Rong 12c51274bb
Merge pull request #287810 from bobby285271/upd/cinnamon
cinnamon.cinnamon-control-center: 6.0.0 -> 6.0.1
2024-02-11 17:29:19 +08:00
Sergei Trofimovich 8744f66ee5 stone-phaser: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/247541110:

    In file included from ./ui/Cairo++.h:3,
                     from ui/components/KnobSkin.hpp:2,
                     from ui/components/KnobSkin.cpp:1:
    ./ui/Color.h:4:5: error: 'uint8_t' does not name a type
        4 |     uint8_t r, g, b, a;
          |     ^~~~~~~
2024-02-11 09:28:58 +00:00
R. Ryantm 19aef49f46 boxed-cpp: 1.2.2 -> 1.3.0 2024-02-11 09:27:25 +00:00
Fabian Affolter 62de2796c3 gotestwaf: 0.4.11 -> 0.4.12
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.11...v0.4.12

Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.12
2024-02-11 10:27:02 +01:00
R. Ryantm 1093971c61 bacon: 2.14.1 -> 2.14.2 2024-02-11 09:24:58 +00:00
Bobby Rong 3fcf360624
Merge pull request #287645 from bobby285271/upd/xfce
xfce.xfce4-notifyd: 0.9.3 -> 0.9.4
2024-02-11 17:23:28 +08:00
Sergei Trofimovich 6810156f7d stenc: fix gcc-13 build failure
Without the change build fails on` master` as
https://hydra.nixos.org/build/247722183:

    In file included from main.cpp:17:
    scsiencrypt.h:357:21: error: 'uint8_t' has not been declared
      357 |                     uint8_t *buffer);
          |                     ^~~~~~~
2024-02-11 09:18:19 +00:00
Andrew Morgan df4b36d092 whitesur-gtk-theme: add additional options 2024-02-11 08:48:26 +00:00
Andrew Morgan d569d776c2 whitesur-gtk-theme: fix color variant option names 2024-02-11 08:43:15 +00:00
R. Ryantm b1b0325b84 youtrack: 2023.3.23390 -> 2023.3.24329 2024-02-11 08:33:46 +00:00
Peter Hoeg bdc57436da kdiff3: fix build 2024-02-11 09:20:04 +01:00
Fabian Affolter b59ee8cfd8
Merge pull request #287790 from ocfox/fix-slowapi
python311Packages.slowapi: fix build
2024-02-11 09:09:40 +01:00
Fabian Affolter 7ab346a924
Merge pull request #287839 from r-ryantm/auto-update/python311Packages.primer3
python311Packages.primer3: 2.0.1 -> 2.0.2
2024-02-11 09:07:42 +01:00
Fabian Affolter 1740ec1b05
Merge pull request #287936 from r-ryantm/auto-update/python311Packages.google-cloud-texttospeech
python311Packages.google-cloud-texttospeech: 2.16.0 -> 2.16.1
2024-02-11 09:07:03 +01:00
Fabian Affolter df05ec9515
Merge pull request #287945 from r-ryantm/auto-update/python312Packages.pygit2
python312Packages.pygit2: 1.14.0 -> 1.14.1
2024-02-11 09:06:38 +01:00
Sergei Trofimovich 02e8a982ff sqlcheck: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249068035:

    In file included from /build/sqlcheck/src/configuration.cpp:3:
    /build/sqlcheck/src/include/configuration.h:88:8: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
       88 |   std::uint32_t line_number;
          |        ^~~~~~~~
          |        wint_t
2024-02-11 07:49:33 +00:00
a-n-n-a-l-e-e f8ed07ecd1
Merge pull request #287942 from r-ryantm/auto-update/parallel-disk-usage
parallel-disk-usage: 0.9.0 -> 0.9.1
2024-02-10 23:39:21 -08:00
Matthias Beyer 7ff7d29867
Merge pull request #283870 from abueide/xmage
xmage: 1.4.50V2 -> 1.4.51-dev_2024-01-20_14-01
2024-02-11 08:19:20 +01:00
kirillrdy a10563936d
Merge pull request #287929 from ocfox/oterm-fix
oterm: fix build
2024-02-11 17:57:07 +11:00
kirillrdy a29a644825
Merge pull request #287931 from r-ryantm/auto-update/eask
eask: 0.9.3 -> 0.9.5
2024-02-11 17:49:21 +11:00
kirillrdy c70abb60dd
Merge pull request #287939 from r-ryantm/auto-update/waycheck
waycheck: 1.0.0 -> 1.1.0
2024-02-11 17:48:55 +11:00
R. Ryantm 3bdb98ca15 nixpacks: 1.21.0 -> 1.21.1 2024-02-11 06:44:51 +00:00
R. Ryantm b7ccd61c22
parallel-disk-usage: 0.9.0 -> 0.9.1 2024-02-11 06:02:29 +00:00
R. Ryantm c2232d0615 cargo-hack: 0.6.17 -> 0.6.18 2024-02-11 05:54:07 +00:00