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

sslh: 2.1.1 -> 2.1.2
This commit is contained in:
Franz Pletz
2024-05-17 13:03:56 +02:00
committed by GitHub
+2 -2
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";