php81: 8.1.7 -> 8.1.8

Fixes CVE-2022-31627

https://www.php.net/ChangeLog-8.php#8.1.8
This commit is contained in:
ajs124 2022-07-08 18:24:08 +02:00
parent b429bc2508
commit e416f8806d

View File

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