phel: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2024-05-14 02:27:13 +00:00
parent 80bfa2e774
commit 0724597c70

View File

@ -5,16 +5,16 @@
php.buildComposerProject (finalAttrs: {
pname = "phel";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "phel-lang";
repo = "phel-lang";
rev = "v${finalAttrs.version}";
hash = "sha256-5PMd87Xp7i3Q1ryKQWJBmNbU5TGo2LQ6uvIFP3T36vk=";
hash = "sha256-EITeApaQ1nmQb53/DrSidcmWUACapjTUuUYuJQDML0Y=";
};
vendorHash = "sha256-83GX/dxHa6w1E34wnJshg7yxlVyRkDT5jmAPCCqPdtA=";
vendorHash = "sha256-IWFOpsPcrPg2/QWemRJ8tP6k0sIc2OogETdiBFAQ5BI=";
doInstallCheck = true;
postInstallCheck = ''