summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 10:33:50 -0800
committerGitHub <noreply@github.com>2021-01-21 10:33:50 -0800
commit8174a4cd1f37b5b6f4fea84e1a3daa9b09b5eab6 (patch)
treed64e4e9d3bc32d88266571351ea65bce84347118 /pkgs/applications/audio
parent728097646c0911bfc7b4986745f1f915f7d4e34e (diff)
mellowplayer: 3.6.7 -> 3.6.8 (#110071)
Diffstat (limited to 'pkgs/applications/audio')
-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 cddf1afd654a..5bdcb81fb633 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.7";
+ version = "3.6.8";
src = fetchFromGitLab {
owner = "ColinDuquesnoy";
repo = "MellowPlayer";
rev = version;
- sha256 = "1p0z8hkbxaxrqjmknjwxb0mpf3xdssik3m5cwrsv1881k1x2x5qs";
+ sha256 = "sha256-rsF2xQet7U8d4oGU/HgghvE3vvmkxjlGXPBlLD9mWTk=";
};
nativeBuildInputs = [ cmake pkg-config ];