Merge pull request #261077 from NixOS/php/bump/8-3-0RC4

php83: 8.3.0RC3 -> 8.3.0RC4
This commit is contained in:
Pol Dellaiera 2023-10-15 08:05:34 +02:00 committed by GitHub
commit f320b0d46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
let
base = (callPackage ./generic.nix (_args // {
version = "8.3.0RC3";
version = "8.3.0RC4";
hash = null;
})).overrideAttrs (oldAttrs: {
src = fetchurl {
url = "https://downloads.php.net/~jakub/php-8.3.0RC3.tar.xz";
hash = "sha256-64JwXVR7WzfeXhq5qOW0cqpzcX09G9t9R2daQyRyRMQ=";
url = "https://downloads.php.net/~eric/php-8.3.0RC4.tar.xz";
hash = "sha256-i02aivxsRIRo5ZFrzKCGAOXffvbhPiWnMFEGqQMr5h0=";
};
});
in