vcpkg: 2025.04.09 -> 2025.07.25

This commit is contained in:
R. Ryantm
2025-08-23 23:20:32 +02:00
committed by Weijia Wang
parent f867d88679
commit 3a1675f689
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.04.09";
version = "2025.07.25";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
tag = finalAttrs.version;
hash = "sha256-ZJu3dFsKc7L2THgGXNtBszXUbEEoM3bnLxtf5x5UPTM=";
hash = "sha256-1v4IaHDsKipmpkuh+Xx52j3Li98MtG6BYL15rhWJC1w=";
leaveDotGit = true;
postFetch = ''
cd "$out"