Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ewasm/hera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 812ffb5274818fe737200da39bdb054bb4326d11
Choose a base ref
..
head repository: ewasm/hera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01c20c79c92048d8bf22a7aca325a94e2d42d4a0
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 cmake/Hunter/init.cmake
4 changes: 2 additions & 2 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ set(HUNTER_CONFIGURATION_TYPES Release
include(HunterGate)

HunterGate(
URL "https://github.com/ruslo/hunter/archive/v0.23.167.tar.gz"
SHA1 "1d8892545b0d8a52c4ad518f637d6bc33c2a572e"
URL "https://github.com/ruslo/hunter/archive/v0.23.169.tar.gz"
SHA1 "60de9f275143ab38df559986c04e3726683e7de7"
)