openjph: 0.21.3 -> 0.21.4

This commit is contained in:
R. Ryantm 2025-08-13 23:39:10 +00:00
parent 64cf35ea43
commit 30eda808b7

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openjph";
version = "0.21.3";
version = "0.21.4";
src = fetchFromGitHub {
owner = "aous72";
repo = "openjph";
rev = finalAttrs.version;
hash = "sha256-KiDDpNNPN43YevIjnCl1dYyWgKIB8tTxs3UYSCufxhA=";
hash = "sha256-oURB1c1A0hSJ7mh85bMVskQSHqsKmm21h/AZtttFRlw=";
};
nativeBuildInputs = [