From 52a2f435b1f33995d5bf4ae63ed6cf6fe149a6c0 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 8 Dec 2021 17:07:08 +0100 Subject: [PATCH] php74Extensions.blackfire: 1.70.0 -> 1.71.0 Add PHP 8.1 support. --- pkgs/development/tools/misc/blackfire/php-probe.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/blackfire/php-probe.nix b/pkgs/development/tools/misc/blackfire/php-probe.nix index 5872741d1a83..31ea03a2f868 100644 --- a/pkgs/development/tools/misc/blackfire/php-probe.nix +++ b/pkgs/development/tools/misc/blackfire/php-probe.nix @@ -15,14 +15,15 @@ let "7.3" = "blackfire-20180731"; "7.4" = "blackfire-20190902"; "8.0" = "blackfire-20200930"; + "8.1" = "blackfire-20210902"; }.${lib.versions.majorMinor php.version} or (throw "Unsupported PHP version."); in stdenv.mkDerivation rec { pname = "php-blackfire"; - version = "1.70.0"; + version = "1.71.0"; src = fetchurl { url = "https://packages.blackfire.io/debian/pool/any/main/b/blackfire-php/blackfire-php_${version}_amd64.deb"; - sha256 = "BOdVZCLwMQwVHFgmigXrWZhqZFP+1aWkeq9r24609nI="; + sha256 = "8LsYkzNy98qQ9niXrRCkL47Ouyd33ZICnSXx29WIWl4="; }; nativeBuildInputs = [