about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2023-08-25 20:04:19 +0200
committerGitHub <noreply@github.com>2023-08-25 20:04:19 +0200
commit5fc468728012f59fd8d0cfd794c175401640acbe (patch)
treee9dd9df6a345b61d74788950217cad6301cf8758 /pkgs/tools
parent4df994d359852c7e596707ea67c9a37fc6850ad5 (diff)
parent990a9bda5f4cc832e27cc8ff2b4c790e9c5e4fd8 (diff)
Merge pull request #229452 from Leixb/headsetcontrol27
headsetcontrol: 2.6.1 -> 2.7.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/headsetcontrol/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/audio/headsetcontrol/default.nix b/pkgs/tools/audio/headsetcontrol/default.nix
index 294b2cc7b931b..99434f9ca7382 100644
--- a/pkgs/tools/audio/headsetcontrol/default.nix
+++ b/pkgs/tools/audio/headsetcontrol/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "headsetcontrol";
-  version = "2.6.1";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner = "Sapd";
     repo = "HeadsetControl";
     rev = version;
-    sha256 = "sha256-SVOcRzR52RYZsk/OWAr1/s+Nm6x48OxG0TF7yQ+Kb94=";
+    sha256 = "sha256-tAndkfLEgj81JWzXtDBNspRxzKAL6XaRw0aDI1XbC1E=";
   };
 
   nativeBuildInputs = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   ];
 
   /*
-  Test depends on having the apropiate headsets connected.
+  Tests depend on having the appropriate headsets connected.
   */
   doCheck = false;