phpstan: 2.1.40 -> 2.1.41

This commit is contained in:
R. Ryantm
2026-03-16 19:57:04 +00:00
parent e20b1678e0
commit e93195343b
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.40";
version = "2.1.41";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-AlM5lJPHlO0BAkav1PluP/bIkZBzaWTsm4HA72y59iI=";
hash = "sha256-qmexB+JpL9mpWVmTeXmffM+oChdNCRc6be1O+WJcML0=";
};
nativeBuildInputs = [