vimPlugins.nvim-dbee: fix update script

https://nixpkgs-update-logs.nix-community.org/vimPlugins.nvim-dbee/2025-05-05.log
This commit is contained in:
PerchunPak
2025-05-06 09:59:04 +02:00
parent b55a76eb86
commit a190ba0c1e
@@ -21,7 +21,8 @@ let
pname = "dbee-bin";
inherit version;
src = "${src}/dbee";
inherit src;
sourceRoot = "${src.name}/dbee";
vendorHash = "sha256-U/3WZJ/+Bm0ghjeNUILsnlZnjIwk3ySaX3Rd4L9Z62A=";
buildInputs = [
@@ -51,7 +52,7 @@ vimUtils.buildVimPlugin {
passthru = {
updateScript = nix-update-script {
attrPath = "vimPlugins.nvim-dbee.dbee-lib";
attrPath = "vimPlugins.nvim-dbee.dbee-bin";
};
# needed for the update script