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 {
|
buildGoModule rec {
|
||||||
pname = "warpssh";
|
pname = "warpssh";
|
||||||
version = "1.0";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.kropcloud.net/JustScreaMy/warpssh.git";
|
url = "https://git.kropcloud.net/JustScreaMy/warpssh.git";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-oMtUQYYqJ+/ezNrFVhNL8LBcqf0P9w8Dq1Gt28sgxLI=";
|
hash = "sha256-6DUnmO+UXu48S3IHe55xcUAWYp4v0rD5cpADqKWjC9c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-s -w" ];
|
ldflags = [ "-s -w" ];
|
||||||
|
|
Loading…
Reference in a new issue