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

cpp-utilities: 5.17.0 -> 5.18.0

authored by Doron Behar and committed by GitHub 9a498e8e 5ff3907e

+2 -2
+2 -2
pkgs/development/libraries/cpp-utilities/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "cpp-utilities"; 10 - version = "5.17.0"; 10 + version = "5.18.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Martchus"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-1NjdVflLapuNeYKgRgO7zJxJN1rXjGjQO1m+xUfTeEI="; 16 + sha256 = "sha256-i/ihEPJHyWzRywzpXhYpauA8lL51yjoiWod8Nc/6gV0="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];