Unverified Commit 418954ab authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

Merge pull request #269390 from oluceps/update-hysteria

hysteria: 2.2.1 -> 2.2.2
parents b564d16d 349b052f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
  pname = "hysteria";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "apernet";
    repo = pname;
    rev = "app/v${version}";
    hash = "sha256-3ovJVo3Jqkq067XgDMxW5efCp6Ivfex4LbuUyR0cB8s=";
    hash = "sha256-5j24wIZ4LloE9t0sv5p+oiYmexOaORASNN9JylXxrk4=";
  };

  vendorHash = "sha256-ErU1yEtSuMVkoJv9hyaE4OZS5o7GxuleoK0Q9BI2skw=";