mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:38:56 +00:00
Merge pull request #252584 from NixOS/php/bump-php83-rc1
php83: 8.3.0beta3 -> 8.3.0RC1
This commit is contained in:
commit
9f7584c162
@ -2,12 +2,12 @@
|
||||
|
||||
let
|
||||
base = (callPackage ./generic.nix (_args // {
|
||||
version = "8.3.0beta3";
|
||||
version = "8.3.0RC1";
|
||||
hash = null;
|
||||
})).overrideAttrs (oldAttrs: {
|
||||
src = fetchurl {
|
||||
url = "https://downloads.php.net/~eric/php-8.3.0beta3.tar.xz";
|
||||
hash = "sha256-XW3t9BOsBFvThYXF66faVl8VyMLFB+Oi7h45vWUmE6Y=";
|
||||
url = "https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz";
|
||||
hash = "sha256-pWnkxSIhzKU8Cp+AiGzqhqRtWoJu+zBfCM45n2ugH7c=";
|
||||
};
|
||||
});
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user