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
commit e113e277d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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