Unverified Commit 9a498e8e authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #185207 from r-ryantm/auto-update/cpp-utilities

cpp-utilities: 5.17.0 -> 5.18.0
parents 5ff3907e ca83a26c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "cpp-utilities";
  version = "5.17.0";
  version = "5.18.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-1NjdVflLapuNeYKgRgO7zJxJN1rXjGjQO1m+xUfTeEI=";
    sha256 = "sha256-i/ihEPJHyWzRywzpXhYpauA8lL51yjoiWod8Nc/6gV0=";
  };

  nativeBuildInputs = [ cmake ];