Skip to content

Commit

Permalink
vcpkg: 2024.07.12 -> 2024.08.23 (NixOS#338103)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 5, 2024
2 parents b9e2dc9 + f50034b commit 75d08f3
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.07.12";
version = "2024.08.23";

src = fetchFromGitHub {
owner = "microsoft";
repo = "vcpkg";
rev = finalAttrs.version;
hash = "sha256-WE+BeF9BYR9/Gmi60g6ApXsWQ2vch2N6XhH1A9HAHsc=";
hash = "sha256-cJOy7DG5Ea5cpnHvUiv70FV2ULrevs64Bu5eBJi9BLs=";
leaveDotGit = true;
postFetch = ''
cd "$out"
Expand Down

0 comments on commit 75d08f3

Please sign in to comment.