php81: 8.1.26 -> 8.1.27

This commit is contained in:
Pol Dellaiera 2023-12-21 21:07:55 +01:00
parent 783163f959
commit e028a52d6f
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -2,10 +2,9 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.1.26";
hash = "sha256-g73iSchKoaBDqMjQ7qCTRcLK5puXhM3wIin8kW+7nqA=";
version = "8.1.27";
hash = "sha256-oV/XPqRPLfMLB9JHhuB9GUiw6j7tC4uEVzXVANwov/E=";
});
in
base.withExtensions ({ all, ... }: with all; ([
bcmath