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

authored by Doron Behar and committed by GitHub 1a5fd435 fbfb7940

+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.10.3"; 10 + version = "5.10.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Martchus"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-bEdDRvm5W12wJnW4xC+AcRLevZ0H7C625eknKzNrLLU="; 16 + sha256 = "sha256-pZh/NbTzQR2kjMeauv1HcRn0hDBaCNRbaZ3+1qs5rxU="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];