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

vcpkg-tool: 2024-02-05 -> 2024-02-07
This commit is contained in:
Nick Cao 2024-02-11 10:23:05 -05:00 committed by GitHub
commit 14bb942949
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 = "2024-02-05";
version = "2024-02-07";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-MTlRa7uyJqU98nhADsAwJ3BjlMvijAWIcTJO8GO+6tY=";
hash = "sha256-JzErV6Eyoz4fI84Zq5+v8eZEttYyYXGf5tK290J25tQ=";
};
nativeBuildInputs = [