php73Packages.phpstan: 0.12.79 -> 0.12.81

This commit is contained in:
R. RyanTM 2021-03-12 11:36:33 +00:00
parent fea3cb98e1
commit 59d05fc37f

View file

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }:
let
pname = "phpstan";
version = "0.12.79";
version = "0.12.81";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-H6JmjdJtcCrNvad0ZbJ73OdRXimeTIJMVPuk8K6X6v8=";
sha256 = "sha256-mdqVrTrxWE2AuLVqgumA7V+JjzGW9ukkFM7klJSLeDE=";
};
phases = [ "installPhase" ];