Merge pull request #244987 from NixOS/php/php83-beta1

php83: 8.3.0alpha3 -> 8.3.0beta1
This commit is contained in:
Pol Dellaiera 2023-07-23 12:05:22 +02:00 committed by GitHub
commit de1cfd0e2a
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.0alpha3";
version = "8.3.0beta1";
hash = null;
})).overrideAttrs (oldAttrs: {
src = fetchurl {
url = "https://downloads.php.net/~jakub/php-8.3.0alpha3.tar.xz";
hash = "sha256-Ko0SR5ZIsdMyEmeM65zFU4bCU7f7xpiDBMf0od/kv8k=";
url = "https://downloads.php.net/~eric/php-8.3.0beta1.tar.xz";
hash = "sha256-eZjhwqkP1RkyzpV5uMUxUWkXiPERBgGtmaX65WhDdl8=";
};
});
in