Unverified Commit 8ed26ff8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #297401 from r-ryantm/auto-update/vcpkg

vcpkg: 2024.02.14 -> 2024.03.19
parents c9342ab5 0b251d8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "vcpkg";
  version = "2024.02.14";
  version = "2024.03.19";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg";
    rev = finalAttrs.version;
    hash = "sha256-qYRNf2NMvYkxq7CRbJIqC7HAhznTNK7zW6JCsP4+v6M=";
    hash = "sha256-861r4XsXCyxUVDlSrekZ+g17td+idUN8qJmmTZNDzow=";
  };

  installPhase = let