Unverified Commit 63b64d70 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

cpm-cmake: 0.38.5 -> 0.38.6
parents 7d3397ef 416ddff1
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.5";
  version = "0.38.6";

  src = fetchFromGitHub {
    owner = "cpm-cmake";
    repo = "cpm.cmake";
    rev = "v${finalAttrs.version}";
    hash = "sha256-PpfOpfEb8wxqaFFh8h0H4nn8bbBr7s0dWcRiREGddQ4=";
    hash = "sha256-6y3kZyhY1WKHLw3ekZMQeoSGUgxhBu8dPl58ZnCDa+E=";
  };

  dontConfigure = true;