libharu: 2.4.4 -> 2.4.5 (#389078)

This commit is contained in:
Weijia Wang
2025-03-22 20:41:11 +01:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libharu"; pname = "libharu";
version = "2.4.4"; version = "2.4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libharu"; owner = "libharu";
repo = "libharu"; repo = "libharu";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-tw/E79Cg/8kIei6NUu1W+mP0sUDCm8KTB7ZjzxsqpeM="; hash = "sha256-v2vudB95OdYPiLxS9Al5lsAInsvmharhPWdnUmCl+Bs=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];