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

Merge pull request #244987 from NixOS/php/php83-beta1

php83: 8.3.0alpha3 -> 8.3.0beta1
parents 864404dc 26b91e73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

let
  base = (callPackage ./generic.nix (_args // {
    version = "8.3.0alpha3";
    version = "8.3.0beta1";
    hash = null;
  })).overrideAttrs (oldAttrs: {
    src = fetchurl {
      url = "https://downloads.php.net/~jakub/php-8.3.0alpha3.tar.xz";
      hash = "sha256-Ko0SR5ZIsdMyEmeM65zFU4bCU7f7xpiDBMf0od/kv8k=";
      url = "https://downloads.php.net/~eric/php-8.3.0beta1.tar.xz";
      hash = "sha256-eZjhwqkP1RkyzpV5uMUxUWkXiPERBgGtmaX65WhDdl8=";
    };
  });
in