tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
php82Packages.castor: 0.23.0 -> 0.24.0
Pol Dellaiera
8 months ago
f0a656a3
6b1c028b
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
castor
default.nix
+5
-4
pkgs/development/php-packages/castor/default.nix
···
9
9
10
10
php.buildComposerProject2 (finalAttrs: {
11
11
pname = "castor";
12
12
-
version = "0.23.0";
12
12
+
version = "0.24.0";
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "jolicode";
16
16
repo = "castor";
17
17
-
rev = "v${finalAttrs.version}";
18
18
-
hash = "sha256-hmDouN/G8rhPdCtH2nX8iR6hmcjm16ZnwMo9vVWqgN4=";
17
17
+
tag = "v${finalAttrs.version}";
18
18
+
hash = "sha256-m+ef1I7x05IdCeLqN24MB5ldcOWDoNNoYWyLKiMgxAY=";
19
19
};
20
20
21
21
-
vendorHash = "sha256-0MYHTxdvv26VdnzedDTyK0od8apxEHdgJUQ8hIIzYS0=";
21
21
+
vendorHash = "sha256-gwXEQX0Go7OCm32WRJUt4QXhT4VTHGbVo3su1FcT8RE=";
22
22
23
23
nativeBuildInputs = [ installShellFiles ];
24
24
···
39
39
};
40
40
41
41
meta = {
42
42
+
broken = lib.versionOlder php.version "8.2";
42
43
changelog = "https://github.com/jolicode/castor/blob/v${finalAttrs.version}/CHANGELOG.md";
43
44
description = "DX oriented task runner and command launcher built with PHP";
44
45
homepage = "https://github.com/jolicode/castor";