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

vcpkg-tool: 2024-06-10 -> 2024-07-10
This commit is contained in:
Sebastián Mancilla
2024-08-13 23:08:06 -04:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-06-10";
version = "2024-07-10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-TGRTzUd1FtErD+h/ksUsUm1Rhank9/yVy06JbAgEEw0=";
hash = "sha256-P/ARKMfZdrfO+24rBrRm9k8tkBPSJJBqH509+iarNkw=";
};
nativeBuildInputs = [