mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:17:46 +00:00
evil-winrm: 3.3 -> 3.5
Diff: https://github.com/Hackplayers/evil-winrm/compare/v3.3...v3.5 Changelog: https://github.com/Hackplayers/evil-winrm/releases/tag/v3.5
This commit is contained in:
parent
46bd31a747
commit
545ac55f77
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "evil-winrm";
|
||||
version = "3.3";
|
||||
version = "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Hackplayers";
|
||||
repo = "evil-winrm";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-uWhRkq7I/XRWSUpR8lWRhDImE6x0pX9/B3gKhRIhkf8=";
|
||||
sha256 = "sha256-8Lyo7BgypzrHMEcbYlxo/XWwOtBqs2tczYnc3+XEbeA=";
|
||||
};
|
||||
|
||||
env = bundlerEnv {
|
||||
|
Loading…
Reference in New Issue
Block a user