Commit e9d089bb authored by Mario Rodas's avatar Mario Rodas
Browse files

zuo: add updateScript

parent 50b063ba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ 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";