Unverified Commit 9ee78173 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

php83: 8.3.19 -> 8.3.20 (#398104)

parents 2dc85384 6572a9c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ let
  base = callPackage ./generic.nix (
    _args
    // {
      version = "8.3.19";
      hash = "sha256-rWkCoqAvlOw+mYIGniZou6POR+L2u7q5Xra323vz01A=";
      version = "8.3.20";
      hash = "sha256-NrTmoyPNRWc6VPKW6dJma39d9XZBAxx3xP2BN7xOvrM=";
    }
  );
in