Merge pull request #329851 from r-ryantm/auto-update/sshesame

sshesame: 0.0.35 -> 0.0.38
This commit is contained in:
Nick Cao 2024-07-25 18:57:13 -04:00 committed by GitHub
commit 080d97a640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sshesame";
version = "0.0.35";
version = "0.0.38";
src = fetchFromGitHub {
owner = "jaksi";
repo = "sshesame";
rev = "v${version}";
hash = "sha256-D+vygu+Zx/p/UmqOXqx/4zGv6mtCUKTeU5HdBhxdbN4=";
hash = "sha256-CSoDUfbYSf+V7jHVqXGhLc6Mrluy+XbZKCs6IA8reIw=";
};
vendorHash = "sha256-WX3rgv9xz3lisYSjf7xvx4oukDSuxE1yqLl6Sz/iDYc=";
vendorHash = "sha256-tfxqr1yDXE+ACCfAtZ0xePpB/xktfwJe/xPU8qAVz54=";
ldflags = [ "-s" "-w" ];