Merge pull request #303791 from oluceps/update-hysteria

hysteria: 2.4.0 -> 2.4.1
This commit is contained in:
Matthias Beyer
2024-04-14 08:32:45 +02:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "hysteria";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "apernet";
repo = pname;
rev = "app/v${version}";
hash = "sha256-zrnyOb40LJz6yWxXh6w4R4JY3lUb3DcJgoYjxM2/hvE=";
hash = "sha256-ohqWubYR9Z5KtMEOyqVfxnmNO6SoaSsA3SOMDivVA54=";
};
vendorHash = "sha256-DuQwg4vJgwC6IBs+8J5OVdO67OgdhmGTF88zlikHaAQ=";