Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

php83: 8.3.20 -> 8.3.21 (#405419)

authored by Pol Dellaiera and committed by GitHub 59ea1ff7 8b3baa14

+2 -2
+2 -2
pkgs/development/interpreters/php/8.3.nix
··· 4 base = callPackage ./generic.nix ( 5 _args 6 // { 7 - version = "8.3.20"; 8 - hash = "sha256-NrTmoyPNRWc6VPKW6dJma39d9XZBAxx3xP2BN7xOvrM="; 9 } 10 ); 11 in
··· 4 base = callPackage ./generic.nix ( 5 _args 6 // { 7 + version = "8.3.21"; 8 + hash = "sha256-0HaebhHPpsWaFt4kFmi+jH8xpymVCo0GGQ360thiKwQ="; 9 } 10 ); 11 in