Merge pull request #296020 from r-ryantm/auto-update/php83

php83: 8.3.3 -> 8.3.4

authored by Pol Dellaiera and committed by GitHub f242fc76 35c08102

+2 -2
+2 -2
pkgs/development/interpreters/php/8.3.nix
··· 2 3 let 4 base = callPackage ./generic.nix (_args // { 5 - version = "8.3.3"; 6 - hash = "sha256-qvthO6eVlKI/5yL46QrUczAGEL+A50uKpS2pysLcTio="; 7 }); 8 in 9 base.withExtensions ({ all, ... }: with all; ([
··· 2 3 let 4 base = callPackage ./generic.nix (_args // { 5 + version = "8.3.4"; 6 + hash = "sha256-PFyvGODAokOq7JE6OeywkgQxla3eTD/ELpRdpbkndpU="; 7 }); 8 in 9 base.withExtensions ({ all, ... }: with all; ([