sslh: 2.2.1 -> 2.2.3

This commit is contained in:
R. Ryantm
2025-05-14 15:54:35 +00:00
parent dac052eb34
commit 92ebb84470
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sslh";
version = "2.2.1";
version = "2.2.3";
src = fetchFromGitHub {
owner = "yrutschle";
repo = "sslh";
rev = "v${version}";
hash = "sha256-AAGS7/mhlPRbZ6VazVA0wnKf3SrEB/AgF8HgeICwvx4=";
hash = "sha256-SWkhTgJM6s89mgvJbqa+N75+0TYCvlEH1NQgaKjocFo=";
};
postPatch = "patchShebangs *.sh";