Unverified Commit aa32ada9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.redis: 6.1.0 -> 6.2.0 (#395913)

parents cbe9bb06 56dc5a3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "6.1.0";
  version = "6.2.0";
in
buildPecl {
  inherit version;
@@ -16,7 +16,7 @@ buildPecl {
    repo = "phpredis";
    owner = "phpredis";
    rev = version;
    hash = "sha256-zuvdWBJl6vBDnIAR0txfar1+c06VqGnwtobZnxok2uU=";
    hash = "sha256-uUnH+AS4PgIm+uias5T5+W7X5Pzq4hx4c6zAl4OYk1g=";
  };

  internalDeps = with php.extensions; [ session ];