libharu: 2.3.0 → 2.4.0

This commit is contained in:
Nikolay Korotkiy 2022-09-01 15:53:23 +03:00
parent ef1cc4c4f5
commit 1790e25146
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libharu";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "libharu";
repo = pname;
rev = "RELEASE_${lib.replaceStrings ["."] ["_"] version}";
sha256 = "15s9hswnl3qqi7yh29jyrg0hma2n99haxznvcywmsp8kjqlyg75q";
rev = "v${version}";
hash = "sha256-85o9pb2zJVYbM0SHxCNgJuDkcsHuFuwFe6B6xivoUUg=";
};
nativeBuildInputs = [ cmake ];