soundsource: 5.7.4 -> 5.7.5 (#363347)

This commit is contained in:
DontEatOreo
2024-12-12 03:37:53 -05:00
committed by GitHub
parent e6a99ffa37
commit 72fcf2a884
+3 -3
View File
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "soundsource";
version = "5.7.4";
version = "5.7.5";
src = fetchurl {
url = "https://web.archive.org/web/20241204215222/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
hash = "sha256-zDIlhwczwXVPOV90EKF9pjO2CKlOEeFsqx17nIXaElw=";
url = "https://web.archive.org/web/20241208194405/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
hash = "sha256-KjyhccLAAa/atSpw/H2IVt23huEY6lxC5BVAaqSG3JI=";
};
dontUnpack = true;