Unverified Commit 6238da55 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

cpp-utilities: 5.11.1 -> 5.11.2
parents f151bae7 78623b7b
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.11.1";
  version = "5.11.2";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-H8BDuoSF5XkWgahGj7LCSsdXBbgcSjPLTmgUgamCij8=";
    sha256 = "sha256-my4799a9XFXWl9Xyq6gRfw4YTOCEWJgTvRKz0mVqrkQ=";
  };

  nativeBuildInputs = [ cmake ];