vcpkg-tool: 2025-01-29 -> 2025-03-13

This commit is contained in:
R. Ryantm
2025-03-25 19:59:59 +01:00
committed by Weijia Wang
parent cb1b8cc70b
commit 6e34d299b1
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2025-01-29";
version = "2025-03-13";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-eCeq7HKjK0aTsPqFP8jP6gIrzcF6YBEJG1MdbQse42Y=";
hash = "sha256-tu6mN9y2lYsf71LUmRPMdZHE6VIWODOOQFs8+v0KIt8=";
};
nativeBuildInputs = [