Merge pull request #175100 from fabaff/stunnel-bump
stunnel: 5.63 -> 5.64
This commit is contained in:
commit
626b42a496
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "stunnel";
|
pname = "stunnel";
|
||||||
version = "5.63";
|
version = "5.64";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
|
url = "https://www.stunnel.org/downloads/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-x0xOFRRKOuNLi4kLsxyQkgcwFJC9HlG/qqX/6wqZRhc=";
|
sha256 = "sha256-7r5T7RFrpDsueGdisMK5FRHnt0hXrUdlgk5xmeb6+IM=";
|
||||||
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
|
# please use the contents of "https://www.stunnel.org/downloads/${name}.tar.gz.sha256",
|
||||||
# not the output of `nix-prefetch-url`
|
# not the output of `nix-prefetch-url`
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue