vcpkg-tool: 2024-02-07 -> 2024-03-14

This commit is contained in:
R. Ryantm 2024-03-20 07:24:03 +00:00
parent 5e85de911b
commit 85b8dc14ce
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [