php83: 8.3.0RC6 -> 8.3.0
This commit is contained in:
parent
4b8b0fb9e6
commit
169a309144
@ -1,13 +1,10 @@
|
||||
{ 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…
Reference in New Issue
Block a user