Commit Graph

685507 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
039acd3e8b infisical: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
eba30179f4 gummy: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
644c9ab3d6 dunst: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
57002b84d2 donkey: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
82ada5c114 dieharder: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
fe7de85938 detekt: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
13cd33392a datefmt: use finalAttrs.finalPackage 2024-09-24 23:28:53 +02:00
Peder Bergebakken Sundt
1cbae1f817 crowdin-cli: use finalAttrs.finalPackage 2024-09-24 23:28:51 +02:00
Peder Bergebakken Sundt
a228d872f6 alephone: use finalAttrs.finalPackage 2024-09-24 23:27:17 +02:00
Peder Bergebakken Sundt
aea931223a magic-enum: remove testers.testVersion
package has no executable
2024-09-24 23:27:17 +02:00
Fabian Affolter
89d01e0bc0 python312Packages.dirigera: 1.1.9 -> 1.2.0
Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.1.9...v1.2.0

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.0
2024-09-24 23:16:40 +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
Fabian Affolter
8951a23b25 python312Packages.django-stubs-ext: refactor
-add optional-dependencies
2024-09-24 23:12:39 +02:00
Emily
492e9179ba
treewide: replace stdenv.is with stdenv.hostPlatform.is (#341407) 2024-09-24 22:10:46 +01: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
Gaetan Lepage
b883a06aae python312Packages.coffea: 2024.8.3 -> 2024.9.0
Diff: https://github.com/CoffeaTeam/coffea/compare/refs/tags/v2024.8.3...v2024.9.0

Changelog: https://github.com/CoffeaTeam/coffea/releases/tag/v2024.9.0
2024-09-24 23:00:15 +02:00
Martin Weinelt
aaa7fb5840
nixos/{pretix,pretalx}: set up log rotation (#343982) 2024-09-24 22:48:17 +02:00
Philip Taron
a829e3a287
nixos/services.snapserver: fix regression introduced in #339099 by renaming local function (#344243) 2024-09-24 13:37:17 -07:00
R. Ryantm
b87ecab269 trufflehog: 3.82.2 -> 3.82.3 2024-09-24 20:36:46 +00:00
Gaetan Lepage
949f861430 python312Packages.tensordict: skip test_functional which requires dynamo 2024-09-24 22:32:25 +02:00
Gaetan Lepage
a48052a5f7 python312Packages.torchaudio-bin: 2.4.0 -> 2.4.1
Diff: https://github.com/pytorch/audio/compare/refs/tags/v2.4.0...v2.4.1

Changelog: https://github.com/pytorch/audio/releases/tag/v2.4.1
2024-09-24 22:32:25 +02:00
Gaetan Lepage
04ca50fb7f python312Packages.torchaudio: 2.4.0 -> 2.4.1
Diff: https://github.com/pytorch/audio/compare/refs/tags/v2.4.0...v2.4.1

Changelog: https://github.com/pytorch/audio/releases/tag/v2.4.1
2024-09-24 22:32:25 +02:00
Gaetan Lepage
34b8dc4efb python312Packages.torchvision-bin: 0.19.0 -> 0.19.1
Diff:
https://github.com/pytorch/vision/compare/refs/tags/v0.19.0...v0.19.1

Changelog: https://github.com/pytorch/vision/releases/tag/v0.19.1
2024-09-24 22:32:25 +02:00
Gaetan Lepage
21a547a1e8 python312Packages.torchvision: 0.19.0 -> 0.19.1
Diff: https://github.com/pytorch/vision/compare/refs/tags/v0.19.0...v0.19.1

Changelog: https://github.com/pytorch/vision/releases/tag/v0.19.1
2024-09-24 22:32:25 +02:00
Gaetan Lepage
9964965a43 python312Packages.torch-bin: 2.4.0 -> 2.4.1
Diff:
https://github.com/pytorch/pytorch/compare/refs/tags/v2.4.0...v2.4.1

Changelog: https://github.com/pytorch/pytorch/releases/tag/v2.4.1
2024-09-24 22:32:25 +02:00
Gaetan Lepage
252b4e6e86 python312Packages.torch-bin: sort inputs correctly 2024-09-24 22:32:25 +02:00
Gaetan Lepage
2c6cd713f2 python312Packages.torch: 2.4.0 -> 2.4.1
Diff: https://github.com/pytorch/pytorch/compare/refs/tags/v2.4.0...v2.4.1

Changelog: https://github.com/pytorch/pytorch/releases/tag/v2.4.1
2024-09-24 22:32:25 +02:00
Maximilian Bosch
2a0f7e30e8
Merge: Revert "nixos/profiles/base: install vim w/nix-syntax plugin" (#343800) 2024-09-24 22:31:02 +02:00
Artturin
977411f10d
expand-response-params: Fix windows build (#341299) 2024-09-24 23:24: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
Robert Schütz
1ae01344a2
python312Packages.python-linkplay: 0.0.10 -> 0.0.11 (#344295) 2024-09-24 13:19:56 -07:00
Fabian Affolter
29a0baf707 gowitness: 2.5.1 -> 3.0.3
Changelog: https://github.com/sensepost/gowitness/releases/tag/3.0.3
2024-09-24 22:16:46 +02:00
Markus Kowalewski
4bcadb41cc
novelwriter: 2.5.1 -> 2.5.2 (#342855) 2024-09-24 22:12:40 +02:00
Markus Kowalewski
6a313867c6
murex: 6.2.4000 -> 6.3.4225 (#342929) 2024-09-24 22:10:18 +02:00
Markus Kowalewski
53ce8b1568
devspace: 6.3.12 -> 6.3.13 (#343158) 2024-09-24 22:08:55 +02:00
R. Ryantm
48a314372c python312Packages.python-linkplay: 0.0.10 -> 0.0.11 2024-09-24 20:07:22 +00:00
Markus Kowalewski
2e4a5d7a7e
wasmtime: 24.0.0 -> 25.0.0 (#343379) 2024-09-24 22:06:34 +02:00
Markus Kowalewski
aeddff3acf
platformsh: 5.0.19 -> 5.0.20 (#342592) 2024-09-24 22:02:13 +02:00
Markus Kowalewski
8f9e33133c
protonmail-bridge: 3.12.0 -> 3.13.0 (#342816) 2024-09-24 22:00:46 +02:00
R. Ryantm
e99ee3f148 opengrok: 1.13.21 -> 1.13.22 2024-09-24 19:55:08 +00:00
R. Ryantm
fb52378cb1 syft: 1.12.2 -> 1.13.0 2024-09-24 19:54:35 +00:00
Fabian Affolter
e3675ab2ec cyclonedx-gomod: 1.7.0 -> 1.8.0
Diff: https://github.com/CycloneDX/cyclonedx-gomod/compare/refs/tags/v1.7.0...v1.8.0

Changelog: https://github.com/CycloneDX/cyclonedx-gomod/releases/tag/v1.8.0
2024-09-24 21:53:25 +02:00
Markus Kowalewski
eca3fb7120
simple-dftd3: 1.1.0 -> 1.1.1 (#343065) 2024-09-24 21:52:15 +02:00
techknowlogick
49691a6fb4 gitea-actions-runner: 0.2.10 -> 0.2.11 2024-09-24 15:48:47 -04:00
Fabian Affolter
1b1ad08cdb gotestwaf: 0.4.19 -> 0.5.5
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.19...v0.5.5

Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.5.5
2024-09-24 21:47:31 +02: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
Fabian Affolter
3500285c75 ggshield: 1.31.0 -> 1.32.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.31.0...v1.32.0

Changelog: https://github.com/GitGuardian/ggshield/blob/1.32.0/CHANGELOG.md
2024-09-24 21:36:46 +02:00