zuo: add updateScript

This commit is contained in:
Mario Rodas 2023-10-30 04:20:00 +00:00
parent 50b063baaa
commit e9d089bba0

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchFromGitHub, unstableGitUpdater }:
stdenv.mkDerivation rec {
pname = "zuo";
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "A Tiny Racket for Scripting";
homepage = "https://github.com/racket/zuo";