mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
php83: 8.3.0RC3 -> 8.3.0RC4
This commit is contained in:
parent
429d5f4194
commit
2f3a446c5b
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
base = (callPackage ./generic.nix (_args // {
|
base = (callPackage ./generic.nix (_args // {
|
||||||
version = "8.3.0RC3";
|
version = "8.3.0RC4";
|
||||||
hash = null;
|
hash = null;
|
||||||
})).overrideAttrs (oldAttrs: {
|
})).overrideAttrs (oldAttrs: {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.php.net/~jakub/php-8.3.0RC3.tar.xz";
|
url = "https://downloads.php.net/~eric/php-8.3.0RC4.tar.xz";
|
||||||
hash = "sha256-64JwXVR7WzfeXhq5qOW0cqpzcX09G9t9R2daQyRyRMQ=";
|
hash = "sha256-i02aivxsRIRo5ZFrzKCGAOXffvbhPiWnMFEGqQMr5h0=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user