summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 21:04:40 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 22:27:21 -0800
commit1e33ab339591ea5b21f15760488fe1f1ec3855d3 (patch)
tree262dded52eff36bef665036f215a6df85071fd45 /pkgs/tools/audio
parentdc1c43605143227a2c12f712d9cfe0ff12a04146 (diff)
downloadnixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar.gz
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar.bz2
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar.lz
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar.xz
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.tar.zst
nixpkgs-1e33ab339591ea5b21f15760488fe1f1ec3855d3.zip
spotdl: 3.9.2 -> 3.9.3
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 c3904a71158..c9270ce5835 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.2";
+  version = "3.9.3";
 
   src = fetchFromGitHub {
     owner = "spotDL";
     repo = "spotify-downloader";
     rev = "v${version}";
-    sha256 = "sha256-Y4l86OjAEwNt2i9+OFgol3b6nhbpe27NFTKJrLKQgHg=";
+    sha256 = "sha256-sx6UtblpsetKPwhlXB3Kj3OMIOyW9QluzB+YbtQGdYQ=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [