openjph: 0.17.0 -> 0.18.1

This commit is contained in:
R. Ryantm 2024-12-06 23:37:08 +00:00
parent e574201552
commit 29313f7372

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openjph";
version = "0.17.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "aous72";
repo = "openjph";
rev = finalAttrs.version;
hash = "sha256-ljvdCrvKL3slVGqX97Ui65/6Doyucf2kdUEw6NWW9og=";
hash = "sha256-cgJlgb4SrmVFqvmqGcG3+qMDteyVFlYzoy1IOo8BjA8=";
};
nativeBuildInputs = [ cmake validatePkgConfig ];