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

php74Packages.phpstan: 1.5.0 -> 1.5.3
This commit is contained in:
Elis Hirwing 2022-04-02 21:43:11 +02:00 committed by GitHub
commit d297b9535e
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.0";
version = "1.5.3";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-dgsBpFnolIMrSwNHZ9+mSW1zMJ/RbvYIWBUksDiYeqE=";
sha256 = "sha256-tIVzXxOyHVz2AE0PjQdkQ+uevdSqsjBRIZQWVDwzuKg=";
};
dontUnpack = true;