Unverified Commit 0e57fc7e authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

php8*Extensions.ssh2: 1.3.1 -> 1.4.1

parent e0d61a79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:

buildPecl rec {
  version = "1.3.1";
  version = "1.4.1";
  pname = "ssh2";

  sha256 = "sha256-kJOh+NJNxlg2AnsOI5xQ3o1err+DlrwzMf3TjF1pr9k=";
  sha256 = "sha256-e8pbI/cx252O0K6l25uxXaj/EzsPu6lhArguldpNh2Q=";

  buildInputs = [ libssh2 ];
  configureFlags = [ "--with-ssh2=${libssh2.dev}" ];