Unverified Commit 6fe448ff authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202521 from marsam/update-zuo

zuo: 2022-11-12 -> 2022-11-15
parents 62d46c43 eed26dd1
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-2022-11-12";
  version = "unstable-2022-11-15";

  src = fetchFromGitHub {
    owner = "racket";
    repo = "zuo";
    rev = "244cb2a15ce8e48cde9bd7080526840d296c5b5c";
    hash = "sha256-4+YL6rHv+gyBx+Gj66fmAN4qbdkCuWVx1HUs3l0tUUw=";
    rev = "7492a8aa3721bfad7d158497313b913537a8b12d";
    hash = "sha256-9tMYaKjBTGm9NjcytpUS9mgBlE9L1U2VECsqfU706u4=";
  };

  doCheck = true;