sslh: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2024-05-17 02:53:26 +00:00
parent ea77cefecb
commit 28a99fc3f3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sslh";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "yrutschle";
repo = pname;
rev = "v${version}";
hash = "sha256-NCjLqYSPHukY11URQ/n+33Atzl4DhPDbNOEDaP6bQlg=";
hash = "sha256-+G6xYiytSWW2CljuaeJZfTuXCjkbDCzwU/FSLBmvnGw=";
};
postPatch = "patchShebangs *.sh";