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

php73Packages.phpstan: 0.12.71 -> 0.12.74
This commit is contained in:
Elis Hirwing 2021-02-11 07:54:50 +01:00 committed by GitHub
commit 20c7034ec8
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.71";
version = "0.12.74";
in
mkDerivation {
inherit pname version;
src = pkgs.fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-VSA/37LTawwIL1qdyp35auml7we3xDdrZN21/V3BWlM=";
sha256 = "sha256-zEDqswyldyXha836ye+FmE4yYxH+7AzEvlKJYOje0xQ=";
};
phases = [ "installPhase" ];