Skip to content

Commit 986cd09

Browse files
authored
phpPackages.castor: 0.22.1 -> 0.23.0 (#389253)
2 parents 6d60cb4 + 1949dc4 commit 986cd09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/php-packages/castor/default.nix

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

1010
php.buildComposerProject2 (finalAttrs: {
1111
pname = "castor";
12-
version = "0.22.1";
12+
version = "0.23.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "jolicode";
1616
repo = "castor";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-NzrLxzfw+GjBWIZuBgUg1TCsNjEUqONW60HBZuR9AME=";
18+
hash = "sha256-hmDouN/G8rhPdCtH2nX8iR6hmcjm16ZnwMo9vVWqgN4=";
1919
};
2020

21-
vendorHash = "sha256-SWauMpiRdxXgCCYNCEMPujOQi1PzUYmYWWhjU6ClWzQ=";
21+
vendorHash = "sha256-0MYHTxdvv26VdnzedDTyK0od8apxEHdgJUQ8hIIzYS0=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)