Unverified Commit 2cc91eff authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

php83: 8.3.23 -> 8.3.24 (#430662)

parents 9bce4271 d7553015
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.23";
      hash = "sha256-BUiPe5Z9kKUJMvBnTcNW4beV9SLwKYtc4ktoDeIzwtQ=";
      version = "8.3.24";
      hash = "sha256-5OEtpJB0aSRiTJFAa2CzGWfk173qu6uejLU1SITumWQ=";
    }
  );
in