sslh: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2023-11-14 04:06:10 +00:00
parent 541745f774
commit 560e41562c

View file

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