hello-wayland: add update script

This commit is contained in:
Alyssa Ross 2023-04-23 16:19:05 +00:00
parent 28fb1e5a60
commit 6bda19fb91

View file

@ -1,5 +1,6 @@
{ stdenv, lib, fetchFromGitHub
, imagemagick, pkg-config, wayland, wayland-protocols
, unstableGitUpdater
}:
stdenv.mkDerivation {
@ -23,6 +24,8 @@ stdenv.mkDerivation {
runHook postBuild
'';
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "Hello world Wayland client";
homepage = "https://github.com/emersion/hello-wayland";