Skip to content

Commit 8ce3e6b

Browse files
authored
phpPackages.phing: 3.1.0 -> 3.1.1 (NixOS#483787)
2 parents 3f18799 + 71aa979 commit 8ce3e6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ xsl ]))).buildComposerProject2
99
(finalAttrs: {
1010
pname = "phing";
11-
version = "3.1.0";
11+
version = "3.1.1";
1212

1313
# Upstream no longer provides the composer.lock in their release artifact
1414
src = fetchgit {
1515
url = "https://github.com/phingofficial/phing";
1616
tag = finalAttrs.version;
17-
hash = "sha256-gY6ocmkd7eJIMaBrewfxYL7gTr+1qNHTkuAp+w9ApUU=";
17+
hash = "sha256-2v16ojUDIECLfwWy8/Rbp1A6LlAXnjr4/dJLh6oog8w=";
1818
};
1919

20-
vendorHash = "sha256-yfGfMAQGlXnCoww4rtynknL7qDjcQFEM8p8FbsIqJZU=";
20+
vendorHash = "sha256-dBk4/Mz2jh7Bq9VfdfvnWqSufbeAeVdC85zAnXVFQNA=";
2121

2222
nativeInstallCheckInputs = [
2323
versionCheckHook

0 commit comments

Comments
 (0)