Unverified Commit 75d08f34 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

vcpkg: 2024.07.12 -> 2024.08.23 (#338103)

parents b9e2dc98 f50034b1
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.07.12";
  version = "2024.08.23";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg";
    rev = finalAttrs.version;
    hash = "sha256-WE+BeF9BYR9/Gmi60g6ApXsWQ2vch2N6XhH1A9HAHsc=";
    hash = "sha256-cJOy7DG5Ea5cpnHvUiv70FV2ULrevs64Bu5eBJi9BLs=";
    leaveDotGit = true;
    postFetch = ''
      cd "$out"