updated warpssh
This commit is contained in:
parent
e7598c2316
commit
0728a5e1d4
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
|||
}:
|
||||
buildGoModule rec {
|
||||
pname = "warpssh";
|
||||
version = "1.0";
|
||||
version = "1.1";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.kropcloud.net/JustScreaMy/warpssh.git";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-oMtUQYYqJ+/ezNrFVhNL8LBcqf0P9w8Dq1Gt28sgxLI=";
|
||||
hash = "sha256-6DUnmO+UXu48S3IHe55xcUAWYp4v0rD5cpADqKWjC9c=";
|
||||
};
|
||||
|
||||
ldflags = [ "-s -w" ];
|
||||
|
|
Loading…
Reference in a new issue