Loading pkgs/tools/networking/stunnel/default.nix +15 −11 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd { fetchurl , lib , nixosTests , openssl , stdenv , systemd , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "stunnel"; version = "5.69"; version = "5.70"; outputs = [ "out" "doc" "man" ]; src = fetchurl { url = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz"; sha256 = "sha256-H/fZ8wiEx1uYyKCk4VNPp5rcraIyJjXmeHM3tOOP24E="; url = "https://www.stunnel.org/archive/${lib.versions.major finalAttrs.version}.x/stunnel-${finalAttrs.version}.tar.gz"; hash = "sha256-e7x7npqYjXYwEyXbTBEOw2Cpj/uKIhx6zL/5wKi64vM="; # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256", # not the output of `nix-prefetch-url` }; Loading Loading @@ -50,7 +54,7 @@ stdenv.mkDerivation rec { description = "Universal tls/ssl wrapper"; homepage = "https://www.stunnel.org/"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.thoughtpolice ]; platforms = lib.platforms.unix; }; } }) Loading
pkgs/tools/networking/stunnel/default.nix +15 −11 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd, systemd { fetchurl , lib , nixosTests , openssl , stdenv , systemd , systemdSupport ? lib.meta.availableOn stdenv.hostPlatform systemd }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "stunnel"; version = "5.69"; version = "5.70"; outputs = [ "out" "doc" "man" ]; src = fetchurl { url = "https://www.stunnel.org/archive/${lib.versions.major version}.x/${pname}-${version}.tar.gz"; sha256 = "sha256-H/fZ8wiEx1uYyKCk4VNPp5rcraIyJjXmeHM3tOOP24E="; url = "https://www.stunnel.org/archive/${lib.versions.major finalAttrs.version}.x/stunnel-${finalAttrs.version}.tar.gz"; hash = "sha256-e7x7npqYjXYwEyXbTBEOw2Cpj/uKIhx6zL/5wKi64vM="; # please use the contents of "https://www.stunnel.org/downloads/stunnel-${version}.tar.gz.sha256", # not the output of `nix-prefetch-url` }; Loading Loading @@ -50,7 +54,7 @@ stdenv.mkDerivation rec { description = "Universal tls/ssl wrapper"; homepage = "https://www.stunnel.org/"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.thoughtpolice ]; platforms = lib.platforms.unix; }; } })