php81: 8.1.2 -> 8.1.3

This commit is contained in:
Pol Dellaiera 2022-02-20 11:07:01 +01:00
parent 60dfe5bd6c
commit 96983152e7
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA
2 changed files with 2 additions and 7 deletions

View file

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.1.2";
sha256 = "1aakbfgjffha4v7fl6229wwzavw59s1qkb547sipyhl88gfwfgci";
version = "8.1.3";
sha256 = "sha256-NUxOLFBgRuyoEtH8JSaISi9UtePSDvDt6RmmnrIy0L4=";
});
in

View file

@ -545,11 +545,6 @@ lib.makeScope pkgs.newScope (self: with self; {
{
name = "sockets";
doCheck = false;
patches = lib.optional (php.version == "8.1.2")
(fetchpatch {
url = "https://github.com/php/php-src/commit/07aaa34cd418c44f7bc653fafbf49f07fc71b2bf.patch";
sha256 = "sha256-EwVb09/zV2vJ8PuyLpKFCovxe6yKct0UBvishZaordM=";
});
}
{ name = "sodium"; buildInputs = [ libsodium ]; }
{ name = "sqlite3"; buildInputs = [ sqlite ]; }