From f7f40a18b5ce2d7acfefb9160e7e0bd56532ecc6 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Wed, 24 Jul 2024 10:55:15 +0200 Subject: [PATCH] use nil-fork of cmake_modules --- nix/cmake_modules/cmake_modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cmake_modules/cmake_modules.nix b/nix/cmake_modules/cmake_modules.nix index 63c9d59..bc0ca98 100644 --- a/nix/cmake_modules/cmake_modules.nix +++ b/nix/cmake_modules/cmake_modules.nix @@ -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=";