mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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, fetchFromGitHub, autoconf, automake, libtool, pam, openssl, openssh, shadow, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.16";
|
version = "2.19";
|
||||||
name = "shellinabox-${version}";
|
name = "shellinabox-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shellinabox";
|
owner = "shellinabox";
|
||||||
repo = "shellinabox";
|
repo = "shellinabox";
|
||||||
rev = "8ac3a4efcf20f7b66d3f1eb1d4f3054aef6e196b";
|
rev = "1a8010f2c94a62e7398c4fa130dfe9e099dc55cd";
|
||||||
sha256 = "1pp6nk0279d2q7l1cvx8jc73skfjv0s42wxb2m00x0bg9i1fvs5j";
|
sha256 = "16cr7gbnh6vzsxlhg9j9avqrxbhbkqhsbvh197b0ccdwbb04ysan";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./shellinabox-minus.patch ];
|
patches = [ ./shellinabox-minus.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user