Merge pull request #276590 from r-ryantm/auto-update/vcpkg-tool

vcpkg-tool: 2023-10-18 -> 2023-12-12
This commit is contained in:
Nick Cao 2023-12-31 10:45:27 -05:00 committed by GitHub
commit 5b7431ec59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2023-10-18";
version = "2023-12-12";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-Hm+GSKov9A6tmN10BHOTVy8aWkLOJNBMOQJNm4HnWuI=";
hash = "sha256-Ol31TDY3cLEzXQk8YpK2Lf3CEnM5RkJqdcm/OQGUetE=";
};
nativeBuildInputs = [