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

php73Packages.phpstan: 0.12.78 -> 0.12.79
This commit is contained in:
Elis Hirwing 2021-03-02 07:41:29 +01:00 committed by GitHub
commit 7056e9e261
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 = "0.12.78";
version = "0.12.79";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-YPCh6HAVuFf2rJhUj/uzfqkWKN+Jd2iPfugSiTh65zc=";
sha256 = "sha256-H6JmjdJtcCrNvad0ZbJ73OdRXimeTIJMVPuk8K6X6v8=";
};
phases = [ "installPhase" ];