Skip to content

Commit d859501

Browse files
committed
phpstan: 2.2.2 -> 2.2.3
1 parent 5bb2699 commit d859501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ph/phpstan/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "phpstan";
12-
version = "2.2.2";
12+
version = "2.2.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "phpstan";
1616
repo = "phpstan";
1717
tag = finalAttrs.version;
18-
hash = "sha256-4C3d8ae9TGpyLNspClSS+Eor6epjG1BTS/Nzy4K5zZE=";
18+
hash = "sha256-P0LmURcau2DGHJI5NZd9nZ56rWvO1EDYXoK1++ZcG6A=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)