vcpkg: 2025.08.27 -> 2025.09.17 (#448136)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-04 06:09:57 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.08.27";
version = "2025.09.17";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
tag = finalAttrs.version;
hash = "sha256-rgpFnISzqmmb3Ce+iLd9HkcZnhqQ2dEVl2GkoeLrs2U=";
hash = "sha256-DySLGZrsUwXEW3NbcG6hEvcJZyPHub+oI9HWiKvYIpM=";
leaveDotGit = true;
postFetch = ''
cd "$out"