vcpkg: 2024.09.30 -> 2024.10.21

This commit is contained in:
R. Ryantm
2024-11-03 20:51:05 +00:00
parent d25ccf9c58
commit 6c4d6d7ffe
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.09.30";
version = "2024.10.21";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-lPvThSB8xYZQBRKTJmFwoCKBd5lOHaAOttrtcuQDIUg=";
hash = "sha256-OBGaNK+gKIdes/7jgvsKshDT19Wv2N6vqUtTDchvu+o=";
leaveDotGit = true;
postFetch = ''
cd "$out"