phpstan: 2.1.46 -> 2.1.47

This commit is contained in:
R. Ryantm
2026-04-13 19:11:58 +00:00
parent f190b34c65
commit 64886b11dd
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "phpstan";
version = "2.1.46";
version = "2.1.47";
src = fetchFromGitHub {
owner = "phpstan";
repo = "phpstan";
tag = finalAttrs.version;
hash = "sha256-VZQhL9w2/eyMQJhnLTU50wVVjS1gGNKLcPkuEkE5ZaA=";
hash = "sha256-xRDNpz01LvhY44Bwvb9MO6YvRpY5kgWIDxED1Yklvxw=";
};
nativeBuildInputs = [