php81: 8.1.12 -> 8.1.13

Changelog: https://www.php.net/ChangeLog-8.php#8.1.13
This commit is contained in:
Pol Dellaiera 2022-11-25 09:27:38 +01:00
parent 3265a24b79
commit a8b76c097a

View File

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.1.12";
hash = "sha256-+H1z6Rf6z3jee83lP8L6pNTb4Eh6lAbhq2jIro8z6wM=";
version = "8.1.13";
hash = "sha256-k/z9+qo9CUoP2xjOCNIPINUm7j8HoUaoqOyCzgCyN8o=";
});
in