lol

xh: 0.19.4 -> 0.20.1

Diff: https://github.com/ducaale/xh/compare/v0.19.4...v0.20.1

Changelog: https://github.com/ducaale/xh/blob/v0.20.1/CHANGELOG.md

figsoda 22bdd87f 9d2e609d

+3 -3
+3 -3
pkgs/tools/networking/xh/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "xh"; 14 - version = "0.19.4"; 14 + version = "0.20.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ducaale"; 18 18 repo = "xh"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-L+qHcC5SQPHiflTc4vYmVyME1KyfG9wug3fO7ib7Ffk="; 20 + sha256 = "sha256-e3AGegW0V7JK6iLy0PaMwSeA9+2wSouzX5QIYUg8HCk="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-W6fqZJcyKm5+4DFm+lFxIACw3nvQ6TK3sZJdIrkxjjw="; 23 + cargoSha256 = "sha256-JE8SKxc7fKlK637NCZnTKkbF4GNrrvJQ/2kGxK4WXpg="; 24 24 25 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26 26