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: { stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool"; pname = "vcpkg-tool";
version = "2023-10-18"; version = "2023-12-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "microsoft"; owner = "microsoft";
repo = "vcpkg-tool"; repo = "vcpkg-tool";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-Hm+GSKov9A6tmN10BHOTVy8aWkLOJNBMOQJNm4HnWuI="; hash = "sha256-Ol31TDY3cLEzXQk8YpK2Lf3CEnM5RkJqdcm/OQGUetE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [