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

vcpkg-tool: 2024-01-11 -> 2024-02-05
This commit is contained in:
maxine 2024-02-09 22:09:50 +01:00 committed by GitHub
commit 1e03fd7fd4
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-01-11";
version = "2024-02-05";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-PwCJv0O0ysE4CQVOrt+rqp3pjSt/11We+ZI8vdaYpPM=";
hash = "sha256-MTlRa7uyJqU98nhADsAwJ3BjlMvijAWIcTJO8GO+6tY=";
};
nativeBuildInputs = [