vcpkg-tool: 2023-10-18 -> 2023-12-12

This commit is contained in:
R. Ryantm 2023-12-25 01:39:33 +00:00
parent 65a62c9f75
commit de78d9392e

View file

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2023-10-18";
version = "2023-12-12";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-Hm+GSKov9A6tmN10BHOTVy8aWkLOJNBMOQJNm4HnWuI=";
hash = "sha256-Ol31TDY3cLEzXQk8YpK2Lf3CEnM5RkJqdcm/OQGUetE=";
};
nativeBuildInputs = [