Unverified Commit 1d5fc777 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

ctre: 3.9.0 -> 3.10.0 (#408971)

parents 3e4e32e6 572763cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "ctre";
  version = "3.9.0";
  version = "3.10.0";

  src = fetchFromGitHub {
    owner = "hanickadot";
    repo = "compile-time-regular-expressions";
    rev = "v${version}";
    hash = "sha256-Fmx8eKo4UHSYQa5RL70VmaogQj+ILVA1gfpaVE8+MlQ=";
    hash = "sha256-/44oZi6j8+a1D6ZGZpoy82GHjPtqzOvuS7d3SPbH7fs=";
  };

  nativeBuildInputs = [ cmake ];