Merge pull request #244256 from r-ryantm/auto-update/qpwgraph

qpwgraph: 0.4.4 -> 0.4.5
This commit is contained in:
Weijia Wang 2023-07-19 11:41:35 +03:00 committed by GitHub
commit e6adca3c52
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.4.4";
version = "0.4.5";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
sha256 = "sha256-9HgxFqwmRG2mJy9aTT0MeWdtE+YKG6rU8g24IZFHSRY=";
sha256 = "sha256-VMTVaJJHMgx5mJT4ZRL5CDOJp7UPOkZOjqulCFSd7xo=";
};
nativeBuildInputs = [ cmake pkg-config ];