Skip to content

Commit

Permalink
libssh: 0.8.7 -> 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata authored and alyssais committed Mar 13, 2020
1 parent 291c735 commit 7ef8a42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/libraries/libssh/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:

stdenv.mkDerivation rec {
name = "libssh-0.8.7";
pname = "libssh";
version = "0.8.8";

src = fetchurl {
url = "https://www.libssh.org/files/0.8/${name}.tar.xz";
sha256 = "14nmwfnnrhkwcfk5hn7azl905ivbh4wllmsbw5abd80b5yi4qc23";
url = "https://www.libssh.org/files/0.8/${pname}-${version}.tar.xz";
sha256 = "1qk5bm9r6199jbfk54f8w24vkl52051g8s3kmq4z2kdc6vbpy4jb";
};

postPatch = ''
Expand All @@ -22,6 +23,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "SSH client library";
homepage = "https://libssh.org";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ sander ];
platforms = platforms.all;
Expand Down

0 comments on commit 7ef8a42

Please sign in to comment.