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

cpp-utilities: 5.10.4 -> 5.10.5
This commit is contained in:
Jörg Thalheim 2021-07-08 05:46:27 +01:00 committed by GitHub
commit c9c95c6390
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.10.4";
version = "5.10.5";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pZh/NbTzQR2kjMeauv1HcRn0hDBaCNRbaZ3+1qs5rxU=";
sha256 = "sha256-1GAZKMfA2cB/7/TZfV+WOvjlu0sWq1loOauX4EfHogA=";
};
nativeBuildInputs = [ cmake ];