Unverified Commit 0ba0e974 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #269490 from r-ryantm/auto-update/zuo

zuo: unstable-2023-11-10 -> unstable-2023-11-23
parents 4cbe7cec e33a6455
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "zuo";
  version = "unstable-2023-11-10";
  version = "unstable-2023-11-23";

  src = fetchFromGitHub {
    owner = "racket";
    repo = "zuo";
    rev = "9e2aa26b0574b4ac53c838f6b59fd78f952c3923";
    hash = "sha256-wF+jj4+4uFofW9KhVqRF7EoWViRny2KuSfX/l6UN+yY=";
    rev = "4d85edb4f221de8a1748ee38dcc6963d8d2da33a";
    hash = "sha256-pFEXkByZpVnQgXK1DeFSEnalvhCTwOy75WrRojBM78U=";
  };

  doCheck = true;