php81Packages.phpstan: 1.10.26 -> 1.10.28

This commit is contained in:
R. Ryantm 2023-08-10 06:28:47 +00:00
parent 246b5c28a2
commit 9145d268ce

View File

@ -2,14 +2,14 @@
let
pname = "phpstan";
version = "1.10.26";
version = "1.10.28";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/phpstan/phpstan/releases/download/${version}/phpstan.phar";
sha256 = "sha256-YDRUVctcUs9wUyL/rCUT9W9at+0118VpbV371+amyvg=";
sha256 = "sha256-Jbsamdtxui2esC9WyxLakWLxWg33mhKJKi/iaEV9nbA=";
};
dontUnpack = true;