vcpkg-tool-unwrapped: 2025-09-03 -> 2025-10-10

This commit is contained in:
R. Ryantm
2025-10-13 18:51:09 +00:00
parent 99feb07217
commit d7b456eb57
+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 = [