3
0
Fork 0
forked from mirrors/nixpkgs

php81: 8.1.19 -> 8.1.20

This commit is contained in:
Pol Dellaiera 2023-06-07 19:04:53 +02:00
parent e6a26b900c
commit 678084e0fa
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

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