Merge pull request #263652 from drupol/php/bumps-october-2023

php: bumps october 2023 - bugfix releases
This commit is contained in:
Pol Dellaiera 2023-10-27 11:59:55 +02:00 committed by GitHub
commit f72178d1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
let let
base = callPackage ./generic.nix (_args // { base = callPackage ./generic.nix (_args // {
version = "8.1.24"; version = "8.1.25";
hash = "sha256-sK5YBKmtU6fijQoyYpSV+Bb5NbEIMMcfTsFYJxhac8k="; hash = "sha256-qGqIwYQMG8gyvP0vvsO4oZQsgxTaXf9T8J+cmNDBLoo=";
}); });
in in

View File

@ -2,8 +2,8 @@
let let
base = callPackage ./generic.nix (_args // { base = callPackage ./generic.nix (_args // {
version = "8.2.11"; version = "8.2.12";
hash = "sha256-OBktrv+r9K9sQnvxesH4JWXZx1IuDb0yIVFilEQ0sos="; hash = "sha256-cEMl9WsbTBf5+VHh/+9cZOFIiWBT804mJhUsuqLwWJM=";
}); });
in in

View File

@ -2,12 +2,12 @@
let let
base = (callPackage ./generic.nix (_args // { base = (callPackage ./generic.nix (_args // {
version = "8.3.0RC4"; version = "8.3.0RC5";
hash = null; hash = null;
})).overrideAttrs (oldAttrs: { })).overrideAttrs (oldAttrs: {
src = fetchurl { src = fetchurl {
url = "https://downloads.php.net/~eric/php-8.3.0RC4.tar.xz"; url = "https://downloads.php.net/~jakub/php-8.3.0RC5.tar.xz";
hash = "sha256-i02aivxsRIRo5ZFrzKCGAOXffvbhPiWnMFEGqQMr5h0="; hash = "sha256-I42ded2tZO5ZQ+iU5DeNKjT+mNNoowew8gNOYDeB5aY=";
}; };
}); });
in in