vcpkg: 2025.07.25 -> 2025.08.27

This commit is contained in:
R. Ryantm
2025-09-07 03:01:03 +05:30
committed by Masum Reza
parent 9b4bfaccb8
commit 2147f5b77b
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.07.25";
version = "2025.08.27";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
tag = finalAttrs.version;
hash = "sha256-1v4IaHDsKipmpkuh+Xx52j3Li98MtG6BYL15rhWJC1w=";
hash = "sha256-rgpFnISzqmmb3Ce+iLd9HkcZnhqQ2dEVl2GkoeLrs2U=";
leaveDotGit = true;
postFetch = ''
cd "$out"