php84: 8.4.0RC4 -> 8.4.1

This commit is contained in:
Yi-Jyun Pan 2024-11-21 21:30:58 +08:00
parent 279cd3cf9c
commit 6838349887
No known key found for this signature in database

View File

@ -1,14 +1,11 @@
{ callPackage, fetchurl, ... }@_args:
{ callPackage, ... }@_args:
let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.0RC4";
phpSrc = fetchurl {
url = "https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.xz";
hash = "sha256-s/ihnYRfSqVlAV/4YZZAfrUzKE60NlrFlT9edK5h3LA=";
};
version = "8.4.1";
hash = "sha256-74onARjtEot2X8MfGYx/RlDIFxQRsPajoaOroR/KzCM=";
}
);
in