Merge pull request #244828 from r-ryantm/auto-update/php81Packages.phpstan

php81Packages.phpstan: 1.10.15 -> 1.10.26
This commit is contained in:
Pol Dellaiera 2023-07-22 15:55:07 +02:00 committed by GitHub
commit 2db7b83740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "phpstan";
version = "1.10.15";
version = "1.10.26";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-zGrAgQttAvGdRpuOB3V/GprMzc2NMya4d3MY1SIfYOQ=";
sha256 = "sha256-YDRUVctcUs9wUyL/rCUT9W9at+0118VpbV371+amyvg=";
};
dontUnpack = true;