Unverified Commit af043266 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203538 from r-ryantm/auto-update/httm

httm: 0.16.5 -> 0.17.7
parents 0c38ca60 446dd861
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "httm";
  version = "0.16.5";
  version = "0.17.7";

  src = fetchFromGitHub {
    owner = "kimono-koans";
    repo = pname;
    rev = version;
    sha256 = "sha256-b5d4tjXOrVRhkSTaUYkPmeG1kOcqeIF2pBFZgLYbUR8=";
    sha256 = "sha256-ejDHQoL7YCcBQdS4zcavrHdyFoTIV0/FZPkaT15aFgo=";
  };

  cargoSha256 = "sha256-QxLIUIigBDfpiuAN4UwXbDdrx4ImxMK5tsoP6OBBY58=";
  cargoSha256 = "sha256-Z5v/Jke50T8BI7nO0FVZHFFbOyN4PhQnrugrz4mZmdw=";

  nativeBuildInputs = [ installShellFiles ];