summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-10-15 08:05:34 +0200
committerGitHub <noreply@github.com>2023-10-15 08:05:34 +0200
commitf320b0d46ee33f521f50d7c6885605714210e5c9 (patch)
tree6aef3ce0ec786b1a97677312fc416b66cefc168b
parentgo_1_18: drop (diff)
parentphp83: 8.3.0RC3 -> 8.3.0RC4 (diff)
downloadnixpkgs-f320b0d46ee33f521f50d7c6885605714210e5c9.tar.gz
Merge pull request #261077 from NixOS/php/bump/8-3-0RC4
php83: 8.3.0RC3 -> 8.3.0RC4
-rw-r--r--pkgs/development/interpreters/php/8.3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/php/8.3.nix b/pkgs/development/interpreters/php/8.3.nix
index 2c48babf3baf..8031ab1c6a28 100644
--- a/pkgs/development/interpreters/php/8.3.nix
+++ b/pkgs/development/interpreters/php/8.3.nix
@@ -2,12 +2,12 @@
let
base = (callPackage ./generic.nix (_args // {
- version = "8.3.0RC3";
+ version = "8.3.0RC4";
hash = null;
})).overrideAttrs (oldAttrs: {
src = fetchurl {
- url = "https://downloads.php.net/~jakub/php-8.3.0RC3.tar.xz";
- hash = "sha256-64JwXVR7WzfeXhq5qOW0cqpzcX09G9t9R2daQyRyRMQ=";
+ url = "https://downloads.php.net/~eric/php-8.3.0RC4.tar.xz";
+ hash = "sha256-i02aivxsRIRo5ZFrzKCGAOXffvbhPiWnMFEGqQMr5h0=";
};
});
in