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

vcpkg-tool: 2024-04-23 -> 2024-06-10
This commit is contained in:
h7x4 2024-06-14 18:09:51 +02:00 committed by GitHub
commit e5e0349203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-04-23";
version = "2024-06-10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-PqmkQcpxuYJGZJs2qemv0hshvO4KTiKc1ZY0//Gq0pY=";
hash = "sha256-TGRTzUd1FtErD+h/ksUsUm1Rhank9/yVy06JbAgEEw0=";
};
nativeBuildInputs = [