mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
shellinabox: 2.16 -> 2.19
This commit is contained in:
parent
1d4b4dc8b6
commit
7e066b13e7
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pam, openssl, openssh, shadow, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.16";
|
||||
version = "2.19";
|
||||
name = "shellinabox-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shellinabox";
|
||||
repo = "shellinabox";
|
||||
rev = "8ac3a4efcf20f7b66d3f1eb1d4f3054aef6e196b";
|
||||
sha256 = "1pp6nk0279d2q7l1cvx8jc73skfjv0s42wxb2m00x0bg9i1fvs5j";
|
||||
rev = "1a8010f2c94a62e7398c4fa130dfe9e099dc55cd";
|
||||
sha256 = "16cr7gbnh6vzsxlhg9j9avqrxbhbkqhsbvh197b0ccdwbb04ysan";
|
||||
};
|
||||
|
||||
patches = [ ./shellinabox-minus.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user