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

php73Packages.phpstan: 0.12.59 -> 0.12.68
This commit is contained in:
Elis Hirwing 2021-01-20 23:42:17 +01:00 committed by GitHub
commit 650b653b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
pkgs/development/php-packages/phpstan

View File

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