Commit a04ea8ca authored by R. RyanTM's avatar R. RyanTM
Browse files

vcpkg: 2024.08.23 -> 2024.09.30

parent 73bed75d
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.08.23";
  version = "2024.09.30";

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