From ee929c7299ee67eadfdda88d81d13e2a602dcdd9 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Wed, 19 Dec 2018 19:51:08 -0500 Subject: [PATCH] lollypop: 0.9.611 -> 0.9.906 Changelog: https://gitlab.gnome.org/World/lollypop/tags/0.9.900 Releases after that were just bug fixes from things introduced in 0.9.900 --- pkgs/applications/audio/lollypop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix index a268c155a0f5..5fbf9108ed77 100644 --- a/pkgs/applications/audio/lollypop/default.nix +++ b/pkgs/applications/audio/lollypop/default.nix @@ -5,7 +5,7 @@ python3.pkgs.buildPythonApplication rec { pname = "lollypop"; - version = "0.9.611"; + version = "0.9.906"; format = "other"; doCheck = false; @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { url = "https://gitlab.gnome.org/World/lollypop"; rev = "refs/tags/${version}"; fetchSubmodules = true; - sha256 = "1k78a26sld0xd14c9hr4qv8c7qaq1m8zqk1mzrh4pl7ysqqg9p20"; + sha256 = "1blfq3vdzs3ji3sr1z6dn5c2f8w93zv2k7aa5xpfpfnds4zfd3q6"; }; nativeBuildInputs = with python3.pkgs; [