We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f18799 + 71aa979 commit 8ce3e6bCopy full SHA for 8ce3e6b
1 file changed
pkgs/development/php-packages/phing/default.nix
@@ -8,16 +8,16 @@
8
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ xsl ]))).buildComposerProject2
9
(finalAttrs: {
10
pname = "phing";
11
- version = "3.1.0";
+ version = "3.1.1";
12
13
# Upstream no longer provides the composer.lock in their release artifact
14
src = fetchgit {
15
url = "https://github.com/phingofficial/phing";
16
tag = finalAttrs.version;
17
- hash = "sha256-gY6ocmkd7eJIMaBrewfxYL7gTr+1qNHTkuAp+w9ApUU=";
+ hash = "sha256-2v16ojUDIECLfwWy8/Rbp1A6LlAXnjr4/dJLh6oog8w=";
18
};
19
20
- vendorHash = "sha256-yfGfMAQGlXnCoww4rtynknL7qDjcQFEM8p8FbsIqJZU=";
+ vendorHash = "sha256-dBk4/Mz2jh7Bq9VfdfvnWqSufbeAeVdC85zAnXVFQNA=";
21
22
nativeInstallCheckInputs = [
23
versionCheckHook
0 commit comments