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

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

cpm-cmake: 0.38.2 -> 0.38.5
parents 2e8016c5 4a99f6f4
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.2";
  version = "0.38.5";

  src = fetchFromGitHub {
    owner = "cpm-cmake";
    repo = "cpm.cmake";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/qractCyItq1dNc8rBoipwmt4SGkdylxHu0Lnt4Jb/Q=";
    hash = "sha256-PpfOpfEb8wxqaFFh8h0H4nn8bbBr7s0dWcRiREGddQ4=";
  };

  dontConfigure = true;