Skip to content

Commit

Permalink
openjph: 0.17.0 -> 0.18.1 (#362619)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 9, 2024
2 parents c73e02f + 29313f7 commit 97c1562
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 97c1562

Please sign in to comment.