Unverified Commit 474df1ff authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

ctre: 3.8.1 -> 3.9.0
parents bcaf2626 da165cbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

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

  nativeBuildInputs = [ cmake ];