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

This commit is contained in:
Doron Behar 2022-04-10 17:24:19 +03:00 committed by GitHub
commit e7e66d0b5d
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.13.0";
version = "5.14.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-R22nWkI778LpCK3a5C6tvuIsEXU49wPya1fFQxdpocg=";
sha256 = "sha256-WS/2iLwVIYZBu4/uuKgEQ5H/BdeG2aMeZBucFPvlOpI=";
};
nativeBuildInputs = [ cmake ];