Skip to content

Commit

Permalink
libssh: bugfix 0.7.3 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 5, 2017
1 parent 3b583d9 commit 6d2c381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libssh/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, cmake, zlib, openssl, libsodium }:

stdenv.mkDerivation rec {
name = "libssh-0.7.3";
name = "libssh-0.7.4";

src = fetchurl {
url = "https://red.libssh.org/attachments/download/195/${name}.tar.xz";
sha256 = "165g49i4kmm3bfsjm0n8hm21kadv79g9yjqyq09138jxanz4dvr6";
url = "https://red.libssh.org/attachments/download/210/${name}.tar.xz";
sha256 = "03bcp9ksqp0s1pmwfmzhcknvkxay5k0mjzzxp3rjlifbng1vxq9r";
};

postPatch = ''
Expand Down

0 comments on commit 6d2c381

Please sign in to comment.