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

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

httm: 0.22.2 -> 0.23.0
parents 0802dcbb 985db1c1
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.22.2";
  version = "0.23.2";

  src = fetchFromGitHub {
    owner = "kimono-koans";
    repo = pname;
    rev = version;
    sha256 = "sha256-noFMb/7OR1epmsaO7pDuov3TffNKuY1NgT5cKUFpJuY=";
    hash = "sha256-lNB7fZwIOXA4bryftHFZlAa6kJldouxCf00h7J7qQM0=";
  };

  cargoHash = "sha256-68KdTB7Dg3qEivgt9cOIBy310QbfUVAojfh9gotHycE=";
  cargoHash = "sha256-NQqipHJXvbDMO8kUMKnzEdz7atPYcjj7/uf3PSXZy0A=";

  nativeBuildInputs = [ installShellFiles ];