Skip to content

Commit

Permalink
Merge pull request NixOS#129190 from fabaff/bump-stunnel
Browse files Browse the repository at this point in the history
stunnel: 5.58 -> 5.59
  • Loading branch information
SuperSandro2000 committed Jul 4, 2021
2 parents a769825 + 74199e1 commit b8f90a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/stunnel/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "stunnel";
version = "5.58";
version = "5.59";

src = fetchurl {
url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
sha256 = "d4c14cc096577edca3f6a2a59c2f51869e35350b3988018ddf808c88e5973b79";
sha256 = "sha256-E3d232vo8XAfHNWQt3eZMuEjR5+5HlGSFxwWeYgVzp8=";
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
# not the output of `nix-prefetch-url`
};
Expand Down

0 comments on commit b8f90a3

Please sign in to comment.