diff options
| author | DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> | 2024-05-05 03:23:33 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-05 20:50:02 +0000 |
| commit | 7c4258808dac5b908cfd8a16116d2ef3b4753015 (patch) | |
| tree | 35838e688adaf9de0752768301c70d86826e0ea9 | |
| parent | Merge pull request #309348 from NixOS/backport-309277-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-309147-to-release-23.11.tar.gz | |
soundsource: 5.6.0 -> 5.6.3origin/backport-309147-to-release-23.11
(cherry picked from commit 0f24d7b33c9e8acb0b1276e70b14ac0a1bd9dd68)
| -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 e211a5736689..8f2d743e03df 100644 --- a/pkgs/applications/audio/soundsource/default.nix +++ b/pkgs/applications/audio/soundsource/default.nix @@ -5,11 +5,11 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "soundsource"; - version = "5.6.0"; + version = "5.6.3"; src = fetchurl { - url = "https://web.archive.org/web/20230707140658/https://rogueamoeba.com/soundsource/download/SoundSource.zip"; - sha256 = "1avm1jr75mjbps0fad3glshrwl42vnhc0f9sak038ny85f3apyi0"; + url = "https://web.archive.org/web/20240505002011/https://rogueamoeba.com/soundsource/download/SoundSource.zip"; + sha256 = "sha256-uXQw4MEV4hkrd7tjNCxtuXpbfmdW8bilI5ZmXwn9BLM="; }; dontUnpack = true; |
