lol

Merge pull request #11495 from lihop/update-shellinabox

shellinabox: 2.16 -> 2.19

goibhniu b069292b 387293f6

+3 -3
+3 -3
pkgs/servers/shellinabox/default.nix
··· 1 1 { stdenv, fetchFromGitHub, autoconf, automake, libtool, pam, openssl, openssh, shadow, makeWrapper }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "2.16"; 4 + version = "2.19"; 5 5 name = "shellinabox-${version}"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "shellinabox"; 9 9 repo = "shellinabox"; 10 - rev = "8ac3a4efcf20f7b66d3f1eb1d4f3054aef6e196b"; 11 - sha256 = "1pp6nk0279d2q7l1cvx8jc73skfjv0s42wxb2m00x0bg9i1fvs5j"; 10 + rev = "1a8010f2c94a62e7398c4fa130dfe9e099dc55cd"; 11 + sha256 = "16cr7gbnh6vzsxlhg9j9avqrxbhbkqhsbvh197b0ccdwbb04ysan"; 12 12 }; 13 13 14 14 patches = [ ./shellinabox-minus.patch ];