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

vcpkg-tool: 2025-05-19 -> 2025-07-21 (#431078)

parents 242dd64a 3a1675f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vcpkg-tool";
  version = "2025-05-19";
  version = "2025-07-21";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg-tool";
    rev = finalAttrs.version;
    hash = "sha256-st9VLiuvKHKkokUToxw4KQ4aekGMqx8rfVBmmeddgVk=";
    hash = "sha256-Q2CLqlHItNr4H4xFcuGd0BqootxsInZQ3unTZ7vtz8E=";
  };

  nativeBuildInputs = [
@@ -176,7 +176,7 @@ stdenv.mkDerivation (finalAttrs: {
    install -Dm555 "$vcpkgWrapperPath" "$out/bin/vcpkg"
  '';

  passthru.tests = {
  passthru.tests = lib.optionalAttrs doWrap {
    testWrapper = runCommand "vcpkg-tool-test-wrapper" { buildInputs = [ finalAttrs.finalPackage ]; } ''
      export NIX_VCPKG_DEBUG_PRINT_ENVVARS=true
      export VCPKG_ROOT=.
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "vcpkg";
  version = "2025.04.09";
  version = "2025.07.25";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg";
    tag = finalAttrs.version;
    hash = "sha256-ZJu3dFsKc7L2THgGXNtBszXUbEEoM3bnLxtf5x5UPTM=";
    hash = "sha256-1v4IaHDsKipmpkuh+Xx52j3Li98MtG6BYL15rhWJC1w=";
    leaveDotGit = true;
    postFetch = ''
      cd "$out"