Skip to content

Commit

Permalink
Merge pull request #325900 from NixOS/backport-325691-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] xh: 0.22.0 -> 0.22.2
  • Loading branch information
risicle authored Jul 9, 2024
2 parents 097339b + a50ae77 commit 9bfcce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/xh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "xh";
version = "0.22.0";
version = "0.22.2";

src = fetchFromGitHub {
owner = "ducaale";
repo = "xh";
rev = "v${version}";
sha256 = "sha256-hppfBiWJAsJXh6eERh4RYTmSOCNlxy2BcilRM6oafjk=";
sha256 = "sha256-FhhVodpIdcB+2s4AkFk6phvoXFLYll/CFJV2/lHS0ww=";
};

cargoHash = "sha256-pyOcrc8F+rdYWQtOEP6RZpaKeaMGNvc6eqFOVeBzK4k=";
cargoHash = "sha256-P/OLzMpqWThrdCReWcPlVPGqVSjVD1veq3xL0TJ/soM=";

buildFeatures = lib.optional withNativeTls "native-tls";

Expand Down

0 comments on commit 9bfcce9

Please sign in to comment.