php82Packages.castor: 0.23.0 -> 0.24.0

+5 -4
+5 -4
pkgs/development/php-packages/castor/default.nix
··· 9 10 php.buildComposerProject2 (finalAttrs: { 11 pname = "castor"; 12 - version = "0.23.0"; 13 14 src = fetchFromGitHub { 15 owner = "jolicode"; 16 repo = "castor"; 17 - rev = "v${finalAttrs.version}"; 18 - hash = "sha256-hmDouN/G8rhPdCtH2nX8iR6hmcjm16ZnwMo9vVWqgN4="; 19 }; 20 21 - vendorHash = "sha256-0MYHTxdvv26VdnzedDTyK0od8apxEHdgJUQ8hIIzYS0="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24 ··· 39 }; 40 41 meta = { 42 changelog = "https://github.com/jolicode/castor/blob/v${finalAttrs.version}/CHANGELOG.md"; 43 description = "DX oriented task runner and command launcher built with PHP"; 44 homepage = "https://github.com/jolicode/castor";
··· 9 10 php.buildComposerProject2 (finalAttrs: { 11 pname = "castor"; 12 + version = "0.24.0"; 13 14 src = fetchFromGitHub { 15 owner = "jolicode"; 16 repo = "castor"; 17 + tag = "v${finalAttrs.version}"; 18 + hash = "sha256-m+ef1I7x05IdCeLqN24MB5ldcOWDoNNoYWyLKiMgxAY="; 19 }; 20 21 + vendorHash = "sha256-gwXEQX0Go7OCm32WRJUt4QXhT4VTHGbVo3su1FcT8RE="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24 ··· 39 }; 40 41 meta = { 42 + broken = lib.versionOlder php.version "8.2"; 43 changelog = "https://github.com/jolicode/castor/blob/v${finalAttrs.version}/CHANGELOG.md"; 44 description = "DX oriented task runner and command launcher built with PHP"; 45 homepage = "https://github.com/jolicode/castor";