summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-07 14:16:47 +0100
committerDomen Kožar <domen@dev.si>2015-11-07 14:16:47 +0100
commitc478d12bc1960f24bf4cf0c9738ae869f0dd253b (patch)
tree106a4f9ca2e3eb7fa972bd3e08c8968109fe6371 /pkgs/development/libraries
parent74d79c9b197347f457edb19c96e1bf7d6c2abff7 (diff)
downloadnixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar.gz
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar.bz2
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar.lz
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar.xz
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.tar.zst
nixpkgs-c478d12bc1960f24bf4cf0c9738ae869f0dd253b.zip
libssh: current url is down, provide a new one
Diffstat (limited to 'pkgs/development/libraries')
-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 53d24b9f12f..3f6eeac892b 100644
--- a/pkgs/development/libraries/libssh/default.nix
+++ b/pkgs/development/libraries/libssh/default.nix
@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
   name = "libssh-0.7.2";
 
   src = fetchurl {
-    url = "https://red.libssh.org/attachments/download/154/libssh-0.7.2.tar.xz";
-    sha256 = "0v84zm957z31yyrj47n62hby38nrjk5ih0ajmgccnqrjdpwwrira";
+    url = "https://red.libssh.org/attachments/download/177/${name}.tar.xz";
+    sha256 = "0qmfxgx88dbzcbyvh40gddn0fcg9adyyskg8pnsclha1cywlab53";
   };
 
   postPatch = ''