Commit adb08f56 authored by R. RyanTM's avatar R. RyanTM
Browse files

ctre: 3.7.1 -> 3.7.2

parent 2d72fcf6
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.7.1";
  version = "3.7.2";

  src = fetchFromGitHub {
    owner = "hanickadot";
    repo = "compile-time-regular-expressions";
    rev = "v${version}";
    hash = "sha256-KqYBSY45x8FDQ0YgjrKoZdOiuhf33gv5w160/dSsSsg=";
    hash = "sha256-pO6PW4oZsCA2xaMCsaJz2Bu203zyMUkbjO3OOBEbSiw=";
  };

  nativeBuildInputs = [ cmake ];