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.
2 parents 4f6b60b + ffe4fc2 commit bfbc945Copy full SHA for bfbc945
pkgs/development/interpreters/php/8.2.nix
@@ -2,8 +2,8 @@
2
3
let
4
base = callPackage ./generic.nix (_args // {
5
- version = "8.2.20";
6
- hash = "sha256-Xexvphx7nEeqHXZma+ZR8mQu0rz2zYY4xX41cc4qrGE=";
+ version = "8.2.21";
+ hash = "sha256-+Ydv59TZbUGs7RmbWKH3rntmVd3JJnMTX+3tf2k5138=";
7
});
8
in
9
base.withExtensions ({ all, ... }: with all; ([
0 commit comments