cpm-cmake: 0.42.1 -> 0.42.3

This commit is contained in:
R. Ryantm
2026-05-13 23:52:32 +00:00
parent 44d252e838
commit b59456b166

View File

@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.42.1";
version = "0.42.3";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-IVlONpApZJOcm6ooC+mguBEgAevzqiynrabSYdq+SDA=";
hash = "sha256-zNjcUbgz9ZQMbddTOis7BLeJqHmWqvEYTko4Z5PiHn8=";
};
postPatch = ''