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

cpm: 0.35.4 -> 0.35.5
This commit is contained in:
Ryan Mulligan
2022-08-12 19:09:34 -07:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec {
pname = "cpm";
version = "0.35.4";
version = "0.35.5";
src = fetchurl {
url = "https://github.com/cpm-cmake/CPM.cmake/releases/download/v${version}/CPM.cmake";
sha256 = "sha256-Ve+NhDAiAzH4x3ZUZjQkuZ69n65ljGc2h6cR62xnf+0=";
sha256 = "sha256-JWfIptbRExSQQvcxx2bS1k5cudPpQPdyj90aZdbcROk=";
};
dontUnpack = true;