1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

php81: 8.1.8 -> 8.1.9

https://www.php.net/ChangeLog-8.php#8.1.9
This commit is contained in:
ajs124 2022-08-05 00:20:10 +02:00
parent 2b483c62db
commit da6ccfbab2

View file

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.1.8";
hash = "sha256-uIFaWgJDFFPUJh41mL0fKFFuTANU8yjBKJDyV4cOTAE=";
version = "8.1.9";
hash = "sha256-nrsOLlcdtv1ZMEKNyy0Z7T4FAzjsHxNHwoLK6S/Ahv8=";
});
in