qpwgraph: 0.9.4 -> 0.9.5

(cherry picked from commit d64f3cd54c)
This commit is contained in:
R. Ryantm
2025-08-15 12:36:07 +00:00
committed by github-actions[bot]
parent 7d7a57dfe5
commit 57874762fc

View File

@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-VvOdorj+CpFSI+iyVeMR0enXGO5mLPE8KiaHGuG/KDQ=";
sha256 = "sha256-0cFsRMcQtzOM0tApmBRMhTR5J3Ohvm+ykChCvygpOQM=";
};
nativeBuildInputs = [