Merge pull request #202521 from marsam/update-zuo

zuo: 2022-11-12 -> 2022-11-15
This commit is contained in:
Mario Rodas 2022-11-23 09:01:57 -05:00 committed by GitHub
commit 6fe448ff98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;