Merge pull request #184478 from r-ryantm/auto-update/php-phing

php80Packages.phing: 2.17.2 -> 2.17.4
This commit is contained in:
Elis Hirwing 2022-08-01 09:29:26 +02:00 committed by GitHub
commit 5a4ddc22a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "phing";
version = "2.17.2";
version = "2.17.4";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://www.phing.info/get/phing-${version}.phar";
sha256 = "sha256-KDqJdHIqgtar6ofNG4ENRlpRg9XYFeL5YS7Rclh1+PQ=";
sha256 = "sha256-3QZsl5QJkFX5Z4RovMtw2ELCp8Zl4xiZsIBikakJ474=";
};
dontUnpack = true;