cpm-cmake: 0.37.0 -> 0.38.0

This commit is contained in:
R. Ryantm 2023-02-25 23:15:56 +00:00
parent 21299ca839
commit af3e06387f

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-zZUk0brG9dAfQRN1LzKRo5/ZAG35TblY0nZvVhy6azE=";
hash = "sha256-oNM455CEZZmnmkHNtponWqT1BZltl53FFFVKL3L+SsE=";
};
dontConfigure = true;