Merge pull request #181634 from K900/qpwgraph-bump

qpwgraph: 0.2.5 -> 0.3.4
This commit is contained in:
K900 2022-07-16 02:48:37 +03:00 committed by GitHub
commit 811890b758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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