From 6f6018dcc3a4c679145d0ca64f0903a5d850645a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 13 Aug 2022 23:46:59 +0000 Subject: [PATCH] indicator-sound-switcher: 2.3.7 -> 2.3.9 --- .../applications/audio/indicator-sound-switcher/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/indicator-sound-switcher/default.nix b/pkgs/applications/audio/indicator-sound-switcher/default.nix index 6326d7cc5630..f5fe5914baee 100644 --- a/pkgs/applications/audio/indicator-sound-switcher/default.nix +++ b/pkgs/applications/audio/indicator-sound-switcher/default.nix @@ -15,13 +15,13 @@ python3Packages.buildPythonApplication rec { pname = "indicator-sound-switcher"; - version = "2.3.7"; + version = "2.3.9"; src = fetchFromGitHub { owner = "yktoo"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-agzU3Z3E6NvCnlsz9L719LqMTm8EmYg3TY/2lWTYgKs="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-qJ1lg9A1aCM+/v/JbQAVpYGX25qA5ULqsM8k7uH1uvQ="; }; postPatch = ''