sshesame: 0.0.27 -> 0.0.35

This commit is contained in:
R. Ryantm 2024-06-22 12:27:22 +00:00 committed by Weijia Wang
parent 403ed7ab1e
commit fc3cb14594

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "sshesame";
version = "0.0.27";
version = "0.0.35";
src = fetchFromGitHub {
owner = "jaksi";
repo = "sshesame";
rev = "v${version}";
hash = "sha256-pDLCOyjvbHM8Cw1AIt7+qTbCmH0tGSmwaTBz5pQ05bc=";
hash = "sha256-D+vygu+Zx/p/UmqOXqx/4zGv6mtCUKTeU5HdBhxdbN4=";
};
vendorHash = "sha256-iaINGWpj2gHfwsIOEp5PwlFBohXX591+/FBGyu656qI=";
vendorHash = "sha256-WX3rgv9xz3lisYSjf7xvx4oukDSuxE1yqLl6Sz/iDYc=";
ldflags = [ "-s" "-w" ];