lol

vimPlugins.nvim-dbee: fix update script (#404578)

authored by

Gaétan Lepage and committed by
GitHub
7e0d9aba 7b41b520

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