soundsource: 5.7.3 -> 5.7.4

This commit is contained in:
DontEatOreo
2024-12-04 23:58:31 +02:00
parent 4c0350d9d0
commit 0d336e398f
+4 -3
View File
@@ -6,12 +6,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "soundsource";
version = "5.7.3";
version = "5.7.4";
src = fetchurl {
url = "https://web.archive.org/web/20241112212337/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
sha256 = "sha256-Eup7oiq8vVn2MqxJxE/Z2LtDMdluczHusRJ9uoW3X84=";
url = "https://web.archive.org/web/20241204215222/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
hash = "sha256-zDIlhwczwXVPOV90EKF9pjO2CKlOEeFsqx17nIXaElw=";
};
dontUnpack = true;
nativeBuildInputs = [ unzip ];