vcpkg-tool-unwrapped: 2025-09-03 -> 2025-10-10 (#451752)

This commit is contained in:
h7x4
2025-10-14 02:33:36 +00:00
committed by GitHub
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2025-09-03";
version = "2025-10-10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-mQY5K0dBRWkZooeqRm5X0JXTuD4Xfzs9Vi5j+tbd1aw=";
hash = "sha256-u88yjYhBKo8uX/jVQypYzOqWeE6PSM+GJD5v5qZyjC4=";
};
nativeBuildInputs = [