php74Extensions.blackfire: 1.70.0 -> 1.71.0
Add PHP 8.1 support.
This commit is contained in:
parent
a73696f9ef
commit
52a2f435b1
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user