lol

websurfx: 1.22.2 -> 1.23.0 (#377557)

Co-authored-by: theobori <theobori@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
theobori
and committed by
GitHub
d20931e1 6f27cf11

+3 -3
+3 -3
pkgs/by-name/we/websurfx/package.nix
··· 6 6 pkg-config, 7 7 }: 8 8 let 9 - version = "1.22.2"; 9 + version = "1.23.0"; 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 pname = "websurfx"; ··· 16 16 owner = "neon-mmd"; 17 17 repo = "websurfx"; 18 18 tag = "v${version}"; 19 - hash = "sha256-Kwf4lIY99dnF8p59qOUefHIyhQHBb/ZasidswETLICM="; 19 + hash = "sha256-+29Q963+CdYgy8JmhZwG22CElliYpFyEtOj8pHZj8XY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ ··· 29 29 30 30 useFetchCargoVendor = true; 31 31 32 - cargoHash = "sha256-DK5eYgz/+FieauE7bCXXOs7RQUQWEphq3wP8QD0S9QQ="; 32 + cargoHash = "sha256-16u9pb8+qjoQPK5xipJAFCMIpebJRTiGtv1gFn3xyj8="; 33 33 34 34 postPatch = '' 35 35 substituteInPlace src/handler/mod.rs \