Loading pkgs/development/interpreters/php/8.1.nix +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/interpreters/php/8.1.nix +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading