Skip to content

Commit

Permalink
softether: 4.38 -> 4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Oct 25, 2024
1 parent 24e70cf commit fef4f23
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/by-name/so/softether/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchurl,
fetchFromGitHub,
openssl,
readline,
ncurses,
Expand All @@ -11,12 +11,13 @@

stdenv.mkDerivation rec {
pname = "softether";
version = "4.38";
build = "9760";
version = "v4.41-9782-beta";

src = fetchurl {
url = "https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/v${version}-${build}-rtm/softether-src-v${version}-${build}-rtm.tar.gz";
sha256 = "0d8zahi9lkv72jh8yj66pwrsi4451vk113d3khzrzgbic6s2i0g6";
src = fetchFromGitHub {
owner = "SoftEtherVPN";
repo = "SoftEtherVPN_Stable";
rev = version;
hash = "sha256-yvN5hlfAtE+gWm0s/TY/Lp53By5SDHyQIvvDutRnDNQ=";
};

buildInputs = [
Expand Down

0 comments on commit fef4f23

Please sign in to comment.