Unverified Commit 5ff6c0fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

soundsource: 5.7.1 -> 5.7.3 (#355526)

parents 1464da63 ff9145a5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "soundsource";
  version = "5.7.1";
  version = "5.7.3";

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