vcpkg-tool-unwrapped: 2025-03-13 -> 2025-04-16 (#395358)

This commit is contained in:
Weijia Wang
2025-05-18 14:32:00 +02:00
committed by GitHub
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2025-03-13";
version = "2025-04-16";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-tu6mN9y2lYsf71LUmRPMdZHE6VIWODOOQFs8+v0KIt8=";
hash = "sha256-4XqpYEbE7TJyfdDPomcghII3iqcoX99I2GDuSHX5q2g=";
};
nativeBuildInputs = [