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

phpExtensions.ds: 1.6.0 -> 2.0.0 (#511088)

parents 18ff7803 6fd68aef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

let
  version = "1.6.0";
  version = "2.0.0";
in
buildPecl {
  inherit version;
@@ -17,7 +17,7 @@ buildPecl {
    owner = "php-ds";
    repo = "ext-ds";
    rev = "v${version}";
    sha256 = "sha256-c7MIqaPwIgdzKHRqR2km1uTQRrrr3OzDzopTbz5rLnE=";
    sha256 = "sha256-QWBxjt3rzD3m3y2ScbYvtZnjPUYsd3uMMQOFY/RQ3Io=";
  };

  buildInputs = [ pcre2 ];