qpwgraph: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2024-05-13 21:01:35 +00:00
parent 7715ce37e7
commit 508c65270d

View File

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-mtW+dbjdp7as0N5+iacMSNrJ4jm8HWYqJP6G+lutucc=";
sha256 = "sha256-aXZsAOsdp0x7J0T9B9C1Qm2qDkhRNHRWUmPafdHRrOQ=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];