softether: 4.41-9782-beta -> 4.44-9807-rtm (#409940)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:57:47 +00:00 committed by GitHub
commit 4d0830518b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "softether"; pname = "softether";
version = "4.41-9782-beta"; version = "4.44-9807-rtm";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SoftEtherVPN"; owner = "SoftEtherVPN";
repo = "SoftEtherVPN_Stable"; repo = "SoftEtherVPN_Stable";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-yvN5hlfAtE+gWm0s/TY/Lp53By5SDHyQIvvDutRnDNQ="; hash = "sha256-roi5M/YmSBH44pRPSVZcADIHDbSpAfASiPbTdijisUM=";
}; };
buildInputs = [ buildInputs = [