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

cpm-cmake: 0.38.7 -> 0.38.8
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:36:56 +02:00 committed by GitHub
commit 9b816f8f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.38.7";
version = "0.38.8";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-tvqoGLGBvsPtIbPWG/5DH4IMzQTci3sjmF9dpInncWc=";
hash = "sha256-S1I7XKvpniocI2UAzO8yslju3fYy06MPC2Kl7N7bh8I=";
};
dontConfigure = true;