soundsource: 5.7.5 -> 5.8.2

This commit is contained in:
DontEatOreo 2025-04-24 16:15:57 +03:00
parent 7361e6d6b1
commit 22f58d895d
No known key found for this signature in database

View file

@ -6,11 +6,11 @@
}: }:
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "soundsource"; pname = "soundsource";
version = "5.7.5"; version = "5.8.2";
src = fetchurl { src = fetchurl {
url = "https://web.archive.org/web/20241208194405/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip"; url = "https://web.archive.org/web/20250424131232/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
hash = "sha256-KjyhccLAAa/atSpw/H2IVt23huEY6lxC5BVAaqSG3JI="; hash = "sha256-RilL2nD0pUQKCb63uip7q9kmsKVXvEPcT+GUfZKtKNM=";
}; };
dontUnpack = true; dontUnpack = true;