summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-18 15:57:37 +0200
committerGitHub <noreply@github.com>2022-09-18 15:57:37 +0200
commitb0350b194a469e3bebf70e946ad979fd103411eb (patch)
tree26507d15491896f1b746752dd0a6d12e08bc6014
parentMerge pull request #190042 from jtrees/add-everspace-desktop-file (diff)
parentheadset: 4.0.0 -> 4.2.1 (diff)
downloadnixpkgs-b0350b194a469e3bebf70e946ad979fd103411eb.tar.gz
Merge pull request #190018 from r-ryantm/auto-update/headset
headset: 4.0.0 -> 4.2.1
-rw-r--r--pkgs/applications/audio/headset/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/headset/default.nix b/pkgs/applications/audio/headset/default.nix
index 9fbf3c08c2b7..336d0d391a31 100644
--- a/pkgs/applications/audio/headset/default.nix
+++ b/pkgs/applications/audio/headset/default.nix
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "headset";
- version = "4.0.0";
+ version = "4.2.1";
src = fetchurl {
url = "https://github.com/headsetapp/headset-electron/releases/download/v${version}/headset_${version}_amd64.deb";
- hash = "sha256-M1HMZgYczZWFq0EGlCMEGOGUNoUcmq37J8Ycen72PhM=";
+ hash = "sha256-81gsIq74sggauE6g8pM6z05KTmsbe49CZa9aRQEDwMo=";
};
dontConfigure = true;