xh: 0.12.0 -> 0.13.0

+3 -3
+3 -3
pkgs/tools/networking/xh/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "xh"; 6 - version = "0.12.0"; 7 8 src = fetchFromGitHub { 9 owner = "ducaale"; 10 repo = "xh"; 11 rev = "v${version}"; 12 - sha256 = "sha256-icJBQdFWdiHCYrZ7U90g6CdXdAkv3Y/WJu0IfZAdGv0="; 13 }; 14 15 - cargoSha256 = "sha256-htv5OQnat4Qi6A6lmVonuz+8/DWz8fOGYPbnCnlizBo="; 16 17 nativeBuildInputs = [ installShellFiles pkg-config ]; 18
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "xh"; 6 + version = "0.13.0"; 7 8 src = fetchFromGitHub { 9 owner = "ducaale"; 10 repo = "xh"; 11 rev = "v${version}"; 12 + sha256 = "sha256-fTd4VSUUj9Im+kCEuFgDsA7eofM1xQfrRzigr1vyJ3I="; 13 }; 14 15 + cargoSha256 = "sha256-yZdGw/6iVg8PaUyjTrxj6h/2yhBtqEqvMhdRHhMwDZc="; 16 17 nativeBuildInputs = [ installShellFiles pkg-config ]; 18