vcpkg-tool: 2024-01-11 -> 2024-02-05

This commit is contained in:
R. Ryantm 2024-02-07 08:10:18 +00:00
parent 54c94cd3aa
commit f3c2b4cd42

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