Unverified Commit 678084e0 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php81: 8.1.19 -> 8.1.20

parent e6a26b90
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ 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