about summary refs log tree commit diff
path: root/pkgs/applications/audio/qpwgraph
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 04:47:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-15 04:47:58 +0000
commit7831b931a855bc5b558c6c24f1464b5c98645e52 (patch)
tree00de3e82a8b13d21625b48588e1530cf47133a13 /pkgs/applications/audio/qpwgraph
parentb20308c5082474161a4f64ac2487fa5b04c8fc5f (diff)
qpwgraph: 0.5.1 -> 0.5.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 c4955e15e8942..a2eed4be20dd8 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.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 ];