summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify-tui
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-31 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-31 04:20:00 -0500
commit0cac9631f12b3ff3f24670e18bbd6e2e51502ade (patch)
treebf2333a0af9875fc8862f1a6624f6bffe613401b /pkgs/applications/audio/spotify-tui
parent9435db4415584a0789b4c292402d85ad5ca1584a (diff)
downloadnixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar.gz
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar.bz2
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar.lz
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar.xz
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.tar.zst
nixpkgs-0cac9631f12b3ff3f24670e18bbd6e2e51502ade.zip
spotify-tui: 0.12.0 -> 0.13.0
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.13.0
Diffstat (limited to 'pkgs/applications/audio/spotify-tui')
-rw-r--r--pkgs/applications/audio/spotify-tui/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spotify-tui/default.nix b/pkgs/applications/audio/spotify-tui/default.nix
index 6f8fc541ad7..fc630e78078 100644
--- a/pkgs/applications/audio/spotify-tui/default.nix
+++ b/pkgs/applications/audio/spotify-tui/default.nix
@@ -2,13 +2,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "spotify-tui";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "Rigellute";
     repo = "spotify-tui";
     rev = "v${version}";
-    sha256 = "18ja0a7s6lhz6y8fmpmabv95zkcfazj0qc0dsd9dblfzzjhvmw39";
+    sha256 = "0gp7xb63icraqg7f0j91q474acph3ligzak2k8qqr9cqbgg509f4";
   };
 
   cargoSha256 = "1364z9jz3mnba3pii5h7imqlwlvbp146pcd5q8w61lsmdr2iyha2";
@@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
   meta = with stdenv.lib; {
     description = "Spotify for the terminal written in Rust";
     homepage = https://github.com/Rigellute/spotify-tui;
+    changelog = "https://github.com/Rigellute/spotify-tui/releases/tag/v${version}";
     license = licenses.mit;
     maintainers = with maintainers; [ jwijenbergh ];
     platforms = platforms.all;