Skip to content

Commit

Permalink
wstunnel: 10.0.1 -> 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent 65bf97a commit db974ec
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 @@ -8,7 +8,7 @@
}:

let
version = "10.0.1";
version = "10.1.0";
in

rustPlatform.buildRustPackage {
Expand All @@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "erebe";
repo = "wstunnel";
rev = "v${version}";
hash = "sha256-lahuuVc+fbuWMXaWvt8C6j26Mo/1o5PkBfVH+lemdv4=";
hash = "sha256-nOks9OMA0z7e1nYnKxkSmEj5GXP00385E+jr67lzS5c=";
};

cargoHash = "sha256-gNx01LHIcAbedO2X/OwwnQWd9d0Qc6ahe84IRUyptcY=";
cargoHash = "sha256-QJ5Fb1M5CLDd2bZPy2p9zqh2A9KIoHp7PA1fxX2RDjI=";

nativeBuildInputs = [ versionCheckHook ];

Expand Down

0 comments on commit db974ec

Please sign in to comment.