Commit Graph

26606 Commits

Author SHA1 Message Date
David McFarland
df31d95696
dotnet: split sdk packages by platform (#343837) 2024-09-24 23:12:10 -03:00
nixpkgs-merge-bot[bot]
87de18a3b5
zoekt: 3.7.2-2-unstable-2024-09-10 -> 3.7.2-2-unstable-2024-09-19 (#344048) 2024-09-25 01:50:46 +00:00
nixpkgs-merge-bot[bot]
5aaceeaf01
syft: 1.12.2 -> 1.13.0 (#344290) 2024-09-25 00:41:33 +00:00
David McFarland
2c97d67f62 dotnet: split sdk packages by platform 2024-09-24 20:43:24 -03:00
David McFarland
5928601436 roslyn-ls: restore/build for current runtime only 2024-09-24 20:43:24 -03:00
David McFarland
b372a9cae1 roslyn-ls: format with nixfmt 2024-09-24 20:43:23 -03:00
David McFarland
894e9265c5 libation: restore/build for current runtime only 2024-09-24 20:43:23 -03:00
David McFarland
e40ed3a697 sonarr: set RuntimeIdentifier 2024-09-24 20:43:23 -03:00
Peder Bergebakken Sundt
b8d6935a7a
veryl: init at 0.13.0 (#342132) 2024-09-25 01:13:29 +02:00
Peder Bergebakken Sundt
fc121a1c57 pulsar: add pbsds to meta.maintainers 2024-09-25 01:01:24 +02:00
Peder Bergebakken Sundt
486bfe3d16 pulsar: 1.120.0 -> 1.121.0
Changelog: https://github.com/pulsar-edit/pulsar/blob/v1.121.0/CHANGELOG.md
2024-09-25 01:01:13 +02:00
Philip Taron
9b25ef61b5
zoom-us: 6.1.11.1545 -> 6.2.0.1855 (#344171) 2024-09-24 15:58:00 -07:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion (#342431) 2024-09-24 15:56:53 -07:00
Fabian Affolter
f07d335859
gapcast: init at 1.0.3 (#340971) 2024-09-25 00:40:52 +02:00
Nick Cao
51897a2a55
dpp: 10.0.30 -> 10.0.31 (#343626) 2024-09-24 18:37:31 -04:00
Nick Cao
b9ce285c1f
i3bar-river: 0.1.10 -> 1.0.0 (#342964) 2024-09-24 18:34:05 -04:00
Nick Cao
c408b26853
kokkos: 4.4.00 -> 4.4.01 (#343037) 2024-09-24 18:25:50 -04:00
Nick Cao
040a1794a4
vwsfriend: 0.24.5 -> 0.24.7 (#343237) 2024-09-24 18:23:15 -04:00
TomaSajt
4140c524d6
mlx42: format and clean up 2024-09-25 00:13:08 +02:00
Nick Cao
be3ec46d47
lxgw-neoxihei: 1.205 -> 1.206 (#344202) 2024-09-24 18:02:36 -04:00
Gaetan Lepage
0614cadd34 typstyle: 0.11.32 -> 0.11.34
Diff: https://github.com/Enter-tainer/typstyle/compare/refs/tags/v0.11.32...v0.11.34

Changelog: https://github.com/Enter-tainer/typstyle/blob/refs/tags/v0.11.34/CHANGELOG.md
2024-09-24 23:59:41 +02:00
Robert Schütz
ef58175fbe pytr: 0.2.4 -> 0.2.5
Diff: https://github.com/pytr-org/pytr/compare/refs/tags/v0.2.4...v0.2.5

Changelog: https://github.com/pytr-org/pytr/releases/tag/0.2.5
2024-09-24 14:46:35 -07:00
Peder Bergebakken Sundt
a4f7690fdc yandex-cloud: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Peder Bergebakken Sundt
f793451a34 undetected-chromedriver: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Peder Bergebakken Sundt
77922ccc80 violet: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Peder Bergebakken Sundt
9f5f2c9b4d renovate: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Peder Bergebakken Sundt
6038b25d0e lgogdownloader: use finalAttrs.finalPackage 2024-09-24 23:28:55 +02:00
Peder Bergebakken Sundt
879556bc97 ios-webkit-debug-proxy: use finalAttrs.finalPackage 2024-09-24 23:28:55 +02:00
Peder Bergebakken Sundt
644c9ab3d6 dunst: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
a228d872f6 alephone: use finalAttrs.finalPackage 2024-09-24 23:27:17 +02:00
nixpkgs-merge-bot[bot]
3cd806f0f0
nwg-panel: 0.9.38 -> 0.9.39 (#344197) 2024-09-24 21:16:31 +00:00
Pol Dellaiera
5fea7ad909
ollama: fix rocm build (#344236) 2024-09-24 23:15:39 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Cosima Neidahl
54eba24b87
vulkan-memory-allocator: Apply fix to allow specifying version constraints on CMake module (#341851) 2024-09-24 22:22:25 +02:00
Markus Kowalewski
4bcadb41cc
novelwriter: 2.5.1 -> 2.5.2 (#342855) 2024-09-24 22:12:40 +02:00
Markus Kowalewski
aeddff3acf
platformsh: 5.0.19 -> 5.0.20 (#342592) 2024-09-24 22:02:13 +02:00
R. Ryantm
fb52378cb1 syft: 1.12.2 -> 1.13.0 2024-09-24 19:54:35 +00:00
techknowlogick
49691a6fb4 gitea-actions-runner: 0.2.10 -> 0.2.11 2024-09-24 15:48:47 -04:00
Gaetan Lepage
ac35e3b0e0 forecast: init at 0-unstable-2024-09-23 2024-09-24 21:45:38 +02:00
Fabian Affolter
29eb2dfe4f forbidden: 11.2 -> 12.5
Diff: https://github.com/ivan-sincek/forbidden/compare/refs/tags/v11.2...v12.5

Changelog: https://github.com/ivan-sincek/forbidden/releases/tag/v12.5
2024-09-24 21:39:36 +02:00
Pascal Bach
88036dd0c8 kas: 4.4 -> 4.5 2024-09-24 21:35:23 +02:00
Fabian Affolter
c73892df3f grype: 0.80.0 -> 0.80.2
Diff: anchore/grype@refs/tags/v0.80.0...v0.80.2

Changelog: https://github.com/anchore/grype/releases/tag/v0.80.2
2024-09-24 21:27:44 +02:00
techknowlogick
d4c0e9acf8 gitea-actions-runner: nixfmt 2024-09-24 15:17:48 -04:00
techknowlogick
67f0c63700 gitea-actions-runner: move to pkgs/by-name 2024-09-24 15:17:25 -04:00
Masum Reza
01ce84709d
zed-editor: rename zed binary to zeditor, change pname to zed-editor (#344193) 2024-09-25 00:17:03 +05:30
Fabian Affolter
c7b07f6133
octoscan: 0-unstable-2024-08-25 -> 0.1.0 (#342386) 2024-09-24 20:25:17 +02:00
Pol Dellaiera
71e4edb8cb open-webui: 0.3.21 -> 0.3.28
Diff: https://github.com/open-webui/open-webui/compare/refs/tags/v0.3.21...0.3.28

Changelog:
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.22/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.23/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.24/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.25/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.26/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.27/CHANGELOG.md
  - https://github.com/open-webui/open-webui/blob/refs/tags/v0.3.28/CHANGELOG.md
2024-09-24 19:24:26 +02:00
nixpkgs-merge-bot[bot]
5d43fd6170
aiken: 1.1.2 -> 1.1.3 (#344214) 2024-09-24 17:20:57 +00:00
nixpkgs-merge-bot[bot]
58d1db7dbd
renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 (#343473) 2024-09-24 16:57:39 +00:00
nixpkgs-merge-bot[bot]
7c9634c324
lms: 3.57.0 -> 3.58.0 (#344191) 2024-09-24 16:35:49 +00:00
Philip Taron
7c3cbf40b4
llama-cpp: 3672 -> 3772 (#342470) 2024-09-24 09:26:59 -07:00
Michele Guerini Rocco
12c8f1b937
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 (#343649) 2024-09-24 18:15:47 +02:00
nixpkgs-merge-bot[bot]
3f2126dae7
uxn: 1.0-unstable-2024-08-29 -> 1.0-unstable-2024-09-20 (#344091) 2024-09-24 15:50:10 +00:00
Adam Stephens
194b237e42
ollama: fix rocm build
upstream added this extra cp, but it fails because it has already copied over the required symlinks. since we provide our own runtime anyway, i'm not sure what value this has regardless.

+ for dep in $(ldd "${BUILD_DIR}/bin/ollama_llama_server" | grep "=>" | cut -f2 -d= | cut -f2 -d' ' | grep -v "${GOARCH}/rocm${ROCM_VARIANT}" | grep -e rocm -e amdgpu -e libtinfo -e libnuma -e libelf)
+ cp -a /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ '[' /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 '!=' /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2 ']'
++ readlink -f /nix/store/d7wl4hnydqbqc2j1qg29sybpc614wkz8-rocm-path/lib/libhipblas.so.2
+ cp /nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0 ../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama
cp: '/nix/store/2c04lrnax0x0jcdrdins3wykm1lb1360-hipblas-6.0.2/lib/libhipblas.so.2.0' and '../../dist/linux-amd64//../linux-amd64-rocm/lib/ollama/libhipblas.so.2.0' are the same file
2024-09-24 11:43:54 -04:00
Sandro
493864d69c
gepetto-viewer: init at 5.1.0 (#324018) 2024-09-24 16:46:12 +02:00
Roshan Kumar
a25f3a16f9 maintainers: update roshaen 2024-09-24 20:15:12 +05:30
Aleksana
71b0f86870
alive2: init at 0-unstable-2024-09-23 (#341643) 2024-09-24 22:04:14 +08:00
nixpkgs-merge-bot[bot]
67d7f3e002
wlx-overlay-s: 0.4.4 -> 0.5.0 (#344085) 2024-09-24 14:02:33 +00:00
R. Ryantm
04acbe17fa aiken: 1.1.2 -> 1.1.3 2024-09-24 13:15:13 +00:00
nixpkgs-merge-bot[bot]
2cfef8ba88
nerdfetch: 8.2.1 -> 8.3.0 (#344187) 2024-09-24 12:52:14 +00:00
wxt
8b4ca80b04 aerogramme: fix build 2024-09-24 20:46:38 +08:00
R. Ryantm
fe9ae2b7ee databricks-cli: 0.227.0 -> 0.228.1 2024-09-24 12:35:30 +00:00
R. Ryantm
9823a84b09 lxgw-neoxihei: 1.205 -> 1.206 2024-09-24 12:31:05 +00:00
R. Ryantm
c6ecc28531 nwg-panel: 0.9.38 -> 0.9.39 2024-09-24 11:55:38 +00:00
Konrad Malik
14c922afe0 openapi-python-client: init at 0.21.5 2024-09-24 13:46:23 +02:00
linsui
035b0edd66 amberol: polish 2024-09-24 19:44:08 +08:00
linsui
f75c29212e amberol: 0.10.3 -> 2024.1 2024-09-24 19:43:15 +08:00
John Titor
a28f1df81f
zed-editor: rename zed binary to zeditor
At least three packages provide a "zed" binary including `zfs`, `spicedb-zed`, and `zed` binary which can lead to conflicts.

Renaming the `cli` binary to `zeditor` is even recommmeded in zed-editor official packaging instructions.

https://github.com/zed-industries/zed/blob/main/docs/src/development/linux.md#other-things-to-note
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 17:09:17 +05:30
linsui
6072d74fb1 amberol: format with nixfmt-rfc-style 2024-09-24 19:36:09 +08:00
linsui
b9c9235842 amberol: migrate to by-name 2024-09-24 19:35:52 +08:00
R. Ryantm
569d16da80 lms: 3.57.0 -> 3.58.0 2024-09-24 11:12:57 +00:00
Sh0g0-1758
f0961222c9
alive2: init at 0-unstable-2024-09-23 2024-09-24 16:27:19 +05:30
R. Ryantm
273ffdbc34 nerdfetch: 8.2.1 -> 8.3.0 2024-09-24 10:43:31 +00:00
Guilhem Saurel
e4b87b0a60 gepetto-viewer-corba: init at 5.8.0 2024-09-24 12:38:07 +02:00
Guilhem Saurel
7f83e6f787 gepetto-viewer: init at 5.1.0 2024-09-24 12:38:06 +02:00
John Titor
b2b5981284
zed-editor: change pname to zed-editor
There are like three different packages with zed
2024-09-24 15:47:23 +05:30
Yt
d026e3fa1a
immich: init at 1.115.0; nixos/immich: init module (#324127) 2024-09-24 05:56:12 -04:00
R. Ryantm
4ad5c9d942 zoom-us: 6.1.11.1545 -> 6.2.0.1855 2024-09-24 09:31:40 +00:00
Aleksana
b659fa4ef8
ryujinx: 1.1.1385 -> 1.1.1398, fix updater script (#343969) 2024-09-24 16:17:01 +08:00
Ben Chand
eeaae0fe8a kbld: init at 0.44.1
Update pkgs/by-name/kb/kbld/package.nix

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>

Update pkgs/by-name/kb/kbld/package.nix

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-09-24 10:01:37 +02:00
Lan Tian
432d89099f
svp: 4.5.210-2 -> 4.6.263 2024-09-24 00:42:51 -07:00
iosmanthus
46acebfcb7
follow: init at 0.0.1-alpha.17
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
2024-09-24 15:16:05 +08:00
kilianar
cf22da73ae portfolio: 0.70.4 -> 0.71.1
https://github.com/portfolio-performance/portfolio/releases/tag/0.71.1
2024-09-24 09:14:37 +02:00
Fabian Affolter
9a34ae4f35
onthespot: add async-timeout (#343700) 2024-09-24 08:53:36 +02:00
nixpkgs-merge-bot[bot]
7850b7e56b
aliae: 0.22.1 -> 0.22.2 (#344097) 2024-09-24 06:15:19 +00:00
7c6f434c
60ef43f346
renpy: 8.2.1 -> 8.3.1 (#343874) 2024-09-24 06:09:52 +00:00
nixpkgs-merge-bot[bot]
9d925b02af
terraform-local: 0.19.0 -> 0.20.0 (#343560) 2024-09-24 06:01:51 +00:00
nixpkgs-merge-bot[bot]
97411d42fe
api-linter: 1.67.2 -> 1.67.3 (#344120) 2024-09-24 05:47:43 +00:00
K900
fddbf5e6ff ryujinx: 1.1.1385 -> 1.1.1398 2024-09-24 08:18:23 +03:00
K900
87a679db4d ryujinx: fix updater script hash format + some shellcheck warnings 2024-09-24 08:18:23 +03:00
R. Ryantm
afc1224193 lubelogger: 1.3.6 -> 1.3.7 2024-09-24 04:39:03 +00:00
R. Ryantm
80b7689946 api-linter: 1.67.2 -> 1.67.3 2024-09-24 04:22:42 +00:00
nixpkgs-merge-bot[bot]
fc7bc3bca1
actionlint: 1.7.1 -> 1.7.2 (#344098) 2024-09-24 04:02:53 +00:00
nixpkgs-merge-bot[bot]
db87738421
pyright: 1.1.380 -> 1.1.381 (#344092) 2024-09-24 03:44:56 +00:00
Aleksana
73708e87f4
mscp: init at 0.2.1 (#344034) 2024-09-24 11:32:28 +08:00
Elliot Cameron
c6dddb460d mscp: init at 0.2.1 2024-09-23 23:26:48 -04:00
Robert Schütz
cb876f18c5
nbqa: add passthru.withTools (#343632) 2024-09-23 20:07:24 -07:00
Aleksana
fa040ba22f
iwqr: init at 0.1.1 (#343813) 2024-09-24 11:00:53 +08:00
nixpkgs-merge-bot[bot]
cb0df259b2
containerlab: 0.57.1 -> 0.57.3 (#344021) 2024-09-24 02:19:10 +00:00