Unverified Commit 53ab270b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libharu: 2.4.4 -> 2.4.5 (#389078)

parents ae251c4d 9ff133e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "libharu";
  version = "2.4.4";
  version = "2.4.5";

  src = fetchFromGitHub {
    owner = "libharu";
    repo = "libharu";
    rev = "v${version}";
    hash = "sha256-tw/E79Cg/8kIei6NUu1W+mP0sUDCm8KTB7ZjzxsqpeM=";
    hash = "sha256-v2vudB95OdYPiLxS9Al5lsAInsvmharhPWdnUmCl+Bs=";
  };

  nativeBuildInputs = [ cmake ];