···524524 members = [
525525 aanderse
526526 edwtjo
527527- MP2E
528527 thiagokokada
529528 ];
530529 scope = "Maintain Libretro, RetroArch and related packages.";
+2
nixos/doc/manual/release-notes/rl-2405.section.md
···295295296296- `network-interfaces.target` system target was removed as it has been deprecated for a long time. Use `network.target` instead.
297297298298+- `services.redis.vmOverCommit` now defaults to `true` and no longer enforces Transparent Hugepages (THP) to be disabled. Redis only works with THP configured to `madvise` which is the kernel's default.
299299+298300- `azure-cli` now has extension support. For example, to install the `aks-preview` extension, use
299301300302 ```nix
···2233rustPlatform.buildRustPackage rec {
44 pname = "cargo-bloat";
55- version = "0.11.1";
55+ version = "0.12.0";
6677 src = fetchFromGitHub {
88 owner = "RazrFalcon";
99 repo = pname;
1010 rev = "v${version}";
1111- hash = "sha256-lCA7C1G2xu65jn3/wzj6prWSrjQz3EqqJyMlPR/HRFs=";
1111+ hash = "sha256-vPk6ERl0VM1TjK/JRMcXqCvKqSTuw78MsmQ0xImQyd4=";
1212 };
13131414- cargoHash = "sha256-fOenXn5gagFss9DRDXXsGxQlDqVXZ5LZcdM4WsXAyUU=";
1414+ cargoHash = "sha256-6fMFGLH16Z1O+ETlr0685TXHup1vJetfzPdNC2Lw9uM=";
15151616 meta = with lib; {
1717 description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
···4949 description = "A client/server port for playing old-school Doom online";
5050 license = lib.licenses.gpl2Only;
5151 platforms = lib.platforms.unix;
5252- maintainers = with lib.maintainers; [ MP2E ];
5252+ maintainers = with lib.maintainers; [ ];
5353 };
5454}
+1-1
pkgs/games/doom-ports/zandronum/alpha/default.nix
···9696 meta = with lib; {
9797 homepage = "https://zandronum.com/";
9898 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
9999- maintainers = with maintainers; [ lassulus MP2E ];
9999+ maintainers = with maintainers; [ lassulus ];
100100 license = licenses.sleepycat;
101101 platforms = platforms.linux;
102102 };
+1-1
pkgs/games/doom-ports/zandronum/default.nix
···9797 homepage = "https://zandronum.com/";
9898 description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
9999 mainProgram = "zandronum-server";
100100- maintainers = with maintainers; [ lassulus MP2E ];
100100+ maintainers = with maintainers; [ lassulus ];
101101 license = licenses.sleepycat;
102102 platforms = platforms.linux;
103103 };