Merge pull request #298928 from r-ryantm/auto-update/sslh

sslh: 2.1.0 -> 2.1.1
This commit is contained in:
Nick Cao 2024-03-25 11:54:48 -04:00 committed by GitHub
commit d7dabd6adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";