Skip to content

Commit 5f2a8f8

Browse files
authored
sslh: 2.2.3 -> 2.2.4 (#415111)
2 parents 293486f + 1af0a95 commit 5f2a8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ss/sslh/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "sslh";
16-
version = "2.2.3";
16+
version = "2.2.4";
1717

1818
src = fetchFromGitHub {
1919
owner = "yrutschle";
2020
repo = "sslh";
2121
rev = "v${version}";
22-
hash = "sha256-SWkhTgJM6s89mgvJbqa+N75+0TYCvlEH1NQgaKjocFo=";
22+
hash = "sha256-jG2+CT+Zcfkp+RLKcVfCTozgNuldfxKw7YaJLGKIZzE=";
2323
};
2424

2525
postPatch = "patchShebangs *.sh";

0 commit comments

Comments
 (0)