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

ciao: 1.22.0-m7 -> 1.23.0-m1
This commit is contained in:
Weijia Wang 2024-03-17 01:54:27 +01:00 committed by GitHub
commit 59825e8901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "ciao";
version = "1.22.0-m7";
version = "1.23.0-m1";
src = fetchFromGitHub {
owner = "ciao-lang";
repo = "ciao";
rev = "v${version}";
sha256 = "sha256-5LX+NVDAtdffQeLTD4Camp5aNm0K3Cwmavh7OF5XcZU=";
sha256 = "sha256-JMHln0nYveEEfEr4AMyrEL9KlCDiqV53BWRNMUL8nN0=";
};
configurePhase = ''