cpm-cmake: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm 2024-06-13 00:31:23 +00:00
parent 0e3a6393a0
commit d251913bab

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.39.0";
version = "0.40.0";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-cDFt+fDpb/gDlFx+3C5Hw/ybf4hdjZOrpeNR8yBwd1M=";
hash = "sha256-307U/7gO8Ps5UvslYGOrVKHRjO9TYJrYsnAzu0Kljt8=";
};
dontConfigure = true;