vcpkg-tool: 2024-04-23 -> 2024-06-10

This commit is contained in:
R. Ryantm
2024-06-13 03:02:28 +00:00
parent 0e3a6393a0
commit feacdb625c
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-04-23";
version = "2024-06-10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-PqmkQcpxuYJGZJs2qemv0hshvO4KTiKc1ZY0//Gq0pY=";
hash = "sha256-TGRTzUd1FtErD+h/ksUsUm1Rhank9/yVy06JbAgEEw0=";
};
nativeBuildInputs = [