8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "Hackplayers";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-8Lyo7BgypzrHMEcbYlxo/XWwOtBqs2tczYnc3+XEbeA=";
22 lockfile = ./Gemfile.lock;
23 gemset = ./gemset.nix;
36 cp evil-winrm.rb $out/bin/evil-winrm
40 description = "WinRM shell for hacking/pentesting";
41 mainProgram = "evil-winrm";
42 homepage = "https://github.com/Hackplayers/evil-winrm";
43 changelog = "https://github.com/Hackplayers/evil-winrm/blob/v${version}/CHANGELOG.md";
44 license = licenses.lgpl3Plus;