Commit 6fd68aef authored by R. RyanTM's avatar R. RyanTM
Browse files

phpExtensions.ds: 1.6.0 -> 2.0.0

parent 025c852a
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 ];