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

cpm-cmake: 0.38.0 -> 0.38.1
This commit is contained in:
Nick Cao
2023-03-07 13:27:46 +08:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake";
version = "0.38.0";
version = "0.38.1";
src = fetchFromGitHub {
owner = "cpm-cmake";
repo = "cpm.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-oNM455CEZZmnmkHNtponWqT1BZltl53FFFVKL3L+SsE=";
hash = "sha256-gH12lO8XiSlPHyifJeaZ5mdk8ylIbLYTKKkitTK4jCA=";
};
dontConfigure = true;