Merge pull request #320009 from r-ryantm/auto-update/chibi

chibi: 0.10 -> 0.11
This commit is contained in:
Weijia Wang 2024-06-26 00:51:09 +02:00 committed by GitHub
commit 572ae839ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper }:
stdenv.mkDerivation rec {
version = "0.10";
version = "0.11";
pname = "chibi-scheme";
src = fetchFromGitHub {
owner = "ashinn";
repo = "chibi-scheme";
rev = version;
sha256 = "sha256-7vDxcnXhq1wJSLFHGxtwh+H+KWxh6B0JXSMPzSmQFXo=";
sha256 = "sha256-i+xiaYwM7a+0T824VSuh7UUNI6HV9KpqzQPE1WAZ+As=";
};
nativeBuildInputs = [ makeWrapper ];