diff options
author | DontEatOreo | 2024-11-12 23:27:07 +0200 |
---|---|---|
committer | github-actions[bot] | 2024-11-14 22:15:29 +0000 |
commit | 158059b8205ac2aa2a5693846828fb4f3ebf793b (patch) | |
tree | 02269db3d1cd8932500adb68231b84cf256a602d | |
parent | 6bbb777b4386ff7ebc8bd025b52665987719b36a (diff) |
soundsource: 5.7.1 -> 5.7.3 backport-355526-to-release-24.05
(cherry picked from commit ff9145a528b59065217a4aceb86902d4630caf3c)
-rw-r--r-- | pkgs/applications/audio/soundsource/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/soundsource/default.nix b/pkgs/applications/audio/soundsource/default.nix index c76d0c0999d6..567ca85864e8 100644 --- a/pkgs/applications/audio/soundsource/default.nix +++ b/pkgs/applications/audio/soundsource/default.nix @@ -6,11 +6,11 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "soundsource"; - version = "5.7.1"; + version = "5.7.3"; src = fetchurl { - url = "https://web.archive.org/web/20240924103013/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip"; - sha256 = "sha256-02+Jb+3GSirypBISjdFg89Dp3LtkgPKho8OCVS+GGcQ="; + url = "https://web.archive.org/web/20241112212337/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip"; + sha256 = "sha256-Eup7oiq8vVn2MqxJxE/Z2LtDMdluczHusRJ9uoW3X84="; }; dontUnpack = true; |