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

This commit is contained in:
Doron Behar 2022-01-24 22:55:55 +02:00 committed by GitHub
commit 6ea0d68c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.11.3";
version = "5.12.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-a/fuzZ8crmyO87QzIKuYPk0LC3EvvHZrWO17LtWu77I=";
sha256 = "sha256-rpbD3x7zIJCDZuu4K0wDkaBKSBh36amtza/wE3rb0HM=";
};
nativeBuildInputs = [ cmake ];