mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
php84: 8.4.0RC4 -> 8.4.1
This commit is contained in:
parent
279cd3cf9c
commit
6838349887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user