Merge pull request #257065 from r-ryantm/auto-update/libharu

libharu: 2.4.3 -> 2.4.4
This commit is contained in:
Nick Cao 2023-09-24 09:57:58 -04:00 committed by GitHub
commit 976383a57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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