summary refs log tree commit diff
path: root/pkgs/development/libraries/libssh
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-25 16:37:09 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 19:11:38 +0200
commit25ebfe22e901017fe863a0a8ea824c790dbce125 (patch)
tree6af87760549b235b6a04c0f727fc2bebaffbee71 /pkgs/development/libraries/libssh
parent6a43fe01738b5ee4d621f42d463146739ee4952f (diff)
downloadnixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar.gz
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar.bz2
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar.lz
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar.xz
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.tar.zst
nixpkgs-25ebfe22e901017fe863a0a8ea824c790dbce125.zip
libssh: 0.8.5 -> 0.8.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libssh/versions
Diffstat (limited to 'pkgs/development/libraries/libssh')
-rw-r--r--pkgs/development/libraries/libssh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libssh/default.nix b/pkgs/development/libraries/libssh/default.nix
index f1b9d349a42..4d293e6fb39 100644
--- a/pkgs/development/libraries/libssh/default.nix
+++ b/pkgs/development/libraries/libssh/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, fetchpatch, pkgconfig, cmake, zlib, openssl, libsodium }:
 
 stdenv.mkDerivation rec {
-  name = "libssh-0.8.5";
+  name = "libssh-0.8.7";
 
   src = fetchurl {
     url = "https://www.libssh.org/files/0.8/${name}.tar.xz";
-    sha256 = "0dd3nmd20jw4z116qbz3wbffxbzrczi6mcxw0rmqzj0g4hqw9lh7";
+    sha256 = "14nmwfnnrhkwcfk5hn7azl905ivbh4wllmsbw5abd80b5yi4qc23";
   };
 
   postPatch = ''