Merge pull request #229452 from Leixb/headsetcontrol27

headsetcontrol: 2.6.1 -> 2.7.0
This commit is contained in:
Franz Pletz 2023-08-25 20:04:19 +02:00 committed by GitHub
commit 5fc4687280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;