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

vcpkg-tool: 2023-12-12 -> 2024-01-11
This commit is contained in:
Nikolay Korotkiy 2024-01-20 03:02:19 +04:00 committed by GitHub
commit 2521f0b588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2023-12-12";
version = "2024-01-11";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-Ol31TDY3cLEzXQk8YpK2Lf3CEnM5RkJqdcm/OQGUetE=";
hash = "sha256-PwCJv0O0ysE4CQVOrt+rqp3pjSt/11We+ZI8vdaYpPM=";
};
nativeBuildInputs = [