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

php73Packages.phpstan: 0.12.55 -> 0.12.57
This commit is contained in:
Sandro 2020-11-29 08:34:26 +01:00 committed by GitHub
commit a69947561b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "phpstan";
version = "0.12.55";
version = "0.12.57";
in
mkDerivation {
inherit pname version;
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "1qyywsivfal1d8485v2iyg5x3f9krnviv5nidgfv53ywrm9k4lgp";
sha256 = "0i1ycfmi638myl9840k4rl0z9klk0q25l8ykkkfg20kx5mdidvgc";
};
phases = [ "installPhase" ];