Commit f0a656a3 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php82Packages.castor: 0.23.0 -> 0.24.0

parent 6b1c028b
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "castor";
  version = "0.23.0";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "jolicode";
    repo = "castor";
    rev = "v${finalAttrs.version}";
    hash = "sha256-hmDouN/G8rhPdCtH2nX8iR6hmcjm16ZnwMo9vVWqgN4=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m+ef1I7x05IdCeLqN24MB5ldcOWDoNNoYWyLKiMgxAY=";
  };

  vendorHash = "sha256-0MYHTxdvv26VdnzedDTyK0od8apxEHdgJUQ8hIIzYS0=";
  vendorHash = "sha256-gwXEQX0Go7OCm32WRJUt4QXhT4VTHGbVo3su1FcT8RE=";

  nativeBuildInputs = [ installShellFiles ];

@@ -39,6 +39,7 @@ php.buildComposerProject2 (finalAttrs: {
  };

  meta = {
    broken = lib.versionOlder php.version "8.2";
    changelog = "https://github.com/jolicode/castor/blob/v${finalAttrs.version}/CHANGELOG.md";
    description = "DX oriented task runner and command launcher built with PHP";
    homepage = "https://github.com/jolicode/castor";