about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-26 03:01:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-26 03:01:13 +0000
commit9c503f72543a009e36adfa8d95dbecb30d9de65c (patch)
treed3fd46d76fc847e09a63c5f90d2d812a39212131
parentc2e1d345cbfed2e3e7539f95e67ab6a634bf07b5 (diff)
pipecontrol: 0.2.4 -> 0.2.8
-rw-r--r--pkgs/applications/audio/pipecontrol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pipecontrol/default.nix b/pkgs/applications/audio/pipecontrol/default.nix
index a2abab72ec697..dacfd63164af4 100644
--- a/pkgs/applications/audio/pipecontrol/default.nix
+++ b/pkgs/applications/audio/pipecontrol/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pipecontrol";
-  version = "0.2.4";
+  version = "0.2.8";
 
   src = fetchFromGitHub {
     owner = "portaloffreedom";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-F3faJMkvjAY6A5ieNpAxjk6BHPb6uCvYYfwrI9/Iskg=";
+    sha256 = "sha256-x33L/oLgJFiHp19FzinVuGT9k73wOhdSaTTemq52ZVg=";
   };
 
   nativeBuildInputs = [