···89buildGoModule rec {
10 pname = "consul";
11- version = "1.20.5";
1213 # Note: Currently only release tags are supported, because they have the Consul UI
14 # vendored. See
···22 owner = "hashicorp";
23 repo = pname;
24 tag = "v${version}";
25- hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0=";
26 };
2728 # This corresponds to paths with package main - normally unneeded but consul
···32 "connect/certgen"
33 ];
3435- vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI=";
3637 doCheck = false;
38
···89buildGoModule rec {
10 pname = "consul";
11+ version = "1.20.6";
1213 # Note: Currently only release tags are supported, because they have the Consul UI
14 # vendored. See
···22 owner = "hashicorp";
23 repo = pname;
24 tag = "v${version}";
25+ hash = "sha256-R7Bf3hmkn+b6SOxAhy4pFUuyDbywBcOdEB+/M2IeFA8=";
26 };
2728 # This corresponds to paths with package main - normally unneeded but consul
···32 "connect/certgen"
33 ];
3435+ vendorHash = "sha256-SHTwfwMHQOnqr0LOb2xxS261qZVVpUnxgl/Tdb0Rmv4=";
3637 doCheck = false;
38
···282283 # dereference the `kitty` symlink to make sure the actual executable
284 # is wrapped on macOS as well (and not just the symlink)
285- wrapProgram $(realpath "$out/bin/kitty") --prefix PATH : "$out/bin:${
286 lib.makeBinPath [
287 imagemagick
288 ncurses.dev
···282283 # dereference the `kitty` symlink to make sure the actual executable
284 # is wrapped on macOS as well (and not just the symlink)
285+ wrapProgram $(realpath "$out/bin/kitty") --suffix PATH : "$out/bin:${
286 lib.makeBinPath [
287 imagemagick
288 ncurses.dev
···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20- version = "2025.3.31";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26- hash = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=";
27 };
2829 build-system = with python3Packages; [
···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20+ version = "2025.4.30";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26+ hash = "sha256-0BNn0MOulONcseLsy3p8cOGBxMpEj07iN08mSJ0mNgM=";
27 };
2829 build-system = with python3Packages; [
···106 # AssertionError: Scalars are not close!
107 # Expected -640.4547729492188 but got -640.4707641601562
108 "--deselect=tests/metrics/regression/test_mean_squared_error.py::TestMeanSquaredError::test_mean_squared_error_class_update_input_shape_different"
00000109 ]
110111 # These tests error on darwin platforms.
···106 # AssertionError: Scalars are not close!
107 # Expected -640.4547729492188 but got -640.4707641601562
108 "--deselect=tests/metrics/regression/test_mean_squared_error.py::TestMeanSquaredError::test_mean_squared_error_class_update_input_shape_different"
109+110+ # -- tests/metrics/window/test_mean_squared_error.py --
111+ # AssertionError: Scalars are not close!
112+ # Expected 0.0009198983898386359 but got 0.0009198188781738281
113+ "--deselect=tests/metrics/window/test_mean_squared_error.py::TestMeanSquaredError::test_mean_squared_error_class_update_input_shape_different"
114 ]
115116 # These tests error on darwin platforms.
···11 editline,
12 ncurses,
13 clangStdenv,
014 nix-fast-build,
1516 storeDir ? "/nix/store",
···79 # that `nix-eval-jobs` can be built against the correct `lix` version.
80 lix = self.callPackage (callPackage ./common-lix.nix lix-args) {
81 stdenv = lixStdenv;
000082 };
8384 nix-eval-jobs = self.callPackage (callPackage ./common-nix-eval-jobs.nix nix-eval-jobs-args) {
···11 editline,
12 ncurses,
13 clangStdenv,
14+ nix-direnv,
15 nix-fast-build,
1617 storeDir ? "/nix/store",
···80 # that `nix-eval-jobs` can be built against the correct `lix` version.
81 lix = self.callPackage (callPackage ./common-lix.nix lix-args) {
82 stdenv = lixStdenv;
83+ };
84+85+ nix-direnv = nix-direnv.override {
86+ nix = self.lix;
87 };
8889 nix-eval-jobs = self.callPackage (callPackage ./common-nix-eval-jobs.nix nix-eval-jobs-args) {
+1
pkgs/top-level/aliases.nix
···356 bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
357 bpftool = throw "'bpftool' has been renamed to/replaced by 'bpftools'"; # Converted to throw 2024-10-17
358 brasero-original = lib.warnOnInstantiate "Use 'brasero-unwrapped' instead of 'brasero-original'" brasero-unwrapped; # Added 2024-09-29
0359 bs-platform = throw "'bs-platform' was removed as it was broken, development ended and 'melange' has superseded it"; # Added 2024-07-29
360 buf-language-server = throw "'buf-language-server' was removed as its development has moved to the 'buf' package"; # Added 2024-11-15
361
···356 bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
357 bpftool = throw "'bpftool' has been renamed to/replaced by 'bpftools'"; # Converted to throw 2024-10-17
358 brasero-original = lib.warnOnInstantiate "Use 'brasero-unwrapped' instead of 'brasero-original'" brasero-unwrapped; # Added 2024-09-29
359+ bridgand = throw "'brigand' has been removed due to being unmaintained"; # Added 2025-04-30
360 bs-platform = throw "'bs-platform' was removed as it was broken, development ended and 'melange' has superseded it"; # Added 2024-07-29
361 buf-language-server = throw "'buf-language-server' was removed as its development has moved to the 'buf' package"; # Added 2024-11-15
362