summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-03-10 19:38:30 +0100
committerGitHub <noreply@github.com>2022-03-10 19:38:30 +0100
commitb1df2f4796702eb34130b251c45b196cd1c1dd66 (patch)
treeaf9eff5ff3073fc89d6b8b6924cb68b7cd5b1a99 /pkgs/applications
parentacd095ab643186cb2af33943b05a66215cca98e8 (diff)
parent872c33b3c178b314860a908503d6643ccc86634d (diff)
Merge pull request #163148 from r-ryantm/auto-update/qpwgraph
qpwgraph: 0.2.0 -> 0.2.2
Diffstat (limited to 'pkgs/applications')
-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 ];