Unverified Commit 726e3582 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

httm: 0.46.2 -> 0.46.6 (#389782)

parents 0f5caab4 ca92b41a
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.46.2";
  version = "0.46.6";

  src = fetchFromGitHub {
    owner = "kimono-koans";
    repo = "httm";
    rev = version;
    hash = "sha256-KihorfQfHBNUhePnNbjrY+X4j0lOLW3C3bHMZSW57N0=";
    hash = "sha256-QMw5FrI5GCaUrUPaxqGDBtz7RPcCFQn+jntmyertzhM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-ierJVMenS/VT23Nd0tsfI3TpPOWMsZOkWTN5PvYwsj4=";
  cargoHash = "sha256-dIF3Qi8rK+H07x4uhi8uXs1Pdr8p3KIkVUrXqEQpCsc=";

  nativeBuildInputs = [ installShellFiles ];