summary refs log tree commit diff
path: root/pkgs
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 /pkgs
parent368299015742c15256dac4e451a9724d501a01a4 (diff)
parent28a84b5cfeb2ff2a018ebcafb27e583cf8bcd9a0 (diff)
Merge pull request #190018 from r-ryantm/auto-update/headset
headset: 4.0.0 -> 4.2.1
Diffstat (limited to 'pkgs')
-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 9fbf3c08c2b79..336d0d391a312 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;