Unverified Commit e455148e authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php83: 8.3.0RC5 -> 8.3.0RC6

parent f5242571
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -2,14 +2,12 @@

let
  base = (callPackage ./generic.nix (_args // {
    version = "8.3.0RC5";
    hash = null;
  })).overrideAttrs (oldAttrs: {
    src = fetchurl {
      url = "https://downloads.php.net/~jakub/php-8.3.0RC5.tar.xz";
      hash = "sha256-I42ded2tZO5ZQ+iU5DeNKjT+mNNoowew8gNOYDeB5aY=";
    version = "8.3.0RC6";
    phpSrc = fetchurl {
      url = "https://downloads.php.net/~eric/php-8.3.0RC6.tar.xz";
      hash = "sha256-Hntdz+vEkh7EQgnB4IrnG2sQ5bG2uJW7T3a0RIbHBe0=";
    };
  });
  }));
in
base.withExtensions ({ all, ... }: with all; ([
  bcmath