Skip to content

Commit

Permalink
openjph: 0.17.0 -> 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 6, 2024
1 parent e574201 commit 29313f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openjph/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 29313f7

Please sign in to comment.