Merge pull request #257768 from r-ryantm/auto-update/cpm-cmake

cpm-cmake: 0.38.2 -> 0.38.5
This commit is contained in:
Nick Cao
2023-09-28 14:06:07 -04:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake"; pname = "cpm-cmake";
version = "0.38.2"; version = "0.38.5";
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-/qractCyItq1dNc8rBoipwmt4SGkdylxHu0Lnt4Jb/Q="; hash = "sha256-PpfOpfEb8wxqaFFh8h0H4nn8bbBr7s0dWcRiREGddQ4=";
}; };
dontConfigure = true; dontConfigure = true;