about summary refs log tree commit diff
path: root/pkgs/applications/audio/qpwgraph
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-07 13:13:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-07 13:13:11 +0000
commit872c33b3c178b314860a908503d6643ccc86634d (patch)
tree8ebb5132e67f76abcfc30d020984b36658af98fc /pkgs/applications/audio/qpwgraph
parent65b2a742675f684bfdcc1368884f8116ff6b2c99 (diff)
qpwgraph: 0.2.0 -> 0.2.2
Diffstat (limited to 'pkgs/applications/audio/qpwgraph')
-rw-r--r--pkgs/applications/audio/qpwgraph/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/qpwgraph/default.nix b/pkgs/applications/audio/qpwgraph/default.nix
index c92e9cf7a46b8..860eca652e7a5 100644
--- a/pkgs/applications/audio/qpwgraph/default.nix
+++ b/pkgs/applications/audio/qpwgraph/default.nix
@@ -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 ];