Unverified Commit 28a86832 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phel: 0.31.0 -> 0.32.0 (#510459)

parents cda07a4e ff36cba4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "phel";
  version = "0.31.0";
  version = "0.32.0";

  src = fetchFromGitHub {
    owner = "phel-lang";
    repo = "phel-lang";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r9owO2VCkVP/uxuzN+xH103PrwyxglbIH+U5Qn/ZjAI=";
    hash = "sha256-h+YNS9CWSAlP2K2RV9BVMko6iYC/aJUiD6YexCrRHNI=";
  };

  vendorHash = "sha256-az0WAecyBi20XjOwy6AVB3pEX7AhJsourXPFhh9QBvk=";
  vendorHash = "sha256-efobguWNFK6cC17WYtmXyTu3MGFQnT0Y69E8CZ3++fA=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];