about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-04 21:27:14 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-04 21:27:14 +0000
commitbef8827a694292775a792b5d6fe69bbcc2225005 (patch)
tree96c0f63e2ccdfeccf7c726fe12eb43645fb6838c /pkgs/tools/audio
parent0af35df7b8760d29f95119f131f1ef71da93003d (diff)
spotdl: 3.9.3 -> 3.9.4
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/spotdl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/spotdl/default.nix b/pkgs/tools/audio/spotdl/default.nix
index c9270ce58357f..e407a5f990705 100644
--- a/pkgs/tools/audio/spotdl/default.nix
+++ b/pkgs/tools/audio/spotdl/default.nix
@@ -6,13 +6,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "spotdl";
-  version = "3.9.3";
+  version = "3.9.4";
 
   src = fetchFromGitHub {
     owner = "spotDL";
     repo = "spotify-downloader";
     rev = "v${version}";
-    sha256 = "sha256-sx6UtblpsetKPwhlXB3Kj3OMIOyW9QluzB+YbtQGdYQ=";
+    sha256 = "sha256-PJ9m+697bdrhHZ80wJvL6V366Vn3tmPfioK1sZAyB/Q=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [