phpPackages.castor: 0.9.1 -> 0.10.0

This commit is contained in:
Gaël Reyrol 2023-11-20 09:11:16 +01:00
parent 4ce484e288
commit b57ae8fe82
No known key found for this signature in database
GPG Key ID: DFB9B69A2C427F61

View File

@ -8,16 +8,16 @@
php.buildComposerProject (finalAttrs: {
pname = "castor";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "jolicode";
repo = "castor";
rev = "v${finalAttrs.version}";
hash = "sha256-zTtMNBZcWjEQB70/6i4pvYEepDVCItJgkwrQ2xrXDAU=";
hash = "sha256-/pUo3Lure5N6vsh8o8cQDqlWj8vgOC0ctenO/93K3zQ=";
};
vendorHash = "sha256-Jh4mNNYEM9sy0Dp+dZtD+xrMICjAuspe9D9BDXcfUPM=";
vendorHash = "sha256-l/paOQmJs8/7YN/XsY6wklojLE3z3GIV3jrgZvyQp/8=";
nativeBuildInputs = [ installShellFiles ];