hello-wayland: add update script

+3
+3
pkgs/applications/graphics/hello-wayland/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub 2 2 , imagemagick, pkg-config, wayland, wayland-protocols 3 + , unstableGitUpdater 3 4 }: 4 5 5 6 stdenv.mkDerivation { ··· 22 23 install hello-wayland $out/bin 23 24 runHook postBuild 24 25 ''; 26 + 27 + passthru.updateScript = unstableGitUpdater { }; 25 28 26 29 meta = with lib; { 27 30 description = "Hello world Wayland client";