Unverified Commit 1e7e3d48 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

wstunnel: 10.1.9 -> 10.1.10 (#388520)

parents c021204a e0548281
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  version = "10.1.9";
  version = "10.1.10";
in

rustPlatform.buildRustPackage {
@@ -19,11 +19,11 @@ rustPlatform.buildRustPackage {
    owner = "erebe";
    repo = "wstunnel";
    tag = "v${version}";
    hash = "sha256-39VPPPBKUhl17PJBa7wJi0H4jghTRjy9cFgihgK+mFE=";
    hash = "sha256-7HW2AtMTNE05qSBhltj+ZxJhoMJmaMynko8+wIgpqCc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-3+vq/IJ526t7UQ6FcrTKOD1umUD07amCa3b0myfbxrI=";
  cargoHash = "sha256-NujasFigZ+BETg3J8fOKu5QAm68ZzP7uIXwv7bI+2uM=";

  cargoBuildFlags = [ "--package wstunnel-cli" ];