Merge pull request #229452 from Leixb/headsetcontrol27

headsetcontrol: 2.6.1 -> 2.7.0

authored by Franz Pletz and committed by GitHub 5fc46872 4df994d3

+3 -3
+3 -3
pkgs/tools/audio/headsetcontrol/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "headsetcontrol"; 10 - version = "2.6.1"; 11 12 src = fetchFromGitHub { 13 owner = "Sapd"; 14 repo = "HeadsetControl"; 15 rev = version; 16 - sha256 = "sha256-SVOcRzR52RYZsk/OWAr1/s+Nm6x48OxG0TF7yQ+Kb94="; 17 }; 18 19 nativeBuildInputs = [ ··· 25 ]; 26 27 /* 28 - Test depends on having the apropiate headsets connected. 29 */ 30 doCheck = false; 31
··· 7 8 stdenv.mkDerivation rec { 9 pname = "headsetcontrol"; 10 + version = "2.7.0"; 11 12 src = fetchFromGitHub { 13 owner = "Sapd"; 14 repo = "HeadsetControl"; 15 rev = version; 16 + sha256 = "sha256-tAndkfLEgj81JWzXtDBNspRxzKAL6XaRw0aDI1XbC1E="; 17 }; 18 19 nativeBuildInputs = [ ··· 25 ]; 26 27 /* 28 + Tests depend on having the appropriate headsets connected. 29 */ 30 doCheck = false; 31