Skip to content

Commit

Permalink
Deps: Update kananlib (fix compile)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 13, 2024
1 parent ef68b85 commit 3997108
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (ba66ffaeecfd201ac66310ddf0a4a98140f1441f)...")
message(STATUS "Fetching kananlib (7aa1816f416d605189d9e3bb6a3c8819eb80ef01)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
ba66ffaeecfd201ac66310ddf0a4a98140f1441f
7aa1816f416d605189d9e3bb6a3c8819eb80ef01
)
FetchContent_MakeAvailable(kananlib)

Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tag = "70db095765ab2066dd88dfb7bbcc42259ed167c5"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "ba66ffaeecfd201ac66310ddf0a4a98140f1441f"
tag = "7aa1816f416d605189d9e3bb6a3c8819eb80ef01"

[fetch-content.safetyhook]
git = "https://github.com/praydog/safetyhook"
Expand Down
2 changes: 1 addition & 1 deletion dependencies/submodules/UESDK
Submodule UESDK updated from 48810d to 4e2622
2 changes: 1 addition & 1 deletion src/CommitHash.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once
#define UEVR_COMMIT_HASH "68688a53bdaa9d5327e150469b499d059884e5cc"
#define UEVR_COMMIT_HASH "ef68b854db04abe74cf577f4d4a5a8c1a7e448fb"
#define UEVR_BUILD_DATE "12.02.2024"
#define UEVR_BUILD_TIME "00:00"

0 comments on commit 3997108

Please sign in to comment.