lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

vcpkg: 2025.07.25 -> 2025.08.27

authored by

R. Ryantm and committed by
Masum Reza
2147f5b7 9b4bfacc

+2 -2
+2 -2
pkgs/by-name/vc/vcpkg/package.nix
··· 9 9 10 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 11 pname = "vcpkg"; 12 - version = "2025.07.25"; 12 + version = "2025.08.27"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "microsoft"; 16 16 repo = "vcpkg"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-1v4IaHDsKipmpkuh+Xx52j3Li98MtG6BYL15rhWJC1w="; 18 + hash = "sha256-rgpFnISzqmmb3Ce+iLd9HkcZnhqQ2dEVl2GkoeLrs2U="; 19 19 leaveDotGit = true; 20 20 postFetch = '' 21 21 cd "$out"