Unverified Commit 7ed706e6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cpm-cmake: 0.38.0 -> 0.38.1
parents 4a1f6551 1694afe2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;