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

php81Packages.phpstan: 1.10.28 -> 1.10.33
This commit is contained in:
Pol Dellaiera 2023-09-08 21:51:49 +02:00 committed by GitHub
commit ca58768bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let let
pname = "phpstan"; pname = "phpstan";
version = "1.10.28"; version = "1.10.33";
in in
mkDerivation { mkDerivation {
inherit pname version; inherit pname version;
src = fetchurl { src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar"; url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-Jbsamdtxui2esC9WyxLakWLxWg33mhKJKi/iaEV9nbA="; sha256 = "sha256-dFIuCVYmZr6E0181jegKs6d3mA9jPoFqoIY+lyWl7P8=";
}; };
dontUnpack = true; dontUnpack = true;