vimPlugins.nvim-dbee: fix update script

https://nixpkgs-update-logs.nix-community.org/vimPlugins.nvim-dbee/2025-05-05.log

+3 -2
+3 -2
pkgs/applications/editors/vim/plugins/non-generated/nvim-dbee/default.nix
··· 21 pname = "dbee-bin"; 22 inherit version; 23 24 - src = "${src}/dbee"; 25 26 vendorHash = "sha256-U/3WZJ/+Bm0ghjeNUILsnlZnjIwk3ySaX3Rd4L9Z62A="; 27 buildInputs = [ ··· 51 52 passthru = { 53 updateScript = nix-update-script { 54 - attrPath = "vimPlugins.nvim-dbee.dbee-lib"; 55 }; 56 57 # needed for the update script
··· 21 pname = "dbee-bin"; 22 inherit version; 23 24 + inherit src; 25 + sourceRoot = "${src.name}/dbee"; 26 27 vendorHash = "sha256-U/3WZJ/+Bm0ghjeNUILsnlZnjIwk3ySaX3Rd4L9Z62A="; 28 buildInputs = [ ··· 52 53 passthru = { 54 updateScript = nix-update-script { 55 + attrPath = "vimPlugins.nvim-dbee.dbee-bin"; 56 }; 57 58 # needed for the update script