about summary refs log tree commit diff
path: root/pkgs/applications/audio/headset
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 14:23:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-06 14:23:14 +0000
commit28a84b5cfeb2ff2a018ebcafb27e583cf8bcd9a0 (patch)
tree6eff66a3d37af8378c57f17f2b6eb431f90d16ee /pkgs/applications/audio/headset
parentd219ba6f9908c0f253e6b2a4fc8d2b07e2a806b2 (diff)
headset: 4.0.0 -> 4.2.1
Diffstat (limited to 'pkgs/applications/audio/headset')
-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;