vcpkg: 2025.09.17 -> 2025.10.17

This commit is contained in:
R. Ryantm
2025-10-23 11:48:38 +00:00
parent fedf897f2a
commit 6ebd17550c
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.09.17";
version = "2025.10.17";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
tag = finalAttrs.version;
hash = "sha256-DySLGZrsUwXEW3NbcG6hEvcJZyPHub+oI9HWiKvYIpM=";
hash = "sha256-prWpMtvXWZ53y2gzr7IIqL/5kQZRfErnynEHMqi15/A=";
leaveDotGit = true;
postFetch = ''
cd "$out"