vcpkg: 2024.10.21 -> 2024.11.16 (#363143)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-10 09:11:25 +00:00 committed by GitHub
commit 50399d1960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.10.21";
version = "2024.11.16";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-OBGaNK+gKIdes/7jgvsKshDT19Wv2N6vqUtTDchvu+o=";
hash = "sha256-aaR+R4/25dHq7ynuZO8pD61cHNCc9ws1TvEbk66GEcI=";
leaveDotGit = true;
postFetch = ''
cd "$out"