vcpkg: 2024.05.24 -> 2024.06.15

This commit is contained in:
R. Ryantm 2024-06-21 06:16:25 +00:00 committed by Someone Serge
parent 403459abcf
commit 94d49419f8

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.05.24";
version = "2024.06.15";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-R9iQIEmraXOzPi6rOd7wVV9BMC/wDDEveLIRJmAVISI=";
hash = "sha256-eDpMGDtC44eh0elLWV0r1H/WbpVdZ5qMedKh7Ct50Cs=";
};
installPhase = let