vcpkg-tool-unwrapped: 2025-05-19 -> 2025-07-21

This commit is contained in:
R. Ryantm
2025-08-23 23:19:21 +02:00
committed by Weijia Wang
parent d3f22829ef
commit 91540ce4b1
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2025-05-19";
version = "2025-07-21";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-st9VLiuvKHKkokUToxw4KQ4aekGMqx8rfVBmmeddgVk=";
hash = "sha256-Q2CLqlHItNr4H4xFcuGd0BqootxsInZQ3unTZ7vtz8E=";
};
nativeBuildInputs = [