Skip to content

Commit

Permalink
Merge pull request NixOS#328693 from r-ryantm/auto-update/wstunnel
Browse files Browse the repository at this point in the history
wstunnel: 9.7.2 -> 9.7.4
  • Loading branch information
NickCao authored Jul 20, 2024
2 parents a5e21ac + 1456a3e commit 1532660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ws/wstunnel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

let
version = "9.7.2";
version = "9.7.4";
in

rustPlatform.buildRustPackage {
Expand All @@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
rev = "v${version}";
hash = "sha256-5hpkY8MoSo59KmhXsPuLCmWq4KaUzuHBpesQMtgn7hw=";
hash = "sha256-OFm0Jk06Mxzr4F7KrMBGFqcDSuTtrMvBSK99bbOgua4=";
};

cargoHash = "sha256-kv+DX98SjI3m2CdM4RHoMMISZyrFmlhlSaBor0dFUSE=";
cargoHash = "sha256-JMRcXuw6AKfwViOgYAgFdSwUeTo04rEkKj+t+W8wjGI=";

checkFlags = [
# Tries to launch a test container
Expand Down

0 comments on commit 1532660

Please sign in to comment.