Merge pull request #333555 from r-ryantm/auto-update/cpm-cmake

cpm-cmake: 0.40.1 -> 0.40.2
This commit is contained in:
Nick Cao
2024-08-10 11:01:37 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.40.1";
version = "0.40.2";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-9yXBk0j9SNdQ+V2RVWhPlOXaX/S7OQDEVdnb2XehT9E=";
hash = "sha256-KIRVztkE72juIgXquZlC6AYo78QKHBD7iCvCa+ri66k=";
};
dontConfigure = true;