vcpkg-tool: 2024-06-10 -> 2024-07-10

This commit is contained in:
R. Ryantm 2024-07-17 06:28:35 +00:00
parent 73ff0bcbd3
commit f35916e1d9

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-06-10";
version = "2024-07-10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-TGRTzUd1FtErD+h/ksUsUm1Rhank9/yVy06JbAgEEw0=";
hash = "sha256-P/ARKMfZdrfO+24rBrRm9k8tkBPSJJBqH509+iarNkw=";
};
nativeBuildInputs = [