···8899buildGoModule rec {
1010 pname = "consul";
1111- version = "1.20.5";
1111+ version = "1.20.6";
12121313 # Note: Currently only release tags are supported, because they have the Consul UI
1414 # vendored. See
···2222 owner = "hashicorp";
2323 repo = pname;
2424 tag = "v${version}";
2525- hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0=";
2525+ hash = "sha256-R7Bf3hmkn+b6SOxAhy4pFUuyDbywBcOdEB+/M2IeFA8=";
2626 };
27272828 # This corresponds to paths with package main - normally unneeded but consul
···3232 "connect/certgen"
3333 ];
34343535- vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI=";
3535+ vendorHash = "sha256-SHTwfwMHQOnqr0LOb2xxS261qZVVpUnxgl/Tdb0Rmv4=";
36363737 doCheck = false;
3838
···282282283283 # dereference the `kitty` symlink to make sure the actual executable
284284 # is wrapped on macOS as well (and not just the symlink)
285285- wrapProgram $(realpath "$out/bin/kitty") --prefix PATH : "$out/bin:${
285285+ wrapProgram $(realpath "$out/bin/kitty") --suffix PATH : "$out/bin:${
286286 lib.makeBinPath [
287287 imagemagick
288288 ncurses.dev
···1717 # The websites yt-dlp deals with are a very moving target. That means that
1818 # downloads break constantly. Because of that, updates should always be backported
1919 # to the latest stable release.
2020- version = "2025.3.31";
2020+ version = "2025.4.30";
2121 pyproject = true;
22222323 src = fetchPypi {
2424 inherit version;
2525 pname = "yt_dlp";
2626- hash = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=";
2626+ hash = "sha256-0BNn0MOulONcseLsy3p8cOGBxMpEj07iN08mSJ0mNgM=";
2727 };
28282929 build-system = with python3Packages; [
···1111 editline,
1212 ncurses,
1313 clangStdenv,
1414+ nix-direnv,
1415 nix-fast-build,
15161617 storeDir ? "/nix/store",
···7980 # that `nix-eval-jobs` can be built against the correct `lix` version.
8081 lix = self.callPackage (callPackage ./common-lix.nix lix-args) {
8182 stdenv = lixStdenv;
8383+ };
8484+8585+ nix-direnv = nix-direnv.override {
8686+ nix = self.lix;
8287 };
83888489 nix-eval-jobs = self.callPackage (callPackage ./common-nix-eval-jobs.nix nix-eval-jobs-args) {
+1
pkgs/top-level/aliases.nix
···356356 bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
357357 bpftool = throw "'bpftool' has been renamed to/replaced by 'bpftools'"; # Converted to throw 2024-10-17
358358 brasero-original = lib.warnOnInstantiate "Use 'brasero-unwrapped' instead of 'brasero-original'" brasero-unwrapped; # Added 2024-09-29
359359+ bridgand = throw "'brigand' has been removed due to being unmaintained"; # Added 2025-04-30
359360 bs-platform = throw "'bs-platform' was removed as it was broken, development ended and 'melange' has superseded it"; # Added 2024-07-29
360361 buf-language-server = throw "'buf-language-server' was removed as its development has moved to the 'buf' package"; # Added 2024-11-15
361362