From b723b00b347d3c1c3f7e2e8b592722df43b19457 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 20 Apr 2023 20:13:07 +0200 Subject: [PATCH] Rename spotdl derivation --- derivations/default.nix | 2 +- derivations/{spotdl-4.1.6 => spotdl-4_1_6}/default.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename derivations/{spotdl-4.1.6 => spotdl-4_1_6}/default.nix (96%) diff --git a/derivations/default.nix b/derivations/default.nix index 3c9060d7..97146ef7 100644 --- a/derivations/default.nix +++ b/derivations/default.nix @@ -8,5 +8,5 @@ dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {}; dell-b1160w = pkgs.callPackage ./dell-b1160w {}; xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {}; - spotdl-4_1_6 = pkgs.callPackage ./spotdl-4.1.6 {}; + spotdl-4_1_6 = pkgs.callPackage ./spotdl-4_1_6 {}; } diff --git a/derivations/spotdl-4.1.6/default.nix b/derivations/spotdl-4_1_6/default.nix similarity index 96% rename from derivations/spotdl-4.1.6/default.nix rename to derivations/spotdl-4_1_6/default.nix index cea016f6..079916cc 100644 --- a/derivations/spotdl-4.1.6/default.nix +++ b/derivations/spotdl-4_1_6/default.nix @@ -7,14 +7,13 @@ python3.pkgs.buildPythonApplication rec { pname = "spotdl"; version = "4.1.6"; - format = "pyproject"; src = fetchFromGitHub { owner = "spotDL"; repo = "spotify-downloader"; rev = "refs/tags/v${version}"; - hash = "sha256-+hkdrPi3INs16SeAl+iXOE9KFDzG/TYXB3CDd8Tigwk="; + hash = "sha256-0Socf9465+gTogilu5Y91sRC3mPsTNr8X+WZaqp+AdQ="; }; nativeBuildInputs = with python3.pkgs; [