Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

websurfx: 1.23.6 -> 1.24.6

R. Ryantm 98437fde b222bbdb

+3 -3
+3 -3
pkgs/by-name/we/websurfx/package.nix
··· 6 pkg-config, 7 }: 8 let 9 - version = "1.23.6"; 10 in 11 rustPlatform.buildRustPackage { 12 pname = "websurfx"; ··· 16 owner = "neon-mmd"; 17 repo = "websurfx"; 18 tag = "v${version}"; 19 - hash = "sha256-tTwY+cmGUmqaTBHjZl/MA8wVBH/2CpoTcZZitZEKxJo="; 20 }; 21 22 nativeBuildInputs = [ ··· 29 30 useFetchCargoVendor = true; 31 32 - cargoHash = "sha256-/cfpj1/PvJ6lkVyfdzrMXiG1d3Fg5p6eui3QuRlrnNw="; 33 34 postPatch = '' 35 substituteInPlace src/handler/mod.rs \
··· 6 pkg-config, 7 }: 8 let 9 + version = "1.24.6"; 10 in 11 rustPlatform.buildRustPackage { 12 pname = "websurfx"; ··· 16 owner = "neon-mmd"; 17 repo = "websurfx"; 18 tag = "v${version}"; 19 + hash = "sha256-T5ghMAR5fIFwbzBBl4wO+RIPkzbOK+ZAFnw5Id+aVlc="; 20 }; 21 22 nativeBuildInputs = [ ··· 29 30 useFetchCargoVendor = true; 31 32 + cargoHash = "sha256-vjvSOhyEQPW8sw1SjVWGvtnpzHGbyah1ufhLBUq7Qcw="; 33 34 postPatch = '' 35 substituteInPlace src/handler/mod.rs \