qpwgraph: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-12-05 20:36:18 +00:00
parent 4c37153a2c
commit e7301503ff

View File

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-wJ+vUw16yBBFjMdJogF1nkLnAh3o2ndN9+0png8ZVJ4=";
sha256 = "sha256-oB8/q0igSZoaDzKzgmGAECU0qJwO67t9qWw+fB2vfxg=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];