Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rdrview: add update script

+3
+3
pkgs/by-name/rd/rdrview/package.nix
··· 6 6 curl, 7 7 libseccomp, 8 8 installShellFiles, 9 + nix-update-script, 9 10 }: 10 11 11 12 stdenv.mkDerivation (finalAttrs: { ··· 42 43 maintainers = with maintainers; [ djanatyn ]; 43 44 mainProgram = "rdrview"; 44 45 }; 46 + 47 + passthru.updateScript = nix-update-script { }; 45 48 })