mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
php83: 8.3.0beta2 -> 8.3.0beta3
This commit is contained in:
parent
0c66bba455
commit
140b6662aa
@ -2,12 +2,12 @@
|
||||
|
||||
let
|
||||
base = (callPackage ./generic.nix (_args // {
|
||||
version = "8.3.0beta1";
|
||||
version = "8.3.0beta2";
|
||||
hash = null;
|
||||
})).overrideAttrs (oldAttrs: {
|
||||
src = fetchurl {
|
||||
url = "https://downloads.php.net/~eric/php-8.3.0beta1.tar.xz";
|
||||
hash = "sha256-eZjhwqkP1RkyzpV5uMUxUWkXiPERBgGtmaX65WhDdl8=";
|
||||
url = "https://downloads.php.net/~jakub/php-8.3.0beta2.tar.xz";
|
||||
hash = "sha256-ND1OlmSMtBxTE/0qfgy3Cz/gF08eIzydU2W/eKg58wQ=";
|
||||
};
|
||||
});
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user