openjph: 0.17.0 -> 0.18.1 (#362619)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-09 11:14:20 +00:00
committed by GitHub
+2 -2
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 ];