Merge pull request #184112 from r-ryantm/auto-update/uthenticode

uthenticode: 1.0.8 -> 1.0.9
This commit is contained in:
Bobby Rong 2022-08-05 20:16:29 +08:00 committed by GitHub
commit 755d7a0735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "uthenticode";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "trailofbits";
repo = "uthenticode";
rev = "v${version}";
hash = "sha256-H4fAHZM+vYaUkXZE4f7r2bxw9dno7O+lYrqQ9/6YPWA=";
hash = "sha256-MEpbvt03L501BP42j6S7rXE9j1d8j6D2Y5kgPNlbHzc=";
};
cmakeFlags = [ "-DBUILD_TESTS=1" "-DUSE_EXTERNAL_GTEST=1" ];