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

cpm: 0.35.3 -> 0.35.4
This commit is contained in:
Bobby Rong 2022-08-07 16:03:06 +08:00 committed by GitHub
commit 91cbf8cc9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec {
pname = "cpm";
version = "0.35.3";
version = "0.35.4";
src = fetchurl {
url = "https://github.com/cpm-cmake/CPM.cmake/releases/download/v${version}/CPM.cmake";
sha256 = "sha256-Ft9iPBo31xzFEoqSGETzOTCRULR6GqsUQYrzdNHOpiU=";
sha256 = "sha256-Ve+NhDAiAzH4x3ZUZjQkuZ69n65ljGc2h6cR62xnf+0=";
};
dontUnpack = true;