We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaabd2 commit e7c7a0aCopy full SHA for e7c7a0a
pkgs/by-name/vc/vcpkg/package.nix
@@ -9,13 +9,13 @@
9
10
stdenvNoCC.mkDerivation (finalAttrs: {
11
pname = "vcpkg";
12
- version = "2025.02.14";
+ version = "2025.04.09";
13
14
src = fetchFromGitHub {
15
owner = "microsoft";
16
repo = "vcpkg";
17
rev = finalAttrs.version;
18
- hash = "sha256-HmaP1WKl8s5eKAC32nTALFd4gbqKnzWnJn6L0/fFmqk=";
+ hash = "sha256-ZJu3dFsKc7L2THgGXNtBszXUbEEoM3bnLxtf5x5UPTM=";
19
leaveDotGit = true;
20
postFetch = ''
21
cd "$out"
0 commit comments