We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc8303 commit 1949dc4Copy full SHA for 1949dc4
pkgs/development/php-packages/castor/default.nix
@@ -9,16 +9,16 @@
9
10
php.buildComposerProject2 (finalAttrs: {
11
pname = "castor";
12
- version = "0.22.1";
+ version = "0.23.0";
13
14
src = fetchFromGitHub {
15
owner = "jolicode";
16
repo = "castor";
17
rev = "v${finalAttrs.version}";
18
- hash = "sha256-NzrLxzfw+GjBWIZuBgUg1TCsNjEUqONW60HBZuR9AME=";
+ hash = "sha256-hmDouN/G8rhPdCtH2nX8iR6hmcjm16ZnwMo9vVWqgN4=";
19
};
20
21
- vendorHash = "sha256-SWauMpiRdxXgCCYNCEMPujOQi1PzUYmYWWhjU6ClWzQ=";
+ vendorHash = "sha256-0MYHTxdvv26VdnzedDTyK0od8apxEHdgJUQ8hIIzYS0=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments