vcpkg-tool: 2024-07-10 -> 2025-01-29

This commit is contained in:
Guillaume Racicot
2025-02-11 14:00:10 -05:00
parent 82a69073e9
commit 2f705bc10e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vcpkg-tool";
version = "2024-07-10";
version = "2025-01-29";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg-tool";
rev = finalAttrs.version;
hash = "sha256-P/ARKMfZdrfO+24rBrRm9k8tkBPSJJBqH509+iarNkw=";
hash = "sha256-eCeq7HKjK0aTsPqFP8jP6gIrzcF6YBEJG1MdbQse42Y=";
};
nativeBuildInputs = [
+1 -1
View File
@@ -357,7 +357,7 @@ with pkgs;
};
vcpkg-tool = callPackage ../by-name/vc/vcpkg-tool/package.nix {
fmt = fmt_10;
fmt = fmt_11;
};
r3ctl = qt5.callPackage ../tools/misc/r3ctl { };