[Backport release-25.05] qpwgraph: 0.9.2 -> 0.9.3 (#413695)

This commit is contained in:
Sefa Eyeoglu
2025-06-03 21:29:52 +02:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-SCco66Czu8dW7iSSX/exhIlOXS+ayCwGUuCfJuUCRjM=";
sha256 = "sha256-6aJymZjuUMezEbOosveXyiY7y+XgGk3E8Dd4tb8UyrU=";
};
nativeBuildInputs = [