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

php80Packages.phpstan: 1.8.2 -> 1.8.3
This commit is contained in:
Elis Hirwing 2022-09-02 07:28:39 +02:00 committed by GitHub
commit 0e115ea5be
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.2";
version = "1.8.3";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-NnbEN9dhPUBtgEiKj5mBtW9RnTE9jmx/ZqRdqmuyIog=";
sha256 = "sha256-hKpwTpeEYKDvkkmwU7olW+a1pWiQTPDlN7Wy1IDk4UY=";
};
dontUnpack = true;