about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-12-24 11:52:04 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-12-24 11:52:25 +0100
commit65830800bdaac91eae965d16df4473fc2a698fca (patch)
treedfe8e948d3ee505a5d068f1b48e87d325110a933 /pkgs/development
parent8ba53ffa1622695fe02626704b3991600167a267 (diff)
downloadnixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar.gz
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar.bz2
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar.lz
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar.xz
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.tar.zst
nixlib-65830800bdaac91eae965d16df4473fc2a698fca.zip
Revert "libssh2: 1.7.0 -> 1.8.0"
This reverts commit 324a115747ade5e7a3fa932d453ba49cbc1c48df.
Moving to staging.  I'm sorry, I pushed this by accident.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libssh2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libssh2/default.nix b/pkgs/development/libraries/libssh2/default.nix
index 0e53d27c8892..89e402d2416d 100644
--- a/pkgs/development/libraries/libssh2/default.nix
+++ b/pkgs/development/libraries/libssh2/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurlBoot, openssl, zlib, windows}:
 
 stdenv.mkDerivation rec {
-  name = "libssh2-1.8.0";
+  name = "libssh2-1.7.0";
 
   src = fetchurlBoot {
     url = "${meta.homepage}/download/${name}.tar.gz";
-    sha256 = "1m3n8spv79qhjq4yi0wgly5s5rc8783jb1pyra9bkx1md0plxwrr";
+    sha256 = "116mh112w48vv9k3f15ggp5kxw5sj4b88dzb5j69llsh7ba1ymp4";
   };
 
   outputs = [ "out" "dev" "devdoc" ];