Merge pull request #167923 from r-ryantm/auto-update/php-phpstan

php74Packages.phpstan: 1.5.3 -> 1.5.4
This commit is contained in:
Elis Hirwing 2022-04-09 10:55:38 +02:00 committed by GitHub
commit f63d377a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "phpstan";
version = "1.5.3";
version = "1.5.4";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-tIVzXxOyHVz2AE0PjQdkQ+uevdSqsjBRIZQWVDwzuKg=";
sha256 = "sha256-6dXYrDpQ3E+z8mcZof7GSXOrUMoceuPTHO21Z8l4Wyw=";
};
dontUnpack = true;