phpstan: 2.1.54 -> 2.1.55

This commit is contained in:
R. Ryantm
2026-05-18 13:52:24 +00:00
parent 9ccfc30b92
commit 169898e9bf
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.54";
version = "2.1.55";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-N13KtgGnJKQoutu4X0mTYsma9c0WUpNH+xaUOBwRRPM=";
hash = "sha256-Mh0pHxn+SyQ5qQiesljBtiDycLuarLBLrKSu9gF7oaM=";
};
nativeBuildInputs = [