Skip to content

Commit

Permalink
[Backport release 24.05] soundsource: 5.6.3 -> 5.7.1 (#349276)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 24, 2024
2 parents 00c24c1 + 46f1880 commit bb700ab
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions pkgs/applications/audio/soundsource/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{ lib
, stdenvNoCC
, fetchurl
, unzip
{
lib,
stdenvNoCC,
fetchurl,
unzip,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "soundsource";
version = "5.6.3";
version = "5.7.1";

src = fetchurl {
url = "https://web.archive.org/web/20240505002011/https://rogueamoeba.com/soundsource/download/SoundSource.zip";
sha256 = "sha256-uXQw4MEV4hkrd7tjNCxtuXpbfmdW8bilI5ZmXwn9BLM=";
url = "https://web.archive.org/web/20240924103013/https://cdn.rogueamoeba.com/soundsource/download/SoundSource.zip";
sha256 = "sha256-02+Jb+3GSirypBISjdFg89Dp3LtkgPKho8OCVS+GGcQ=";
};
dontUnpack = true;

Expand All @@ -29,7 +30,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://rogueamoeba.com/soundsource";
license = licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ emilytrau Enzime ];
maintainers = with maintainers; [
emilytrau
donteatoreo
];
platforms = platforms.darwin;
};
})

0 comments on commit bb700ab

Please sign in to comment.