Commit 209bc7e9 authored by R. RyanTM's avatar R. RyanTM
Browse files

coolreader: 3.2.55 -> 3.2.57

parent 7fe184a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

mkDerivation rec {
  pname = "coolreader";
  version = "3.2.55";
  version = "3.2.57";

  src = fetchFromGitHub {
    owner = "buggins";
    repo = pname;
    rev = "cr${version}";
    sha256 = "sha256-gYAaYGEjw7p6y4h5j6j/4Ld+b37Nv+kt04Wp+qb8gzY=";
    sha256 = "sha256-ZfgaLCLvBU6xP7nx7YJTsJSpvpdQgLpSMWH+BsG8E1g=";
  };

  nativeBuildInputs = [ cmake pkg-config ];