Commit 3a1675f6 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

vcpkg: 2025.04.09 -> 2025.07.25

parent f867d886
Loading
Loading
Loading
Loading
+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"