lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libssh: 0.8.9 -> 0.9.6

+3 -3
+3 -3
pkgs/development/libraries/libssh/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libssh"; 5 - version = "0.8.9"; 5 + version = "0.9.6"; 6 6 7 7 src = fetchurl { 8 - url = "https://www.libssh.org/files/0.8/${pname}-${version}.tar.xz"; 9 - sha256 = "09b8w9m5qiap8wbvz4613nglsynpk8hn0q9b929ny2y4l2fy2nc5"; 8 + url = "https://www.libssh.org/files/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 9 + sha256 = "sha256-hrz4hb2bgEZv4OBUU8WLh332GvqLqUeljDVtfw+rgps="; 10 10 }; 11 11 12 12 postPatch = ''