summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorWael Nasreddine <wael.nasreddine@gmail.com>2020-10-07 18:01:12 -0700
committerGitHub <noreply@github.com>2020-10-07 18:01:12 -0700
commite8a3c739bdb4224eb7658fc3bb0e97a777ad82c7 (patch)
tree3c29dc76a4a37dcd39427530053f1ed7975a2fae /pkgs
parentba4d66648613e8134d49cb55c1d1a0a41a820bb8 (diff)
mellowplayer: 3.6.5 -> 3.6.6 (#99919)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/mellowplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mellowplayer/default.nix b/pkgs/applications/audio/mellowplayer/default.nix
index 93c0b36bbb09..a117611fdfa2 100644
--- a/pkgs/applications/audio/mellowplayer/default.nix
+++ b/pkgs/applications/audio/mellowplayer/default.nix
@@ -14,13 +14,13 @@
mkDerivation rec {
pname = "MellowPlayer";
- version = "3.6.5";
+ version = "3.6.6";
src = fetchFromGitLab {
owner = "ColinDuquesnoy";
repo = "MellowPlayer";
rev = version;
- sha256 = "1fnfqyy52hnh9vwq4rcndcqwh0zsm1sd3vi4h5gzaj4zbniq5v2f";
+ sha256 = "14y175fl6wg04fz0fhx553r8z3nwqrs2lr3rdls70bhwx5x6lavw";
};
nativeBuildInputs = [ cmake pkgconfig ];