vcpkg-tool: 2023-12-12 -> 2024-01-11

This commit is contained in:
R. Ryantm 2024-01-18 12:30:07 +00:00
parent cefcf19e1c
commit 20f4c5233d

View file

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2023-12-12";
version = "2024-01-11";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-Ol31TDY3cLEzXQk8YpK2Lf3CEnM5RkJqdcm/OQGUetE=";
hash = "sha256-PwCJv0O0ysE4CQVOrt+rqp3pjSt/11We+ZI8vdaYpPM=";
};
nativeBuildInputs = [