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

cpp-utilities: 5.11.0 -> 5.11.1
This commit is contained in:
Doron Behar 2021-09-15 10:45:49 +03:00 committed by GitHub
commit e06072f81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.11.0";
version = "5.11.1";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ibZ/cj+pDLxUugz5jTc3FcVlytwS+R1RTtISbXe1mq4=";
sha256 = "sha256-H8BDuoSF5XkWgahGj7LCSsdXBbgcSjPLTmgUgamCij8=";
};
nativeBuildInputs = [ cmake ];