Skip to content

Commit

Permalink
stunnel: 5.58 -> 5.59
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 3, 2021
1 parent b118976 commit 74199e1
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 74199e1

Please sign in to comment.