Commit 6bda19fb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

hello-wayland: add update script

parent 28fb1e5a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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";