Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ef281a91103
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ae6e76228992
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 15, 2020

  1. sslh: 1.20 -> 1.21

    r-ryantm committed Jul 15, 2020
    Copy the full SHA
    9cc53fd View commit details

Commits on Jul 19, 2020

  1. Merge pull request #93159 from r-ryantm/auto-update/sslh

    sslh: 1.20 -> 1.21
    marsam authored Jul 19, 2020
    Copy the full SHA
    ae6e762 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/sslh/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/sslh/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "sslh";
version = "1.20";
version = "1.21";

src = fetchurl {
url = "https://www.rutschle.net/tech/sslh/sslh-v${version}.tar.gz";
sha256 = "05jihpjxx094h7hqzgd9v5jmy77ipwrakzzmjyfvpdzw3h59px57";
sha256 = "1am63nslvv9xkbn9xavpf1zl6f7g1snz8cvnzlya7dq4la4y97d7";
};

postPatch = "patchShebangs *.sh";