Skip to content

Commit

Permalink
use nil-fork of cmake_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jul 24, 2024
1 parent a2e4542 commit f7f40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cmake_modules/cmake_modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "cmake_modules";

src = fetchFromGitHub {
owner = "BoostCMake";
owner = "NilFoundation";
repo = "cmake_modules";
rev = "57639741ecf018835deb97a04db2200241d7fbd3";
hash = "sha256-/Fu+Co1W/0/c7GhLLv1Ozyw7LyezYGZtj3NODfS339o=";
Expand Down

0 comments on commit f7f40a1

Please sign in to comment.