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

php73Packages.phpstan: 0.12.81 -> 0.12.82

authored by

Elis Hirwing and committed by
GitHub
d7faae05 a726c366

+2 -2
+2 -2
pkgs/development/php-packages/phpstan/default.nix
··· 1 1 { mkDerivation, fetchurl, makeWrapper, lib, php }: 2 2 let 3 3 pname = "phpstan"; 4 - version = "0.12.81"; 4 + version = "0.12.82"; 5 5 in 6 6 mkDerivation { 7 7 inherit pname version; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar"; 11 - sha256 = "sha256-mdqVrTrxWE2AuLVqgumA7V+JjzGW9ukkFM7klJSLeDE="; 11 + sha256 = "sha256-fX7YK4z6xUhSJ2jTCy7bRK13TxXSn/qo7E5DeZlv2Nw="; 12 12 }; 13 13 14 14 phases = [ "installPhase" ];