Loading pkgs/development/interpreters/php/8.1.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.1.25"; hash = "sha256-qGqIwYQMG8gyvP0vvsO4oZQsgxTaXf9T8J+cmNDBLoo="; version = "8.1.26"; hash = "sha256-g73iSchKoaBDqMjQ7qCTRcLK5puXhM3wIin8kW+7nqA="; }); in Loading pkgs/development/interpreters/php/8.2.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.2.12"; hash = "sha256-cEMl9WsbTBf5+VHh/+9cZOFIiWBT804mJhUsuqLwWJM="; version = "8.2.13"; hash = "sha256-ZlKfQ7ITEx5rJTxWAr7wXwSUWNISknMPzNY7SKBtZ7o="; }); in Loading pkgs/development/interpreters/php/8.3.nix +4 −7 Original line number Diff line number Diff line { callPackage, fetchurl, ... }@_args: let base = (callPackage ./generic.nix (_args // { version = "8.3.0RC6"; phpSrc = fetchurl { url = "https://downloads.php.net/~eric/php-8.3.0RC6.tar.xz"; hash = "sha256-Hntdz+vEkh7EQgnB4IrnG2sQ5bG2uJW7T3a0RIbHBe0="; }; })); base = callPackage ./generic.nix (_args // { version = "8.3.0"; hash = "sha256-3mfQgz1CsZblpm+hozL0Xilsvo6UcuklayoHHDTcXtY="; }); in base.withExtensions ({ all, ... }: with all; ([ bcmath Loading Loading
pkgs/development/interpreters/php/8.1.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.1.25"; hash = "sha256-qGqIwYQMG8gyvP0vvsO4oZQsgxTaXf9T8J+cmNDBLoo="; version = "8.1.26"; hash = "sha256-g73iSchKoaBDqMjQ7qCTRcLK5puXhM3wIin8kW+7nqA="; }); in Loading
pkgs/development/interpreters/php/8.2.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { version = "8.2.12"; hash = "sha256-cEMl9WsbTBf5+VHh/+9cZOFIiWBT804mJhUsuqLwWJM="; version = "8.2.13"; hash = "sha256-ZlKfQ7ITEx5rJTxWAr7wXwSUWNISknMPzNY7SKBtZ7o="; }); in Loading
pkgs/development/interpreters/php/8.3.nix +4 −7 Original line number Diff line number Diff line { callPackage, fetchurl, ... }@_args: let base = (callPackage ./generic.nix (_args // { version = "8.3.0RC6"; phpSrc = fetchurl { url = "https://downloads.php.net/~eric/php-8.3.0RC6.tar.xz"; hash = "sha256-Hntdz+vEkh7EQgnB4IrnG2sQ5bG2uJW7T3a0RIbHBe0="; }; })); base = callPackage ./generic.nix (_args // { version = "8.3.0"; hash = "sha256-3mfQgz1CsZblpm+hozL0Xilsvo6UcuklayoHHDTcXtY="; }); in base.withExtensions ({ all, ... }: with all; ([ bcmath Loading