vcpkg: 2025.02.14 -> 2025.04.09

This commit is contained in:
R. Ryantm
2025-05-12 15:46:53 +00:00
committed by SomeoneSerge
parent dbaabd27e1
commit e7c7a0ac5a
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.02.14";
version = "2025.04.09";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-HmaP1WKl8s5eKAC32nTALFd4gbqKnzWnJn6L0/fFmqk=";
hash = "sha256-ZJu3dFsKc7L2THgGXNtBszXUbEEoM3bnLxtf5x5UPTM=";
leaveDotGit = true;
postFetch = ''
cd "$out"