vcpkg: 2024.08.23 -> 2024.09.30

This commit is contained in:
R. Ryantm 2024-10-04 06:38:19 +00:00
parent 73bed75dbd
commit a04ea8ca75

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.08.23";
version = "2024.09.30";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-cJOy7DG5Ea5cpnHvUiv70FV2ULrevs64Bu5eBJi9BLs=";
hash = "sha256-lPvThSB8xYZQBRKTJmFwoCKBd5lOHaAOttrtcuQDIUg=";
leaveDotGit = true;
postFetch = ''
cd "$out"