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

cpm-cmake: 0.38.1 -> 0.38.2
This commit is contained in:
Nick Cao 2023-07-16 21:32:33 -06:00 committed by GitHub
commit 248198706b
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.1";
version = "0.38.2";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-gH12lO8XiSlPHyifJeaZ5mdk8ylIbLYTKKkitTK4jCA=";
hash = "sha256-/qractCyItq1dNc8rBoipwmt4SGkdylxHu0Lnt4Jb/Q=";
};
dontConfigure = true;