qpwgraph: 0.4.2 -> 0.4.4

This commit is contained in:
R. Ryantm 2023-06-22 06:11:54 +00:00
parent 43be38bd78
commit 220877abfe

View File

@ -5,14 +5,14 @@
mkDerivation rec {
pname = "qpwgraph";
version = "0.4.2";
version = "0.4.4";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
sha256 = "sha256-MkPPr9gvEeW94fXH8K9GVYdYpuG1LDgKD16l2pNFvkA=";
sha256 = "sha256-9HgxFqwmRG2mJy9aTT0MeWdtE+YKG6rU8g24IZFHSRY=";
};
nativeBuildInputs = [ cmake pkg-config ];