Skip to content

Commit

Permalink
phpExtensions.redis: fix build for 7.1 <= PHP <= 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 22, 2024
1 parent 4140028 commit 323d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/package-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ in
redis =
if lib.versionOlder prev.php.version "7.0" then
final.callPackage ./extensions/redis/4.nix { }
else if lib.versionOlder prev.php.version "7.1" then
else if lib.versionOlder prev.php.version "7.3" then
final.callPackage ./extensions/redis/6.0.nix { }
else if lib.versionOlder prev.php.version "8.0" then
prev.extensions.redis.overrideAttrs (attrs: {
Expand Down

0 comments on commit 323d9eb

Please sign in to comment.