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

cpp-utilities: 5.11.1 -> 5.11.2
This commit is contained in:
Jörg Thalheim
2021-10-29 15:46:36 +02:00
committed by GitHub
@@ -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 ];