php83: 8.3.0alpha3 -> 8.3.0beta1

This commit is contained in:
Pol Dellaiera 2023-07-23 09:47:44 +02:00
parent ad566c449d
commit 26b91e73c7
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.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