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

This commit is contained in:
Doron Behar 2022-11-03 10:38:39 +00:00 committed by GitHub
commit cd7a92cb42
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.19.0";
version = "5.20.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sygt30x5S2n24ONMBRzNyLZcnl4hM4tUFpX/Yx6ZSMM=";
sha256 = "sha256-KOvRNo8qd8nXhh/f3uAN7jOsNMTX8dJRGUHJXP+FdEs=";
};
nativeBuildInputs = [ cmake ];