php81: 8.1.17 -> 8.1.18

changelog: https://www.php.net/ChangeLog-8.php#8.1.18
This commit is contained in:
Pol Dellaiera 2023-04-17 10:33:58 +02:00
parent 4b688e6efd
commit 9b5533a3be

View File

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.1.17";
hash = "sha256-9Pspig6wkflE7OusV7dtqudoqXDC9RYQpask802MDK8=";
version = "8.1.18";
hash = "sha256-0qww1rV0/KWU/gzAHAaT4jWFsnRD40KwqrBydM3kQW4=";
});
in