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

cpm: 0.35.1 -> 0.35.2
This commit is contained in:
Bobby Rong 2022-07-28 23:57:31 +08:00 committed by GitHub
commit c6a9da37d5
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.1";
version = "0.35.2";
src = fetchurl {
url = "https://github.com/cpm-cmake/CPM.cmake/releases/download/v${version}/CPM.cmake";
sha256 = "sha256-CMge+NpJRU+G+c+s0tb2EN8UG6E8FE90lIvcULggYXY=";
sha256 = "sha256-QZ3h2x92ltvevcynNYiS+ZCPWnM6T0hyXLLVweFJX2w=";
};
dontUnpack = true;