sshesame: 0.0.38 -> 0.0.39

This commit is contained in:
R. Ryantm
2024-09-09 23:02:51 +02:00
committed by Weijia Wang
parent 89b05fcdfa
commit 130cdb8130
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sshesame";
version = "0.0.38";
version = "0.0.39";
src = fetchFromGitHub {
owner = "jaksi";
repo = "sshesame";
rev = "v${version}";
hash = "sha256-CSoDUfbYSf+V7jHVqXGhLc6Mrluy+XbZKCs6IA8reIw=";
hash = "sha256-h0qvi90gbWm4LCL3FeipW8BKkbuUt0xGMTjaaeYadnE=";
};
vendorHash = "sha256-tfxqr1yDXE+ACCfAtZ0xePpB/xktfwJe/xPU8qAVz54=";
vendorHash = "sha256-1v+cNMr2jpLPfxusPsgnFN31DwuNntXuq3sDNpWL0Rg=";
ldflags = [ "-s" "-w" ];