sslh: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-03-25 13:41:30 +00:00
parent b1b78f4369
commit 3f1c8b515b
1 changed files with 2 additions and 2 deletions

View File

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