Skip to content

Commit d3cb1ff

Browse files
authored
phel: 0.17.0 -> 0.18.0 (#416261)
2 parents 495a443 + dba1c83 commit d3cb1ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ph/phel/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
php.buildComposerProject2 (finalAttrs: {
99
pname = "phel";
10-
version = "0.17.0";
10+
version = "0.18.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "phel-lang";
1414
repo = "phel-lang";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-iS887QNUphe+czx1IEz+uESBqee73/mHzmg2Fvi26do=";
16+
hash = "sha256-5FwYBt1v1zhOnv4Q4zvWUxnVnOeV6rpdSW9i8ptVpW4=";
1717
};
1818

19-
vendorHash = "sha256-lhxgL41gyHVOv1MqjwwnWQTQZz4WU2kWGCSV2EZoJrg=";
19+
vendorHash = "sha256-mLSxlPzS/uSNEu7BnQR9yaj3OCSqMe5DHqkLI8dG6SQ=";
2020

2121
doInstallCheck = true;
2222
nativeInstallCheckInputs = [ versionCheckHook ];

0 commit comments

Comments
 (0)