mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
php: 8.3.12 -> 8.3.13
* php83: 8.3.12 -> 8.3.13
ChangeLog: https://www.php.net/ChangeLog-8.php#PHP_8_3
(cherry picked from commit ff0df8fe7a
)
This commit is contained in:
parent
ce9e62a789
commit
853c6449d3
@ -2,8 +2,8 @@
|
||||
|
||||
let
|
||||
base = callPackage ./generic.nix (_args // {
|
||||
version = "8.3.12";
|
||||
hash = "sha256-gHYzSWzNs3CokFRY24K9ZzZumKbVlyiRS3l7h+nK7L8=";
|
||||
version = "8.3.13";
|
||||
hash = "sha256-x3kcguGlVMyvhKQLpxzBQXupr2f7Wzl4CDf9fH628SQ=";
|
||||
});
|
||||
in
|
||||
base.withExtensions ({ all, ... }: with all; ([
|
||||
|
Loading…
Reference in New Issue
Block a user