Commit f0174515 authored by R. RyanTM's avatar R. RyanTM
Browse files

cpp-utilities: 5.24.1 -> 5.24.2

parent abbe047f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cpp-utilities";
  version = "5.24.1";
  version = "5.24.2";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "cpp-utilities";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-Prb593+jXhYzwPHQnwen2qgaNfdX1Atiz1FhmXm9X7U=";
    sha256 = "sha256-boV0OO8GzgH0HpNh00nYLM2+wCmvuDxwKHvCMCdmiJs=";
  };

  nativeBuildInputs = [ cmake ];