sslh: 2.2.3 -> 2.2.4 (#415111)

This commit is contained in:
Nick Cao
2025-06-10 13:35:44 -04:00
committed by GitHub
+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";