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

vcpkg: 2024.02.14 -> 2024.03.19
This commit is contained in:
Weijia Wang 2024-03-23 22:22:53 +01:00 committed by GitHub
commit 8ed26ff80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.02.14";
version = "2024.03.19";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-qYRNf2NMvYkxq7CRbJIqC7HAhznTNK7zW6JCsP4+v6M=";
hash = "sha256-861r4XsXCyxUVDlSrekZ+g17td+idUN8qJmmTZNDzow=";
};
installPhase = let