Skip to content

Commit

Permalink
sslh: 2.1.2 -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit 1682e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ss/sslh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "sslh";
version = "2.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "yrutschle";
repo = pname;
rev = "v${version}";
hash = "sha256-+G6xYiytSWW2CljuaeJZfTuXCjkbDCzwU/FSLBmvnGw=";
hash = "sha256-46lnQ+u+TfHrI2Yz5jd/Tl82K8mmqFY2Cqu6ktLiveA=";
};

postPatch = "patchShebangs *.sh";
Expand Down

0 comments on commit 1682e84

Please sign in to comment.