Skip to content

Commit

Permalink
Merge pull request #267305 from drupol/php/bumps-php83rc6
Browse files Browse the repository at this point in the history
php83: 8.3.0RC5 -> 8.3.0RC6
  • Loading branch information
drupol authored Nov 14, 2023
2 parents e89ad83 + e455148 commit 599fefe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/development/interpreters/php/8.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 599fefe

Please sign in to comment.