cpm-cmake: 0.38.1 -> 0.38.2

This commit is contained in:
R. Ryantm 2023-07-16 23:36:40 +00:00
parent b49c4f87f9
commit 512665160b

View file

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake"; pname = "cpm-cmake";
version = "0.38.1"; version = "0.38.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpm-cmake"; owner = "cpm-cmake";
repo = "cpm.cmake"; repo = "cpm.cmake";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-gH12lO8XiSlPHyifJeaZ5mdk8ylIbLYTKKkitTK4jCA="; hash = "sha256-/qractCyItq1dNc8rBoipwmt4SGkdylxHu0Lnt4Jb/Q=";
}; };
dontConfigure = true; dontConfigure = true;