cpm-cmake: 0.40.5 -> 0.40.6

This commit is contained in:
R. Ryantm
2025-03-03 00:50:28 +00:00
parent 2ffed2bc3d
commit c0f6073f74
+2 -2
View File
@@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.40.5";
version = "0.40.6";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-wJsQNLCwWl4RiheDK36m3O8N4fmdmNazEo4gLdbTEzQ=";
hash = "sha256-0uyCEHh2wje7ogWe7brlalFHi9SVTkPikkoPceugZ2I=";
};
postPatch = ''