phpstan: 2.1.55 -> 2.1.56

This commit is contained in:
R. Ryantm
2026-05-26 19:26:59 +00:00
parent 76f0b0304e
commit 32a2011f65
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.55";
version = "2.1.56";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-Mh0pHxn+SyQ5qQiesljBtiDycLuarLBLrKSu9gF7oaM=";
hash = "sha256-Ffn6rJhTKjXEjwWZ1tnSaUBsmLyLeIp5EQnGZcvxba8=";
};
nativeBuildInputs = [