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

qpwgraph: 0.5.3 -> 0.6.0
This commit is contained in:
Weijia Wang 2023-11-10 02:45:27 +01:00 committed by GitHub
commit 29f41a184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qpwgraph";
version = "0.5.3";
version = "0.6.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${finalAttrs.version}";
sha256 = "sha256-50KaVpNB5/CTLs2bRbXEinYM23AZxZO/ForrVPFDN8U=";
sha256 = "sha256-wJ+vUw16yBBFjMdJogF1nkLnAh3o2ndN9+0png8ZVJ4=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];