Merge pull request #297400 from r-ryantm/auto-update/vcpkg-tool
vcpkg-tool: 2024-02-07 -> 2024-03-14
This commit is contained in:
commit
cd5ef0e975
@ -18,13 +18,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vcpkg-tool";
|
||||
version = "2024-02-07";
|
||||
version = "2024-03-14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "microsoft";
|
||||
repo = "vcpkg-tool";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-JzErV6Eyoz4fI84Zq5+v8eZEttYyYXGf5tK290J25tQ=";
|
||||
hash = "sha256-xe5a1cK56KvO4DFFz/K1omBCebzTRUOpXDpkOGek10M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -802,6 +802,7 @@ with pkgs;
|
||||
sea-orm-cli = callPackage ../development/tools/sea-orm-cli { };
|
||||
|
||||
vcpkg-tool = callPackage ../by-name/vc/vcpkg-tool/package.nix {
|
||||
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
|
||||
fmt = fmt_10;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user