Skip to content

Commit

Permalink
spotify-cli: use hash instead of sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivolt committed Jan 29, 2024
1 parent 8b61fd1 commit 6cf406e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/sp/spotify-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildPythonApplication rec {
owner = "ledesmablt";
repo = pname;
rev = "v${version}";
sha256 = "sha256-25eMM63a/axgDXCXah+zxwgXyrFHEciGE97ya49r43c=";
hash = "sha256-25eMM63a/axgDXCXah+zxwgXyrFHEciGE97ya49r43c=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 6cf406e

Please sign in to comment.