eddie: 2.24.4 -> 2.24.6

https://github.com/AirVPN/Eddie/releases/tag/2.24.6
This commit is contained in:
Ryan Omasta
2025-07-13 19:24:45 -06:00
parent 4490d0597d
commit b004a052f1
+3 -5
View File
@@ -28,15 +28,13 @@
buildDotnetModule rec {
pname = "eddie";
version = "2.24.4";
version = "2.24.6";
src = fetchFromGitHub {
owner = "AirVPN";
repo = "Eddie";
# Upstream uses the summaries of commits for
# specifying the versions of experimental builds
rev = "aeaa7e594d71610dd2c231a8dc5c5aaddc89a7c1";
hash = "sha256-AlnWqrKoZb4s4MfPClxlEqzKIOwWL/frA+dx2kCNwW4=";
tag = version;
hash = "sha256-XSLxjF2k9cw+cx6KzFIQHtjDWqLT2V49KRw+oIyxM5M=";
};
patches = [