about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-08 06:56:50 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-08 06:56:50 +0000
commitc7e617f683d0234585168fee7c0176b306207978 (patch)
tree3be27c723baae7231e150b936b5ac6b4cf458e5c /pkgs/desktops/pantheon
parentdfbe76a68126d03c3f7eb363d7acbb86335b63d3 (diff)
downloadnixlib-c7e617f683d0234585168fee7c0176b306207978.tar
nixlib-c7e617f683d0234585168fee7c0176b306207978.tar.gz
nixlib-c7e617f683d0234585168fee7c0176b306207978.tar.bz2
nixlib-c7e617f683d0234585168fee7c0176b306207978.tar.lz
nixlib-c7e617f683d0234585168fee7c0176b306207978.tar.xz
nixlib-c7e617f683d0234585168fee7c0176b306207978.tar.zst
nixlib-c7e617f683d0234585168fee7c0176b306207978.zip
pantheon.elementary-music: 5.0.4 -> 5.0.5
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-music/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-music/default.nix b/pkgs/desktops/pantheon/apps/elementary-music/default.nix
index b53030217722..85739a6ec2ec 100644
--- a/pkgs/desktops/pantheon/apps/elementary-music/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-music/default.nix
@@ -29,7 +29,7 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-music";
-  version = "5.0.4";
+  version = "5.0.5";
 
   repoName = "music";
 
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = repoName;
     rev = version;
-    sha256 = "02qjsf9xnfh043xbls9mll2r1wcdvclw60x8wysv12rhbm90gwvp";
+    sha256 = "0cb0mwsp5w2bmjq8ap9mi0jvaqr9fgq00gfrkj0mzb5x5c26hrnw";
   };
 
   passthru = {
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Music player and library designed for elementary OS";
-    homepage = https://github.com/elementary/music;
+    homepage = "https://github.com/elementary/music";
     license = licenses.lgpl2Plus;
     platforms = platforms.linux;
     maintainers = pantheon.maintainers;