vcpkg-tool: 2025-07-21 -> 2025-08-29

This commit is contained in:
R. Ryantm
2025-08-30 04:48:34 +00:00
committed by Masum Reza
parent 5e7780045c
commit 5606a38509

View File

@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2025-07-21";
version = "2025-08-29";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-Q2CLqlHItNr4H4xFcuGd0BqootxsInZQ3unTZ7vtz8E=";
hash = "sha256-j+yFC3V+zMJ0UzevVI5L2xNX5+zh/3IyU4NFZRQIf10=";
};
nativeBuildInputs = [