3
0
Fork 0
forked from mirrors/nixpkgs

qpwgraph: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm 2022-08-21 03:01:18 +00:00
parent 6895427d34
commit d9e979ee2d

View file

@ -5,14 +5,14 @@
mkDerivation rec {
pname = "qpwgraph";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
sha256 = "sha256-JCnvwSredXO1WrTu4BIUaUTTjPcd5U/ZZcRbI/GiFfc=";
sha256 = "sha256-ZpVQjlqz1aPpf04qHMsN06s1n5msf32oB7cJYZf6xAU=";
};
nativeBuildInputs = [ cmake pkg-config ];