updated warpssh

This commit is contained in:
Jakub Kropáček 2025-07-14 13:33:04 +02:00
parent e7598c2316
commit 0728a5e1d4
Signed by: JustScreaMy
GPG key ID: 4EC6A2C45D75FC86

View file

@ -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" ];