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

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

vcpkg: 2024.04.26 -> 2024.05.24
parents ade8c942 c3fcd3e6
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.04.26";
  version = "2024.05.24";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg";
    rev = finalAttrs.version;
    hash = "sha256-Bu1sZhk8fqG5D7m/0QK3uI97stXx8l8y30lnffTr9h0=";
    hash = "sha256-R9iQIEmraXOzPi6rOd7wVV9BMC/wDDEveLIRJmAVISI=";
  };

  installPhase = let