forked from mirrors/nixpkgs
php81: 8.1.19 -> 8.1.20
This commit is contained in:
parent
e6a26b900c
commit
678084e0fa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue