xh: 0.21.0 -> 0.22.0

+3 -3
+3 -3
pkgs/tools/networking/xh/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "xh"; 14 - version = "0.21.0"; 15 16 src = fetchFromGitHub { 17 owner = "ducaale"; 18 repo = "xh"; 19 rev = "v${version}"; 20 - sha256 = "sha256-nsxXNlDycn7W7X+AthYCFQu8i2bEPQv7r2LCbc3gFrE="; 21 }; 22 23 - cargoHash = "sha256-THj8tE12P/K+t/R1xUxo042FIX6JP3riCvm2a8zVEzw="; 24 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "xh"; 14 + version = "0.22.0"; 15 16 src = fetchFromGitHub { 17 owner = "ducaale"; 18 repo = "xh"; 19 rev = "v${version}"; 20 + sha256 = "sha256-hppfBiWJAsJXh6eERh4RYTmSOCNlxy2BcilRM6oafjk="; 21 }; 22 23 + cargoHash = "sha256-pyOcrc8F+rdYWQtOEP6RZpaKeaMGNvc6eqFOVeBzK4k="; 24 25 buildFeatures = lib.optional withNativeTls "native-tls"; 26