From 6e723189044e0d836b3212fbc49482cd2a3851c6 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 18 Mar 2019 21:42:03 -0400 Subject: [PATCH] lollypop: 0.9.923 -> 1.0 Large release, regressions expected. Changes: https://gitlab.gnome.org/World/lollypop/compare/0.9.923...1.0 Release Notes: * https://gitlab.gnome.org/World/lollypop/tags/0.9.924 * https://gitlab.gnome.org/World/lollypop/tags/0.9.925 * https://gitlab.gnome.org/World/lollypop/tags/1.0 --- 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 82774b61d4c..6c4818f869f 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.923"; + version = "1.0"; 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 = "0jgz36lrhigcsr9vs5sp4ngv8rir3zqicygymjv7d61d6pclkx1z"; + sha256 = "00hjxpgmhzhyjjdpm92cbbxwnc17xdhhk8svk5ih3n18yk5655fs"; }; nativeBuildInputs = [