sslh: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2025-06-08 20:25:58 +00:00
parent edc7c67ab7
commit 1af0a950e5
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sslh";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "yrutschle";
repo = "sslh";
rev = "v${version}";
hash = "sha256-SWkhTgJM6s89mgvJbqa+N75+0TYCvlEH1NQgaKjocFo=";
hash = "sha256-jG2+CT+Zcfkp+RLKcVfCTozgNuldfxKw7YaJLGKIZzE=";
};
postPatch = "patchShebangs *.sh";