mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:27:50 +00:00
Merge pull request #333811 from r-ryantm/auto-update/php83
php83: 8.3.9 -> 8.3.10
This commit is contained in:
commit
8b64f41370
@ -2,8 +2,8 @@
|
||||
|
||||
let
|
||||
base = callPackage ./generic.nix (_args // {
|
||||
version = "8.3.9";
|
||||
hash = "sha256-lu3G2Ct1A6ZlBUH8R3q9VFbfKN+qjJOI/54x2f4eMRI=";
|
||||
version = "8.3.10";
|
||||
hash = "sha256-5YQZnDULRjQ8NwabucwgrYk8sEx0fIme8bBercDuo7A=";
|
||||
});
|
||||
in
|
||||
base.withExtensions ({ all, ... }: with all; ([
|
||||
|
Loading…
Reference in New Issue
Block a user