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

qpwgraph: 0.2.0 -> 0.2.2
This commit is contained in:
Renaud
2022-03-10 19:38:30 +01:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
mkDerivation rec {
pname = "qpwgraph";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "rncbc";
repo = "qpwgraph";
rev = "v${version}";
sha256 = "sha256-SGx80fMFomNEa/jgH8Yeof+f7zXCDxx3Yqd0GxHZGMw=";
sha256 = "sha256-BBvF1L3IqkYqSghHxcbwOBizdu6GtxaWof3Q/bc+aTY=";
};
nativeBuildInputs = [ cmake pkg-config ];