sslh: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-03-14 00:48:17 +00:00
parent c61d0920a3
commit 104723860c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sslh";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "yrutschle";
repo = pname;
rev = "v${version}";
hash = "sha256-KXjoYtiGaOrdWRbI0umNfxbtS7p+YaW352lC/5f+AM4=";
hash = "sha256-fIKiUrpHn2VcUFH6WblZDDpa+AenC2qtgrQ6uUUIyoQ=";
};
postPatch = "patchShebangs *.sh";