Unverified Commit 14434de3 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

vcpkg: 2024.09.30 -> 2024.10.21 (#353498)

parents d4261f60 6c4d6d7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"