Merge pull request #204989 from etu/php82-stable

php82: 8.2.0-rc7 -> 8.2.0
This commit is contained in:
Elis Hirwing
2022-12-08 00:37:19 +01:00
committed by GitHub
+1 -9
View File
@@ -1,17 +1,9 @@
{ callPackage, lib, stdenv, fetchurl, ... }@_args:
let
hash = "sha256-MSBENMUl+F5k9manZvYjRDY3YWsYToZSQU9hmhJ8Xvc=";
base = callPackage ./generic.nix (_args // {
version = "8.2.0";
phpAttrsOverrides = attrs: attrs // {
src = fetchurl {
url = "https://downloads.php.net/~pierrick/php-8.2.0RC7.tar.xz";
inherit hash;
};
};
inherit hash;
hash = "sha256-G/T8pmP5PZ4LSQm9bq4Fg6HOOD5/Bd8Sbyjycvof1Ro=";
});
in