vcpkg: 2024.11.16 -> 2024.12.16 (#369060)

This commit is contained in:
Weijia Wang
2025-01-05 00:06:07 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.11.16";
version = "2024.12.16";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-aaR+R4/25dHq7ynuZO8pD61cHNCc9ws1TvEbk66GEcI=";
hash = "sha256-4Xk71JPklq7qwYXPE+EzNvD5rTfPvgyV/O7nSvgjKVo=";
leaveDotGit = true;
postFetch = ''
cd "$out"