summary refs log tree commit diff
path: root/pkgs/applications/audio/strawberry/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-24 08:34:39 -0700
committerRenaud <c0bw3b@users.noreply.github.com>2019-10-24 17:34:39 +0200
commita701093bd4ec8a06991f0d47431722927f22aece (patch)
tree651763abe2320bc6ca11e39976c510db09ece6d5 /pkgs/applications/audio/strawberry/default.nix
parent719313b2a255561ba4445b3075d72bf8fcbb9f5a (diff)
downloadnixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar.gz
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar.bz2
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar.lz
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar.xz
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.tar.zst
nixpkgs-a701093bd4ec8a06991f0d47431722927f22aece.zip
strawberry: 0.6.3 -> 0.6.5 (#71878)
* strawberry: 0.6.3 -> 0.6.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/strawberry/versions

* strawberry: add meta.homepage and meta.changelog
Diffstat (limited to 'pkgs/applications/audio/strawberry/default.nix')
-rw-r--r--pkgs/applications/audio/strawberry/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix
index 83455460123..c62eba99845 100644
--- a/pkgs/applications/audio/strawberry/default.nix
+++ b/pkgs/applications/audio/strawberry/default.nix
@@ -35,13 +35,13 @@
 
 mkDerivation rec {
   pname = "strawberry";
-  version = "0.6.3";
+  version = "0.6.5";
 
   src = fetchFromGitHub {
     owner = "jonaski";
     repo = pname;
     rev = version;
-    sha256 = "01j5jzzicy895kg9sjy46lbcm5kvf3642d3q5wwb2fyvyq1fbcv0";
+    sha256 = "1kqx0q99n1p5pm6skvqjihz11byhxdid1qw6gqp67dh2na62z1lm";
   };
 
   buildInputs = [
@@ -89,9 +89,11 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Music player and music collection organizer";
-    license = licenses.gpl2;
+    homepage = "https://www.strawberrymusicplayer.org/";
+    changelog = "https://raw.githubusercontent.com/jonaski/strawberry/${version}/Changelog";
+    license = licenses.gpl3;
     maintainers = with maintainers; [ peterhoeg ];
-    # upstream says darwin should work but they lack maintainers as of 0.6.3
+    # upstream says darwin should work but they lack maintainers as of 0.6.5
     platforms = platforms.linux;
   };
 }