sslh: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2024-12-08 12:50:23 +00:00
parent 0bc7caf6ff
commit 1682e84eed

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sslh";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "yrutschle";
repo = pname;
rev = "v${version}";
hash = "sha256-+G6xYiytSWW2CljuaeJZfTuXCjkbDCzwU/FSLBmvnGw=";
hash = "sha256-46lnQ+u+TfHrI2Yz5jd/Tl82K8mmqFY2Cqu6ktLiveA=";
};
postPatch = "patchShebangs *.sh";