vcpkg: 2026.04.27 -> 2026.05.25 (#525376)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-03 02:29:37 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2026.04.27";
version = "2026.05.25";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
tag = finalAttrs.version;
hash = "sha256-UyT2+dm3h4w2sHzERPYYTe8QNqODBhbnT8I8cLD3/CY=";
hash = "sha256-UoskFd2Pmdr7U0y9x5AgNNTIWlJuk1lTY3Q/kxb+c7I=";
leaveDotGit = true;
postFetch = ''
cd "$out"