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

php80Packages.phpstan: 1.8.3 -> 1.8.5
This commit is contained in:
Elis Hirwing 2022-09-23 07:29:32 +02:00 committed by GitHub
commit 8583aea537
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.8.3";
version = "1.8.5";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-hKpwTpeEYKDvkkmwU7olW+a1pWiQTPDlN7Wy1IDk4UY=";
sha256 = "sha256-4OScF/hdzWA4kT7YZ/ltZdkmUO42YaTTtTfbl9iRr1I=";
};
dontUnpack = true;