Merge pull request #248651 from r-ryantm/auto-update/ctre

ctre: 3.7.2 -> 3.8

authored by

Jonas Heinrich and committed by
GitHub
2861ab31 faf1e427

+2 -2
+2 -2
pkgs/development/libraries/ctre/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "ctre"; 9 - version = "3.7.2"; 9 + version = "3.8"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hanickadot"; 13 13 repo = "compile-time-regular-expressions"; 14 14 rev = "v${version}"; 15 - hash = "sha256-pO6PW4oZsCA2xaMCsaJz2Bu203zyMUkbjO3OOBEbSiw="; 15 + hash = "sha256-oGJHSyvcgvBJh5fquK6dU70czVg4txcGTuicvrTK2hc="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];