summary refs log tree commit diff
path: root/pkgs/applications/audio/qpwgraph
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-26 17:01:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-26 17:01:49 +0000
commit607c225d23d976475941450af454d5143dad75c7 (patch)
treee703d56a0dca77fc09fe2272c788eef1c16d09ee /pkgs/applications/audio/qpwgraph
parentea7b03bf80a86cc1ef7ccd892898a8204032fc09 (diff)
qpwgraph: 0.1.0 -> 0.1.1
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 f635c70ae4d36..f805a2d345d9f 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.1.0";
+  version = "0.1.1";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "rncbc";
     repo = "qpwgraph";
     rev = "v${version}";
-    sha256 = "sha256-VDLfOcIXM3+04tEvPzKDEKMperMhB5hDo1MlttS04yM=";
+    sha256 = "sha256-r3FoAV0wah9fwnqyMyu8927c4Uj0zZoQNvLoXP5AP/E=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];