Skip to content

Commit

Permalink
Merge pull request NixOS#264306 from marsam/update-zuo
Browse files Browse the repository at this point in the history
zuo: unstable-2023-01-02 -> unstable-2023-10-17
  • Loading branch information
marsam authored Oct 31, 2023
2 parents 289413f + e9d089b commit 8ad202d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/interpreters/zuo/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, stdenv, fetchFromGitHub, unstableGitUpdater }:

stdenv.mkDerivation rec {
pname = "zuo";
version = "unstable-2023-01-02";
version = "unstable-2023-10-17";

src = fetchFromGitHub {
owner = "racket";
repo = "zuo";
rev = "464aae9ae90dcb43ab003b922e4ae4d08611c55b";
hash = "sha256-O8p3dEXqAP2UNPNBla9AtkndxgL8UoVp/QygXOmcgWg=";
rev = "493e9cd08147add01bba9247f36759f095b87678";
hash = "sha256-gsCjB3V+A0kMZJZ9onZ57R6b1Ha0K+Q383DQoVGfY7I=";
};

doCheck = true;

passthru.updateScript = unstableGitUpdater { };

meta = with lib; {
description = "A Tiny Racket for Scripting";
homepage = "https://github.com/racket/zuo";
Expand Down

0 comments on commit 8ad202d

Please sign in to comment.