Skip to content

Commit

Permalink
libssh2: 1.8.0 -> 1.8.1 (SECURITY)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Mar 19, 2019
1 parent 12efcc2 commit efee45b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/libssh2/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, openssl, zlib, windows }:

stdenv.mkDerivation rec {
name = "libssh2-1.8.0";
pname = "libssh2";
version = "1.8.1";

src = fetchurl {
url = "${meta.homepage}/download/${name}.tar.gz";
sha256 = "1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr";
url = "${meta.homepage}/download/${pname}-${version}.tar.gz";
sha256 = "0ngif3ynk6xqzy5nlfjs7bsmfm81g9f145av0z86kf0vbgrigda0";
};

outputs = [ "out" "dev" "devdoc" ];
Expand Down

0 comments on commit efee45b

Please sign in to comment.