phpstan: 2.1.39 -> 2.1.40

This commit is contained in:
R. Ryantm
2026-02-23 19:13:58 +00:00
parent 2fc6539b48
commit dede3cb5e1
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.39";
version = "2.1.40";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-aOAD4ZDjsm47tn44qgHnQEx9D04qAI5ErRG/oP/h1Nk=";
hash = "sha256-AlM5lJPHlO0BAkav1PluP/bIkZBzaWTsm4HA72y59iI=";
};
nativeBuildInputs = [