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

vcpkg: 2024.03.19 -> 2024.03.25
This commit is contained in:
Weijia Wang 2024-04-01 19:03:41 +02:00 committed by GitHub
commit 101126f635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.03.19";
version = "2024.03.25";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-861r4XsXCyxUVDlSrekZ+g17td+idUN8qJmmTZNDzow=";
hash = "sha256-HMK3sebq/9TuxHQ75+5UIMvN09cPWmq7TFBBwRY4X7o=";
};
installPhase = let