vcpkg: 2025.01.13 -> 2025.02.14

This commit is contained in:
R. Ryantm
2025-03-01 17:55:10 +00:00
parent e318dabd63
commit 57bbcfa339
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2025.01.13";
version = "2025.02.14";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-T4ihf3PC53Ch33E/MF5VR3DWKHty4PryInnkiQdHdGM=";
hash = "sha256-HmaP1WKl8s5eKAC32nTALFd4gbqKnzWnJn6L0/fFmqk=";
leaveDotGit = true;
postFetch = ''
cd "$out"