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

qpwgraph: 0.5.1 -> 0.5.2
This commit is contained in:
Pierre Bourdon 2023-08-15 21:30:18 +02:00 committed by GitHub
commit 5384db3d12
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.5.1";
version = "0.5.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
sha256 = "sha256-HVeuqgqYf/gO1KdteXV4dWd13Q58GqHUz8CAYpruc18=";
sha256 = "sha256-qcd19YI2RDoh+vjeelxNajWsUwVokLu0kh35a4oezKA=";
};
nativeBuildInputs = [ cmake pkg-config ];