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

php74Packages.phpstan: 0.12.99 -> 1.2.0
This commit is contained in:
Elis Hirwing 2021-12-08 11:51:25 +01:00 committed by GitHub
commit fcbfbdfd8a
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.99";
version = "1.2.0";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "0rv8xf5yx88wh95myysqmv29n5rr15zgwsvh8a4xb1pmw3h9kb6q";
sha256 = "sha256-WA1N6fOibS0+txaGxH+cOgec9CsrIYzQbpjQCfQf/ao=";
};
dontUnpack = true;