Merge pull request #231227 from r-ryantm/auto-update/php80Packages.phpstan

php80Packages.phpstan: 1.9.4 -> 1.10.15
This commit is contained in:
Elis Hirwing 2023-05-11 08:14:28 +02:00 committed by GitHub
commit df155a4222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
let
pname = "phpstan";
version = "1.9.4";
version = "1.10.15";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-A+F/ZoL6dLYx4MWN0eWXtQnmWJPYBqEcSgY4A1oR3mo=";
sha256 = "sha256-zGrAgQttAvGdRpuOB3V/GprMzc2NMya4d3MY1SIfYOQ=";
};
dontUnpack = true;