Commit 6ebd1755 authored by R. RyanTM's avatar R. RyanTM
Browse files

vcpkg: 2025.09.17 -> 2025.10.17

parent fedf897f
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.09.17";
  version = "2025.10.17";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vcpkg";
    tag = finalAttrs.version;
    hash = "sha256-DySLGZrsUwXEW3NbcG6hEvcJZyPHub+oI9HWiKvYIpM=";
    hash = "sha256-prWpMtvXWZ53y2gzr7IIqL/5kQZRfErnynEHMqi15/A=";
    leaveDotGit = true;
    postFetch = ''
      cd "$out"