Merge pull request #163247 from r-ryantm/auto-update/ciao

ciao: 1.20.0 -> 1.21.0-m1
This commit is contained in:
Ryan Mulligan 2022-03-27 18:40:01 -07:00 committed by GitHub
commit 188a15c3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "ciao";
version = "1.20.0";
version = "1.21.0-m1";
src = fetchFromGitHub {
owner = "ciao-lang";
repo = "ciao";
rev = "v${version}";
sha256 = "sha256-Xp0ZQRi7mOO2WN/2hO6zgobDG3S0BEV+SgsaduBZ30U=";
sha256 = "sha256-o9EQS7KsoTg458Uw+1shgKE6NlZO495XE/rLq6/1S4g=";
};
configurePhase = ''