vcpkg-tool: 2024-03-14 -> 2024-04-23

This commit is contained in:
R. Ryantm 2024-04-30 04:49:41 +00:00
parent 8cf34f783f
commit a92dfb3f5d

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-03-14";
version = "2024-04-23";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-xe5a1cK56KvO4DFFz/K1omBCebzTRUOpXDpkOGek10M=";
hash = "sha256-PqmkQcpxuYJGZJs2qemv0hshvO4KTiKc1ZY0//Gq0pY=";
};
nativeBuildInputs = [