Commit Graph
801254 Commits
Author SHA1 Message Date
AleksanaandGitHub a5bdfcb4f0 min-ed-launcher: 0.11.3 -> 0.12.0 (#404885) 2025-05-16 15:27:07 +08:00
AleksanaandGitHub 7a6d3f74e0 etherpad-lite: init at 2.3.0 (#404423) 2025-05-16 15:26:19 +08:00
AleksanaandGitHub 9ba0d86c97 langgraph-cli: 0.2.8 -> 0.2.10 (#407483) 2025-05-16 15:25:04 +08:00
Pol DellaieraandGitHub e0c4aaac72 phpPackages.phpstan: 2.1.14 -> 2.1.15 (#407544) 2025-05-16 07:20:18 +00:00
R. Ryantm d22213dbb5 phpPackages.phpstan: 2.1.14 -> 2.1.15 2025-05-16 07:08:06 +00:00
Peder Bergebakken SundtandGitHub cb9e5af795 tauon: 7.9.0 -> 8.0.1 (#405753) 2025-05-16 08:52:23 +02:00
Peder Bergebakken SundtandGitHub 41ff7e19cf Revert "molly-guard: 0.7.2 -> 0.8.5" (#407534) 2025-05-16 08:50:14 +02:00
c9b210e64c fsautocomplete: 0.77.5 -> 0.77.7 (#407493)
Co-authored-by: mdarocha <mdarocha@users.noreply.github.com>
2025-05-16 06:40:28 +00:00
Leona MaroniandGitHub b3e9116b68 python3Packages.anthropic: 0.49.0 -> 0.51.0 (#407079) 2025-05-16 08:31:43 +02:00
Peder Bergebakken SundtandGitHub 45124b5cd1 treewide: also use SDL_sixel in SDL libs (#407024) 2025-05-16 08:31:16 +02:00
Peder Bergebakken SundtandGitHub 7154e12127 python3Packages.amaranth: 0.5.4 -> 0.5.6 (#407388) 2025-05-16 08:27:06 +02:00
44faf3c6e4 taze: 19.0.4 -> 19.1.0 (#407429)
Co-authored-by: xiaoxiangmoe <xiaoxiangmoe@users.noreply.github.com>
2025-05-16 05:37:55 +00:00
emarynandGitHub 0cba587728 Revert "molly-guard: 0.7.2 -> 0.8.5" 2025-05-16 13:37:17 +08:00
Felix BargfeldtandGitHub 7f4561cd3f uiua-unstable: 0.16.0-dev.2 -> 0.16.0-rc.1 (#407454) 2025-05-16 07:30:32 +02:00
Pol DellaieraandGitHub db53807e2d phpPackages.php-codesniffer: 3.12.2 -> 3.13.0 (#407528) 2025-05-16 05:28:03 +00:00
R. RyanTMandGitHub 913487e7ca devtoolbox: 1.2.3 -> 1.2.5 (#407525) 2025-05-16 13:13:13 +08:00
R. Ryantm afb9428b00 phpPackages.php-codesniffer: 3.12.2 -> 3.13.0 2025-05-16 05:03:38 +00:00
dotlambdaandGitHub 72e77dfb3e python3Packages.bitstruct: 8.20.0 -> 8.21.0 (#407511) 2025-05-15 22:02:48 -07:00
Pol DellaieraandGitHub adfa8b0e75 phpExtensions.uuid: 1.2.1 -> 1.3.0 (#407521) 2025-05-16 04:17:49 +00:00
Pol DellaieraandGitHub 5f4e01b89d python3Packages.langgraph-checkpoint: 2.0.25 -> 2.0.26 (#407507) 2025-05-16 04:15:12 +00:00
R. Ryantm d3e417cffe phpExtensions.uuid: 1.2.1 -> 1.3.0 2025-05-16 04:07:28 +00:00
Marc FontaineandGitHub 7ae8a2c046 dumpvdl2: init at 2.4.0 (#402481) 2025-05-16 12:04:35 +08:00
AleksanaandGitHub dfcc388ca9 debsigs: init at 0.2.2 (#407328) 2025-05-16 11:56:22 +08:00
AleksanaandGitHub 2cf3e0b3df cockpit: use bashInteractive instead of which (#407372) 2025-05-16 11:48:49 +08:00
WinterandGitHub 0ca4e5f078 stdenv.mkDerivation: warn when overriding version without also overriding src (#406535) 2025-05-15 23:33:34 -04:00
WinterandGitHub e48f0a06e2 anki-bin: 25.02.4 -> 25.02.5 (#407390) 2025-05-15 23:27:28 -04:00
dotlambdaandGitHub f251cd729d immich-go: 0.26.0 -> 0.26.2 (#407503) 2025-05-15 20:06:04 -07:00
Winter 2a4e829d7b linux-wallpaperengine: silence false positive overrideAttrs warning 2025-05-15 23:04:32 -04:00
Winter 1de5fb50b0 obs-studio: silence false positive overrideAttrs warning 2025-05-15 23:04:32 -04:00
Winter ac84135655 luaPackages.cqueues: silence false positive overrideAttrs warning 2025-05-15 23:04:32 -04:00
Winter 350e41e155 neovimUtils.buildNeovimPlugin: silence false positive overrideAttrs warning 2025-05-15 23:04:32 -04:00
Winter eb7c5d11cd bolt-launcher: silence false positive overrideAttrs warning 2025-05-15 23:04:32 -04:00
Winter 7749336704 stdenv.mkDerivation: warn when overriding version without also overriding src
With the addition of `finalAttrs`, lots of packages have started to use
this pattern:

```
stdenv.mkDerivation (finalAttrs: {
  version = "1.0.0";
  src = fetchurl {
    url = "https://example.com/foo/${finalAttrs.version}.tar.gz";
  };
})
```

in the hopes that when a user overrides `version` with `overrideAttrs`,
the source's URL will get modified too. Unfortunately, this doesn't have
any effect due to how most of our FODs are named, basically behaving
no differently to using `rec` in package definitions to reuse attributes.

This change hopes to improve the user experience a bit by adding a
warning when `overrideAttrs` is used in this way, which will help
no matter if the package is using `finalAttrs` or `rec`.
2025-05-15 23:03:31 -04:00
dotlambdaandGitHub 26c8814ee4 python3Packages.bluetooth-sensor-state-data: 1.8.0 -> 1.9.0 (#407504) 2025-05-15 19:57:16 -07:00
Robert Schütz 5f41abaa04 python3Packages.bitstruct: fetch from GitHub 2025-05-15 19:51:27 -07:00
Robert Schütz 8dd2447a5e python3Packages.bitstruct: run tests 2025-05-15 19:47:39 -07:00
R. RyantmandRobert Schütz 66884780b4 python3Packages.bitstruct: 8.20.0 -> 8.21.0 2025-05-15 19:46:57 -07:00
dotlambdaandGitHub 12cf3777af python313Packages.directv: fix build (#406827) 2025-05-15 19:38:18 -07:00
R. Ryantm 09a5f60541 python3Packages.langgraph-checkpoint: 2.0.25 -> 2.0.26 2025-05-16 01:52:58 +00:00
8309e9e8d6 garmindb: 3.6.3 -> 3.6.4 (#407495)
Co-authored-by: ethancedwards8 <ethan@ethancedwards.com>
2025-05-16 01:45:11 +00:00
R. Ryantm 410c560b89 immich-go: 0.26.0 -> 0.26.2 2025-05-16 01:44:08 +00:00
R. Ryantm a50a2c5ebf python3Packages.bluetooth-sensor-state-data: 1.8.0 -> 1.9.0 2025-05-16 01:43:15 +00:00
AleksanaandGitHub c8bede1954 taler-wallet-core: mark cross as broken (#407039) 2025-05-16 09:40:40 +08:00
AleksanaandGitHub 300672fec5 taler-exchange: fix and enable strictDeps (#407032) 2025-05-16 09:40:14 +08:00
Yohann BonifaceandGitHub 85a034a557 oniux: init at 0.4.0 (#407462) 2025-05-16 03:34:30 +02:00
Yohann BonifaceandGitHub 3cad411e03 dotnet-ef: 9.0.4 -> 9.0.5 (#407168) 2025-05-16 03:26:00 +02:00
Yohann BonifaceandGitHub 58f2577479 upsun: 5.0.23 -> 5.1.1 (#407204) 2025-05-16 03:25:21 +02:00
Yohann BonifaceandGitHub cd7c1e73fb equibop: 2.1.2 -> 2.1.4 (#407236) 2025-05-16 03:23:50 +02:00
Aaron AndersenandGitHub 3ba14a2f03 dinit: 0.19.3 -> 0.19.4 (#406904) 2025-05-15 21:22:50 -04:00
Aaron AndersenandGitHub f81c8925ab kodiPackages.netflix: 1.23.3 -> 1.23.4 (#407275) 2025-05-15 21:22:09 -04:00