Skip to content

Commit

Permalink
vcpkg: 2024.09.30 -> 2024.10.21 (#353498)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Nov 7, 2024
2 parents d4261f6 + 6c4d6d7 commit 14434de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vc/vcpkg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "vcpkg";
version = "2024.09.30";
version = "2024.10.21";

src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-lPvThSB8xYZQBRKTJmFwoCKBd5lOHaAOttrtcuQDIUg=";
hash = "sha256-OBGaNK+gKIdes/7jgvsKshDT19Wv2N6vqUtTDchvu+o=";
leaveDotGit = true;
postFetch = ''
cd "$out"
Expand Down

0 comments on commit 14434de

Please sign in to comment.