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

php73Packages.phpstan: 0.12.58 -> 0.12.59
This commit is contained in:
Elis Hirwing 2020-12-10 05:54:31 +01:00 committed by GitHub
commit e06f669ad3
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.58";
version = "0.12.59";
in
mkDerivation {
inherit pname version;
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "1509z783rhrnlx32a3yg58sy81971dv1sf8nzs8am2m9qnpmdcll";
sha256 = "0lp25d9b7w8lk4ffrd17mjw93i234qnfpwz42k8lww1lrk5abnfa";
};
phases = [ "installPhase" ];