Merge pull request #196599 from viraptor/libharu-fix-lib

libharu: 2.4.0 -> 2.4.3
This commit is contained in:
Mario Rodas 2023-03-18 01:56:58 -05:00 committed by GitHub
commit 4600fbf18b
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.0";
version = "2.4.3";
src = fetchFromGitHub {
owner = "libharu";
repo = pname;
rev = "v${version}";
hash = "sha256-85o9pb2zJVYbM0SHxCNgJuDkcsHuFuwFe6B6xivoUUg=";
hash = "sha256-v8eD1ZEFQFA7ceWOgOmq7hP0ZMPfxjdAp7ov4PBPaAE=";
};
nativeBuildInputs = [ cmake ];