Unverified Commit 98a126ad authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

vcpkg-tool-unwrapped: 2025-09-03 -> 2025-10-10 (#451752)

parents 49c2264d d7b456eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vcpkg-tool";
  version = "2025-09-03";
  version = "2025-10-10";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg-tool";
    rev = finalAttrs.version;
    hash = "sha256-mQY5K0dBRWkZooeqRm5X0JXTuD4Xfzs9Vi5j+tbd1aw=";
    hash = "sha256-u88yjYhBKo8uX/jVQypYzOqWeE6PSM+GJD5v5qZyjC4=";
  };

  nativeBuildInputs = [