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

httm: 0.46.8 -> 0.46.10 (#402075)

parents ef5c832e 7a160a23
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.8";
  version = "0.46.10";

  src = fetchFromGitHub {
    owner = "kimono-koans";
    repo = "httm";
    rev = version;
    hash = "sha256-IGhEKtu4RMhI7VYn6I4M9eFY6MdcWxiHsu90rY0l8sw=";
    hash = "sha256-O1WIoHN0R78lJaPFCEYm4NTNTKwfNGdwi0POQRiuGKk=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-LmQ3+yqSO7vhnV6XshUSSe6QkYVcradVsmIcLrdNE94=";
  cargoHash = "sha256-uOT8naOnimA9Xt2uA8aCAy0w/5WXZajacN1d5Q27uSY=";

  nativeBuildInputs = [ installShellFiles ];