Merge pull request #327790 from r-ryantm/auto-update/vcpkg

vcpkg: 2024.06.15 -> 2024.07.12
This commit is contained in:
Sebastián Mancilla
2024-08-13 23:11:52 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.06.15";
version = "2024.07.12";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-eDpMGDtC44eh0elLWV0r1H/WbpVdZ5qMedKh7Ct50Cs=";
hash = "sha256-HT7IcznN5W+Innzg0aeOvZnpVUTf/uJFlYflE91YJQA=";
};
nativeBuildInputs = [ makeWrapper ];