Unverified Commit e028a52d authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php81: 8.1.26 -> 8.1.27

parent 783163f9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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