summaryrefslogtreecommitdiff
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
parentMerge pull request #189821 from sikmir/gpxsee (diff)
downloadnixpkgs-28a84b5cfeb2ff2a018ebcafb27e583cf8bcd9a0.tar.gz
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;