cpm-cmake: 0.38.8 -> 0.39.0

This commit is contained in:
R. Ryantm 2024-04-13 06:28:24 +00:00
parent f46237b072
commit 8f978660bd
1 changed files with 2 additions and 2 deletions

View File

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