ctre: 3.9.0 -> 3.10.0

R. Ryantm 572763cd 3f96c18c

+2 -2
+2 -2
pkgs/by-name/ct/ctre/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "ctre"; 10 - version = "3.9.0"; 11 12 src = fetchFromGitHub { 13 owner = "hanickadot"; 14 repo = "compile-time-regular-expressions"; 15 rev = "v${version}"; 16 - hash = "sha256-Fmx8eKo4UHSYQa5RL70VmaogQj+ILVA1gfpaVE8+MlQ="; 17 }; 18 19 nativeBuildInputs = [ cmake ];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "ctre"; 10 + version = "3.10.0"; 11 12 src = fetchFromGitHub { 13 owner = "hanickadot"; 14 repo = "compile-time-regular-expressions"; 15 rev = "v${version}"; 16 + hash = "sha256-/44oZi6j8+a1D6ZGZpoy82GHjPtqzOvuS7d3SPbH7fs="; 17 }; 18 19 nativeBuildInputs = [ cmake ];