librecast: add updateScript

+3
+3
pkgs/by-name/li/librecast/package.nix
··· 4 4 lcrq, 5 5 lib, 6 6 libsodium, 7 + nix-update-script, 7 8 }: 8 9 stdenv.mkDerivation (finalAttrs: { 9 10 pname = "librecast"; ··· 21 22 libsodium 22 23 ]; 23 24 installFlags = [ "PREFIX=$(out)" ]; 25 + 26 + passthru.updateScript = nix-update-script { }; 24 27 25 28 meta = { 26 29 changelog = "https://codeberg.org/librecast/librecast/src/tag/v${finalAttrs.version}/CHANGELOG.md";