about summary refs log tree commit diff
path: root/pkgs/applications/audio/soundsource
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-05-05 03:23:33 +0300
committerDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-05-05 03:23:33 +0300
commit0f24d7b33c9e8acb0b1276e70b14ac0a1bd9dd68 (patch)
treeb71d75c25cb894c5685edcb7e2d06ed77297e6b6 /pkgs/applications/audio/soundsource
parent045a097bde2100af7301e50632a02d0425031042 (diff)
soundsource: 5.6.0 -> 5.6.3
Diffstat (limited to 'pkgs/applications/audio/soundsource')
-rw-r--r--pkgs/applications/audio/soundsource/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/soundsource/default.nix b/pkgs/applications/audio/soundsource/default.nix
index e211a5736689e..8f2d743e03df1 100644
--- a/pkgs/applications/audio/soundsource/default.nix
+++ b/pkgs/applications/audio/soundsource/default.nix
@@ -5,11 +5,11 @@
 }:
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "soundsource";
-  version = "5.6.0";
+  version = "5.6.3";
 
   src = fetchurl {
-    url = "https://web.archive.org/web/20230707140658/https://rogueamoeba.com/soundsource/download/SoundSource.zip";
-    sha256 = "1avm1jr75mjbps0fad3glshrwl42vnhc0f9sak038ny85f3apyi0";
+    url = "https://web.archive.org/web/20240505002011/https://rogueamoeba.com/soundsource/download/SoundSource.zip";
+    sha256 = "sha256-uXQw4MEV4hkrd7tjNCxtuXpbfmdW8bilI5ZmXwn9BLM=";
   };
   dontUnpack = true;