We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb2699 commit d859501Copy full SHA for d859501
1 file changed
pkgs/by-name/ph/phpstan/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "phpstan";
12
- version = "2.2.2";
+ version = "2.2.3";
13
14
src = fetchFromGitHub {
15
owner = "phpstan";
16
repo = "phpstan";
17
tag = finalAttrs.version;
18
- hash = "sha256-4C3d8ae9TGpyLNspClSS+Eor6epjG1BTS/Nzy4K5zZE=";
+ hash = "sha256-P0LmURcau2DGHJI5NZd9nZ56rWvO1EDYXoK1++ZcG6A=";
19
};
20
21
nativeBuildInputs = [
0 commit comments