vcpkg-tool: 2025-01-29 -> 2025-03-13 (#386132)

This commit is contained in:
Weijia Wang
2025-03-25 22:53:43 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+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 = [
+1 -1
View File
@@ -8110,7 +8110,7 @@ with pkgs;
qcachegrind = libsForQt5.callPackage ../development/tools/analysis/qcachegrind { };
vcpkg-tool-unwrapped = callPackage ../by-name/vc/vcpkg-tool/package.nix { doWrap = false; };
vcpkg-tool-unwrapped = vcpkg-tool.override { doWrap = false; };
wails = callPackage ../development/tools/wails {
stdenv = gccStdenv;