php83: 8.3.0RC4 -> 8.3.0RC5

This commit is contained in:
Pol Dellaiera 2023-10-26 23:19:23 +02:00
parent 47fcbd9a4f
commit e4624bd778
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

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