···234235 - `pytestFlagsArray` and `unittestFlagsArray` are kept for compatibility purposes. They continue to be Bash-expanded before concatenated. This compatibility layer will be removed in future releases.
23600237- `strawberry` has been updated to 1.2, which drops support for the VLC backend and Qt 5. The `strawberry-qt5` package
238 and `withGstreamer`/`withVlc` override options have been removed due to this.
239
···234235 - `pytestFlagsArray` and `unittestFlagsArray` are kept for compatibility purposes. They continue to be Bash-expanded before concatenated. This compatibility layer will be removed in future releases.
236237+- The `haka` package and module has been removed because the package was broken and unmaintained for 9 years.
238+239- `strawberry` has been updated to 1.2, which drops support for the VLC backend and Qt 5. The `strawberry-qt5` package
240 and `withGstreamer`/`withVlc` override options have been removed due to this.
241
···292 See https://www.isc.org/blogs/isc-dhcp-eol/ for details.
293 Please switch to a different implementation like kea or dnsmasq.
294 '')
000295 (mkRemovedOptionModule [ "services" "tedicross" ] ''
296 The corresponding package was broken and removed from nixpkgs.
297 '')
···292 See https://www.isc.org/blogs/isc-dhcp-eol/ for details.
293 Please switch to a different implementation like kea or dnsmasq.
294 '')
295+ (mkRemovedOptionModule [ "services" "haka" ] ''
296+ The corresponding package was broken and removed from nixpkgs.
297+ '')
298 (mkRemovedOptionModule [ "services" "tedicross" ] ''
299 The corresponding package was broken and removed from nixpkgs.
300 '')
···18in
19rustPlatform.buildRustPackage rec {
20 pname = "polkadot";
21- version = "2412-2";
2223 src = fetchFromGitHub {
24 owner = "paritytech";
25 repo = "polkadot-sdk";
26 rev = "polkadot-stable${version}";
27- hash = "sha256-iFlC/KQaq7RoQqnlOjIwxrMBdwarrNXfKyE2b1XXfzU=";
2829 # the build process of polkadot requires a .git folder in order to determine
30 # the git commit hash that is being built and add it to the version string.
···46 '';
4748 useFetchCargoVendor = true;
49- cargoHash = "sha256-P/pNmW6vQAB4gEDaPFYJQsqUlSBSX1krcU7C6ngRk5Q=";
5051 buildType = "production";
52 buildAndTestSubdir = "polkadot";
···18in
19rustPlatform.buildRustPackage rec {
20 pname = "polkadot";
21+ version = "2412-3";
2223 src = fetchFromGitHub {
24 owner = "paritytech";
25 repo = "polkadot-sdk";
26 rev = "polkadot-stable${version}";
27+ hash = "sha256-Bsy6CUDxtm5atkpp03edzWtZYuDKFdtBG6wfr+NPkng=";
2829 # the build process of polkadot requires a .git folder in order to determine
30 # the git commit hash that is being built and add it to the version string.
···46 '';
4748 useFetchCargoVendor = true;
49+ cargoHash = "sha256-9irbcL7wBlwYkWM5goLZx6AAFCOjMSEbZ+Va69Am3pc=";
5051 buildType = "production";
52 buildAndTestSubdir = "polkadot";
···641 ### H ###
642643 hacksaw = throw "'hacksaw' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
0644 haven-cli = throw "'haven-cli' has been removed due to the official announcement of the project closure. Read more at https://havenprotocol.org/2024/12/12/project-closure-announcement"; # Added 2025-02-25
645 HentaiAtHome = hentai-at-home; # Added 2024-06-12
646 hll2390dw-cups = throw "The hll2390dw-cups package was dropped since it was unmaintained."; # Added 2024-06-21
···641 ### H ###
642643 hacksaw = throw "'hacksaw' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
644+ haka = throw "haka has been removed because it failed to build and was unmaintained for 9 years"; # Added 2025-03-11
645 haven-cli = throw "'haven-cli' has been removed due to the official announcement of the project closure. Read more at https://havenprotocol.org/2024/12/12/project-closure-announcement"; # Added 2025-02-25
646 HentaiAtHome = hentai-at-home; # Added 2024-06-12
647 hll2390dw-cups = throw "The hll2390dw-cups package was dropped since it was unmaintained."; # Added 2024-06-21