chawan: set updateScript

This commit is contained in:
éclairevoyant 2024-07-15 12:12:00 -04:00
parent 4f7221b0e2
commit b4dbbdf34e
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -10,6 +10,7 @@
, perl
, pkg-config
, zlib
, unstableGitUpdater
}:
stdenv.mkDerivation {
@ -64,6 +65,8 @@ stdenv.mkDerivation {
wrapProgram $out/bin/mancha ${makeWrapperArgs}
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Lightweight and featureful terminal web browser";
homepage = "https://sr.ht/~bptato/chawan/";