Unverified Commit 5f29c230 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #262636 from figsoda/xh

xh: 0.19.1 -> 0.19.3
parents 978b618c 81351c0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "xh";
  version = "0.19.1";
  version = "0.19.3";

  src = fetchFromGitHub {
    owner = "ducaale";
    repo = "xh";
    rev = "v${version}";
    sha256 = "sha256-R15l73ApQ5apZsJ9+wLuse50nqZObTLurt0pXu5p5BE=";
    sha256 = "sha256-O/tHBaopFzAVcWdwiMddemxwuYhYVaShXkP9Mwdqs/w=";
  };

  cargoSha256 = "sha256-GGn5cNOIgCBl4uEIYxw5CIgd6uPHkid9MHnLCpuNX7I=";
  cargoSha256 = "sha256-8sss2UG1EVbzCDwCREQx2mb9V0eJjeKhcUUqfN+Aepk=";

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