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
commit f6669742e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;