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

sslh: 2.0.1 -> 2.1.0
This commit is contained in:
Nick Cao 2024-03-14 12:25:20 -04:00 committed by GitHub
commit 729a0c6a17
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.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "yrutschle";
repo = pname;
rev = "v${version}";
hash = "sha256-KXjoYtiGaOrdWRbI0umNfxbtS7p+YaW352lC/5f+AM4=";
hash = "sha256-fIKiUrpHn2VcUFH6WblZDDpa+AenC2qtgrQ6uUUIyoQ=";
};
postPatch = "patchShebangs *.sh";