phpstan: 2.1.41 -> 2.1.43

This commit is contained in:
R. Ryantm
2026-03-25 11:04:06 +00:00
parent 75cff34fdd
commit 1078800aae
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.41";
version = "2.1.43";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-qmexB+JpL9mpWVmTeXmffM+oChdNCRc6be1O+WJcML0=";
hash = "sha256-HIRM73A+pXWUV0gdcGPI4vjEKAYntNUAVqg4iEKx9To=";
};
nativeBuildInputs = [