php81: 8.1.19 -> 8.1.20

This commit is contained in:
Pol Dellaiera
2023-06-08 12:08:10 +02:00
parent e6a26b900c
commit 678084e0fa
+3 -3
View File
@@ -1,9 +1,9 @@
{ callPackage, lib, stdenv, ... }@_args:
{ callPackage, ... }@_args:
let
base = callPackage ./generic.nix (_args // {
version = "8.1.19";
hash = "sha256-ZCByB/2jC+kmou8fZv8ma/H9x+AzObyZ+7oKEkXkJ5s=";
version = "8.1.20";
hash = "sha256-VVeFh1FKJwdQD4UxnlfA1N+biAPNsmVmWVrEv0WdxN0=";
});
in