Unverified Commit ef4645a5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

httm: 0.45.6 -> 0.46.2 (#382502)

parents f60f91fc 5f935c1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "httm";
  version = "0.45.6";
  version = "0.46.2";

  src = fetchFromGitHub {
    owner = "kimono-koans";
    repo = pname;
    rev = version;
    hash = "sha256-dNiF1MbDhQKETQf3O+5joFR82cQsQezSayEwY2YJeNs=";
    hash = "sha256-KihorfQfHBNUhePnNbjrY+X4j0lOLW3C3bHMZSW57N0=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-YnJoJ3npiURcmV36kgyhAcXla/tBTK7Hkqxrq6D/XRk=";
  cargoHash = "sha256-ierJVMenS/VT23Nd0tsfI3TpPOWMsZOkWTN5PvYwsj4=";

  nativeBuildInputs = [ installShellFiles ];